#C479D6

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

Shades of Orchid #C479D6

Tints of Orchid #C479D6

Color information

#C479D6 (or 0xC479D6) is unknown color: approx Orchid. HEX triplet: C4, 79 and D6. RGB value is (196,121,214). Sum of RGB (Red+Green+Blue) = 196+121+214=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 121 (47.66% from 255 or 22.79% from 531); Blue value is 214 (83.98% from 255 or 40.30% from 531); Max value from RGB is 214 - color contains mainly: blue. Hex color #C479D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C479D6 is #3B8629. Grayscale: #999999. Windows color (decimal): -3900970 or 14055876. OLE color: 14055876.

HSL color Cylindrical-coordinate representation of color #C479D6: hue angle of 288.39º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C479D6 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB196121214-
CMYK0.080.4300.16
HSL288.39º53.14%65.69%-
HSV(B)288.39º43.46%83.92%-
XYZ41.7430.2767.26-
YUV154.03161.85157.94-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.91%
GREEN value IS 121 (47.66% from 255) = 22.79%
BLUE value IS 214 (83.98% from 255) = 40.30%
R=36.91%
G=22.79%
B=40.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1961212140.080.4300.16288.3953.1465.69
HexC479D682B0101203542
Octal304171326105302044065102
Binary1100010011110011101011010001010110100001001000001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C479D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C479D6; }

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

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

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

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

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

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

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

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