#C579D7

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

Shades of Orchid #C579D7

Tints of Orchid #C579D7

Color information

#C579D7 (or 0xC579D7) is unknown color: approx Orchid. HEX triplet: C5, 79 and D7. RGB value is (197,121,215). Sum of RGB (Red+Green+Blue) = 197+121+215=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 121 (47.66% from 255 or 22.70% from 533); Blue value is 215 (84.38% from 255 or 40.34% from 533); Max value from RGB is 215 - color contains mainly: blue. Hex color #C579D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C579D7 is #3A8628. Grayscale: #9A9A9A. Windows color (decimal): -3835433 or 14121413. OLE color: 14121413.

HSL color Cylindrical-coordinate representation of color #C579D7: hue angle of 288.51º 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 #C579D7 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB197121215-
CMYK0.080.4400.16
HSL288.51º54.02%65.88%-
HSV(B)288.51º43.72%84.31%-
XYZ42.1330.4567.95-
YUV154.44162.18158.36-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.96%
GREEN value IS 121 (47.66% from 255) = 22.70%
BLUE value IS 215 (84.38% from 255) = 40.34%
R=36.96%
G=22.70%
B=40.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1971212150.080.4400.16288.5154.0265.88
HexC579D782C0101213642
Octal305171327105402044166102
Binary1100010111110011101011110001011000100001001000011101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C579D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C579D7; }

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

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

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

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

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

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

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

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