#C479D7

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

Shades of Orchid #C479D7

Tints of Orchid #C479D7

Color information

#C479D7 (or 0xC479D7) is unknown color: approx Orchid. HEX triplet: C4, 79 and D7. RGB value is (196,121,215). Sum of RGB (Red+Green+Blue) = 196+121+215=532 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.84% from 532); Green value is 121 (47.66% from 255 or 22.74% from 532); Blue value is 215 (84.38% from 255 or 40.41% from 532); Max value from RGB is 215 - color contains mainly: blue. Hex color #C479D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C479D7 is #3B8628. Grayscale: #999999. Windows color (decimal): -3900969 or 14121412. OLE color: 14121412.

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

Color convert

RGB196121215-
CMYK0.090.4400.16
HSL287.87º54.02%65.88%-
HSV(B)287.87º43.72%84.31%-
XYZ41.8730.3267.94-
YUV154.14162.35157.86-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.84%
GREEN value IS 121 (47.66% from 255) = 22.74%
BLUE value IS 215 (84.38% from 255) = 40.41%
R=36.84%
G=22.74%
B=40.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1961212150.090.4400.16287.8754.0265.88
HexC479D792C0101203642
Octal304171327115402044066102
Binary1100010011110011101011110011011000100001001000001101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C479D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C479D7; }

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

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

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

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

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

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

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

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