#C576D9

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

Shades of Orchid #C576D9

Tints of Orchid #C576D9

Color information

#C576D9 (or 0xC576D9) is unknown color: approx Orchid. HEX triplet: C5, 76 and D9. RGB value is (197,118,217). Sum of RGB (Red+Green+Blue) = 197+118+217=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 118 (46.48% from 255 or 22.18% from 532); Blue value is 217 (85.16% from 255 or 40.79% from 532); Max value from RGB is 217 - color contains mainly: blue. Hex color #C576D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C576D9 is #3A8926. Grayscale: #989898. Windows color (decimal): -3836199 or 14251717. OLE color: 14251717.

HSL color Cylindrical-coordinate representation of color #C576D9: hue angle of 287.88º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C576D9 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB197118217-
CMYK0.090.4600.15
HSL287.88º56.57%65.69%-
HSV(B)287.88º45.62%85.1%-
XYZ42.0329.8469.19-
YUV152.91164.17159.45-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.03%
GREEN value IS 118 (46.48% from 255) = 22.18%
BLUE value IS 217 (85.16% from 255) = 40.79%
R=37.03%
G=22.18%
B=40.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1971182170.090.4600.15287.8856.5765.69
HexC576D992E0F1203942
Octal305166331115601744071102
Binary110001011110110110110011001101110011111001000001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C576D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C576D9; }

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

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

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

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

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

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

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

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