#C479C9

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

Shades of Orchid #C479C9

Tints of Orchid #C479C9

Color information

#C479C9 (or 0xC479C9) is unknown color: approx Orchid. HEX triplet: C4, 79 and C9. RGB value is (196,121,201). Sum of RGB (Red+Green+Blue) = 196+121+201=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 121 (47.66% from 255 or 23.36% from 518); Blue value is 201 (78.91% from 255 or 38.80% from 518); Max value from RGB is 201 - color contains mainly: blue. Hex color #C479C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C479C9 is #3B8636. Grayscale: #989898. Windows color (decimal): -3900983 or 13203908. OLE color: 13203908.

HSL color Cylindrical-coordinate representation of color #C479C9: hue angle of 296.25º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C479C9 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB196121201-
CMYK0.020.4000.21
HSL296.25º42.55%63.14%-
HSV(B)296.25º39.8%78.82%-
XYZ40.1429.6358.86-
YUV152.55155.35159-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.84%
GREEN value IS 121 (47.66% from 255) = 23.36%
BLUE value IS 201 (78.91% from 255) = 38.80%
R=37.84%
G=23.36%
B=38.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1961212010.020.4000.21296.2542.5563.14
HexC479C92280151282b3f
Octal3041713112500254505377
Binary1100010011110011100100110101000010101100101000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C479C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C479C9; }

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

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

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

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

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

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

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

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