#C470C6

Color #C470C6 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #C470C6

Tints of Orchid #C470C6

Color information

#C470C6 (or 0xC470C6) is unknown color: approx Orchid. HEX triplet: C4, 70 and C6. RGB value is (196,112,198). Sum of RGB (Red+Green+Blue) = 196+112+198=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 112 (44.14% from 255 or 22.13% from 506); Blue value is 198 (77.73% from 255 or 39.13% from 506); Max value from RGB is 198 - color contains mainly: blue. Hex color #C470C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C470C6 is #3B8F39. Grayscale: #929292. Windows color (decimal): -3903290 or 13004996. OLE color: 13004996.

HSL color Cylindrical-coordinate representation of color #C470C6: hue angle of 298.6º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C470C6 is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB196112198-
CMYK0.010.4300.22
HSL298.6º43%60.78%-
HSV(B)298.6º43.43%77.65%-
XYZ38.7527.456.67-
YUV146.92156.83163.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 38.74%
GREEN value IS 112 (44.14% from 255) = 22.13%
BLUE value IS 198 (77.73% from 255) = 39.13%
R=38.74%
G=22.13%
B=39.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1961121980.010.4300.22298.64360.78
HexC470C612B01612b2b3d
Octal3041603061530264535375
Binary110001001110000110001101101011010110100101011101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C470C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C470C6; }

 p { color: rgb(196,112,198); }

 H1.HeaderClassName
 {
   color: #C470C6;
 }
 .AnyTagClassName
 {
   color: #C470C6;
 }
</style>
background-color css

<style>
 a { background-color: #C470C6; }

 a { background-color: rgb(196,112,198); }

 div.DivClassName
 {
   background-color: #C470C6;
 }
 .BgClassName
 {
   background-color: #C470C6;
 }
</style>
border-color css

<style>
 span { border-color: #C470C6; }

 span { border-color: rgb(196,112,198); }

 td.TdClassName
 {
   border-color: #C470C6;
 }
 .TagClassName
 {
   border-color: #C470C6;
 }
</style>