#C579CC

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

Shades of Orchid #C579CC

Tints of Orchid #C579CC

Color information

#C579CC (or 0xC579CC) is unknown color: approx Orchid. HEX triplet: C5, 79 and CC. RGB value is (197,121,204). Sum of RGB (Red+Green+Blue) = 197+121+204=522 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.74% from 522); Green value is 121 (47.66% from 255 or 23.18% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 204 - color contains mainly: blue. Hex color #C579CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C579CC is #3A8633. Grayscale: #989898. Windows color (decimal): -3835444 or 13400517. OLE color: 13400517.

HSL color Cylindrical-coordinate representation of color #C579CC: hue angle of 294.94º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C579CC is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB197121204-
CMYK0.030.4100.2
HSL294.94º44.86%63.73%-
HSV(B)294.94º40.69%80%-
XYZ40.7629.960.75-
YUV153.19156.68159.25-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.74%
GREEN value IS 121 (47.66% from 255) = 23.18%
BLUE value IS 204 (80.08% from 255) = 39.08%
R=37.74%
G=23.18%
B=39.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1971212040.030.4100.2294.9444.8663.73
HexC579CC3290141272d40
Octal30517131435102444755100
Binary11000101111100111001100111010010101001001001111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C579CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C579CC; }

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

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

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

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

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

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

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

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