#C579BD

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

Shades of Orchid #C579BD

Tints of Orchid #C579BD

Color information

#C579BD (or 0xC579BD) is unknown color: approx Orchid. HEX triplet: C5, 79 and BD. RGB value is (197,121,189). Sum of RGB (Red+Green+Blue) = 197+121+189=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 121 (47.66% from 255 or 23.87% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 197 - color contains mainly: red. Hex color #C579BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C579BD is #3A8642. Grayscale: #979797. Windows color (decimal): -3835459 or 12417477. OLE color: 12417477.

HSL color Cylindrical-coordinate representation of color #C579BD: hue angle of 306.32º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C579BD is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB197121189-
CMYK00.390.040.23
HSL306.32º39.58%62.35%-
HSV(B)306.32º38.58%77.25%-
XYZ39.0529.2251.73-
YUV151.48149.18160.47-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.86%
GREEN value IS 121 (47.66% from 255) = 23.87%
BLUE value IS 189 (74.22% from 255) = 37.28%
R=38.86%
G=23.87%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712118900.390.040.23306.3239.5862.35
HexC579BD027417132283e
Octal3051712750474274625076
Binary11000101111100110111101010011110010111100110010101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C579BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C579BD; }

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

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

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

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

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

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

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

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