#C479DB

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

Shades of Orchid #C479DB

Tints of Orchid #C479DB

Color information

#C479DB (or 0xC479DB) is unknown color: approx Orchid. HEX triplet: C4, 79 and DB. RGB value is (196,121,219). Sum of RGB (Red+Green+Blue) = 196+121+219=536 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.57% from 536); Green value is 121 (47.66% from 255 or 22.57% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #C479DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C479DB is #3B8624. Grayscale: #9A9A9A. Windows color (decimal): -3900965 or 14383556. OLE color: 14383556.

HSL color Cylindrical-coordinate representation of color #C479DB: hue angle of 285.92º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C479DB is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB196121219-
CMYK0.110.4500.14
HSL285.92º57.65%66.67%-
HSV(B)285.92º44.75%85.88%-
XYZ42.3930.5270.68-
YUV154.6164.35157.53-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.57%
GREEN value IS 121 (47.66% from 255) = 22.57%
BLUE value IS 219 (85.94% from 255) = 40.86%
R=36.57%
G=22.57%
B=40.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1961212190.110.4500.14285.9257.6566.67
HexC479DBB2D0E11e3a43
Octal304171333135501643672103
Binary110001001111001110110111011101101011101000111101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C479DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C479DB; }

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

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

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

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

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

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

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

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