#C579DB

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

Shades of Orchid #C579DB

Tints of Orchid #C579DB

Color information

#C579DB (or 0xC579DB) is unknown color: approx Orchid. HEX triplet: C5, 79 and DB. RGB value is (197,121,219). Sum of RGB (Red+Green+Blue) = 197+121+219=537 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.69% from 537); Green value is 121 (47.66% from 255 or 22.53% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #C579DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C579DB is #3A8624. Grayscale: #9A9A9A. Windows color (decimal): -3835429 or 14383557. OLE color: 14383557.

HSL color Cylindrical-coordinate representation of color #C579DB: hue angle of 286.53º 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 #C579DB is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB197121219-
CMYK0.100.4500.14
HSL286.53º57.65%66.67%-
HSV(B)286.53º44.75%85.88%-
XYZ42.6530.6670.69-
YUV154.9164.18158.03-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.69%
GREEN value IS 121 (47.66% from 255) = 22.53%
BLUE value IS 219 (85.94% from 255) = 40.78%
R=36.69%
G=22.53%
B=40.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1971212190.100.4500.14286.5357.6566.67
HexC579DBA2D0E11f3a43
Octal305171333125501643772103
Binary110001011111001110110111010101101011101000111111110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C579DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C579DB; }

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

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

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

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

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

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

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

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