#C470C9

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

Shades of Orchid #C470C9

Tints of Orchid #C470C9

Color information

#C470C9 (or 0xC470C9) is unknown color: approx Orchid. HEX triplet: C4, 70 and C9. RGB value is (196,112,201). Sum of RGB (Red+Green+Blue) = 196+112+201=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 112 (44.14% from 255 or 22.00% from 509); Blue value is 201 (78.91% from 255 or 39.49% from 509); Max value from RGB is 201 - color contains mainly: blue. Hex color #C470C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C470C9 is #3B8F36. Grayscale: #929292. Windows color (decimal): -3903287 or 13201604. OLE color: 13201604.

HSL color Cylindrical-coordinate representation of color #C470C9: hue angle of 296.63º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C470C9 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB196112201-
CMYK0.020.4400.21
HSL296.63º45.18%61.37%-
HSV(B)296.63º44.28%78.82%-
XYZ39.127.5458.51-
YUV147.26158.33162.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.51%
GREEN value IS 112 (44.14% from 255) = 22.00%
BLUE value IS 201 (78.91% from 255) = 39.49%
R=38.51%
G=22.00%
B=39.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1961122010.020.4400.21296.6345.1861.37
HexC470C922C0151292d3d
Octal3041603112540254515575
Binary1100010011100001100100110101100010101100101001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C470C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C470C9; }

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

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

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

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

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

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

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

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