Changes

105 bytes removed ,  21:53, 28 April 2020
m
KS update 1.1
Line 3: Line 3:  
A '''color wheel''' is a [[circle|circular]] [[chart]] that shows [[primary colour|primary]] and secondary [[color]]s.   
 
A '''color wheel''' is a [[circle|circular]] [[chart]] that shows [[primary colour|primary]] and secondary [[color]]s.   
   −
The color wheel most commonly used today is called the ''HSV color wheel'' which means ''hue, saturation, value''.  The digital form of the HSV color wheel is called the RGB color wheel (shown below).  The HSV/RGB color wheel is described below.  There are two versions: one in which red, green and blue are regarded as the primary colors (called the ''electronic'' or ''computer'' color wheel); and one in which magenta, yellow, and cyan are regarded as the primary colors (called the ''printer's color wheel'').  
+
The color wheel most commonly used today is called the ''HSV color wheel'' which means ''hue, saturation, value''.  The digital form of the HSV color wheel is called the RGB color wheel (shown below).  The HSV/RGB color wheel is described below.  There are two versions: one in which red, green and blue are regarded as the primary colors (called the ''electronic'' or ''computer'' color wheel); and one in which magenta, yellow, and cyan are regarded as the primary colors (called the ''printer's color wheel'').
    
== The primary colors ==
 
== The primary colors ==
Line 32: Line 32:  
{| width=100%
 
{| width=100%
 
|-
 
|-
| style = "background-color: #ff0000;"| RED (web color) (Hex: #FF0000) (RGB: 255, 0, 0) (0 Degrees)
+
| style = "background-color: #ff0000;"| RED (web color) (Hex: #FF0000) (RGB: 255, 0, 0) ()
 
|-
 
|-
| style = "background-color: #ff7f00;"| ORANGE (color wheel Orange)  (Hex: #FF7F00) (RGB: 255, 127, 0) (30 Degrees)
+
| style = "background-color: #ff7f00;"| ORANGE (color wheel Orange)  (Hex: #FF7F00) (RGB: 255, 127, 0) (30°)
 
|-
 
|-
| style = "background-color: #ffff00;"| YELLOW  (web color) (Hex: #FFFF00) (RGB: 255, 255, 0) (60 Degrees)
+
| style = "background-color: #ffff00;"| YELLOW  (web color) (Hex: #FFFF00) (RGB: 255, 255, 0) (60°)
 
|-
 
|-
| style = "background-color: #7fff00;"| CHARTREUSE GREEN (web color Chartreuse) (Hex: #7FFF00) (RGB: 127, 255, 0) (90 Degrees)
+
| style = "background-color: #7fff00;"| CHARTREUSE GREEN (web color Chartreuse) (Hex: #7FFF00) (RGB: 127, 255, 0) (90°)
 
|-
 
|-
| style = "background-color: #00ff00;"| GREEN (X11) (color wheel Green) (HTML/CSS “Lime”) (Electric green) (Hex: #00FF00) (RGB: 0, 255, 0) (120 Degrees)
+
| style = "background-color: #00ff00;"| GREEN (X11) (color wheel Green) (HTML/CSS “Lime”) (Electric green) (Hex: #00FF00) (RGB: 0, 255, 0) (120°)
 
|-
 
|-
|style = "background-color: #00ff7f;"| SPRING GREEN (web color) (Hex: #00FF7F) (RGB: 0, 255, 127) (150 Degrees)
+
|style = "background-color: #00ff7f;"| SPRING GREEN (web color) (Hex: #00FF7F) (RGB: 0, 255, 127) (150°)
 
|-
 
|-
| style = "background-color: #00ffff;"| CYAN (web color Aqua) (Hex: #00FFFF) (RGB: 0, 255, 255) (180 Degrees)
+
| style = "background-color: #00ffff;"| CYAN (web color Aqua) (Hex: #00FFFF) (RGB: 0, 255, 255) (180°)
 
|-
 
|-
| style = "background-color: #007fff; color: #ffffff"| AZURE (color wheel Azure) (Hex: #007FFF) (RGB: 0, 127, 255) (210 Degrees)
+
| style = "background-color: #007fff; color: #ffffff"| AZURE (color wheel Azure) (Hex: #007FFF) (RGB: 0, 127, 255) (210°)
 
|-
 
|-
| style = "background-color: #0000ff; color: #ffffff"| BLUE (web color) (Hex: #0000FF) (RGB: 0, 0, 255) (240 Degrees)
+
| style = "background-color: #0000ff; color: #ffffff"| BLUE (web color) (Hex: #0000FF) (RGB: 0, 0, 255) (240°)
 
|-
 
|-
| style = "background-color: #7f00ff; color: #ffffff"| VIOLET (color wheel Violet) (Near Violet) (Hex: #7F00FF) (RGB: 127, 0, 255) (270 Degrees)
+
| style = "background-color: #7f00ff; color: #ffffff"| VIOLET (color wheel Violet) (Near Violet) (Hex: #7F00FF) (RGB: 127, 0, 255) (270°)
 
|-
 
|-
| style = "background-color: #ff00ff;"| MAGENTA (web color Fuchsia) (Hex: #FF00FF) (RGB: 255, 0, 255) (300 Degrees)
+
| style = "background-color: #ff00ff;"| MAGENTA (web color Fuchsia) (Hex: #FF00FF) (RGB: 255, 0, 255) (300°)
 
|-
 
|-
| style = "background-color: #ff007f;"| ROSE (Hex: #FF007F) (RGB: 255, 0, 127) (330 Degrees)
+
| style = "background-color: #ff007f;"| ROSE (Hex: #FF007F) (RGB: 255, 0, 127) (330°)
 
|-
 
|-
| style = "background-color: #ff0000;"| RED (web color) (Hex: #FF0000) (RGB: 255, 0, 0) (360 Degrees)
+
| style = "background-color: #ff0000;"| RED (web color) (Hex: #FF0000) (RGB: 255, 0, 0) (360°)
 
|}
 
|}
   Line 64: Line 64:     
[[Category:Color]]
 
[[Category:Color]]
  −
[[tr:Kromatik (renk)]]