#C576C9

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

Shades of Orchid #C576C9

Tints of Orchid #C576C9

Color information

#C576C9 (or 0xC576C9) is unknown color: approx Orchid. HEX triplet: C5, 76 and C9. RGB value is (197,118,201). Sum of RGB (Red+Green+Blue) = 197+118+201=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 118 (46.48% from 255 or 22.87% from 516); Blue value is 201 (78.91% from 255 or 38.95% from 516); Max value from RGB is 201 - color contains mainly: blue. Hex color #C576C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C576C9 is #3A8936. Grayscale: #969696. Windows color (decimal): -3836215 or 13203141. OLE color: 13203141.

HSL color Cylindrical-coordinate representation of color #C576C9: hue angle of 297.11º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C576C9 is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB197118201-
CMYK0.020.4100.21
HSL297.11º43.46%62.55%-
HSV(B)297.11º41.29%78.82%-
XYZ40.0529.0458.75-
YUV151.08156.17160.75-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.18%
GREEN value IS 118 (46.48% from 255) = 22.87%
BLUE value IS 201 (78.91% from 255) = 38.95%
R=38.18%
G=22.87%
B=38.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1971182010.020.4100.21297.1143.4662.55
HexC576C92290151292b3f
Octal3051663112510254515377
Binary1100010111101101100100110101001010101100101001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C576C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C576C9; }

 p { color: rgb(197,118,201); }

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

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

 a { background-color: rgb(197,118,201); }

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

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

 span { border-color: rgb(197,118,201); }

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