#C576CC

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

Shades of Orchid #C576CC

Tints of Orchid #C576CC

Color information

#C576CC (or 0xC576CC) is unknown color: approx Orchid. HEX triplet: C5, 76 and CC. RGB value is (197,118,204). Sum of RGB (Red+Green+Blue) = 197+118+204=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 118 (46.48% from 255 or 22.74% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: blue. Hex color #C576CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C576CC is #3A8933. Grayscale: #979797. Windows color (decimal): -3836212 or 13399749. OLE color: 13399749.

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

Color convert

RGB197118204-
CMYK0.030.4200.2
HSL295.12º45.74%63.14%-
HSV(B)295.12º42.16%80%-
XYZ40.429.1960.63-
YUV151.42157.67160.51-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.96%
GREEN value IS 118 (46.48% from 255) = 22.74%
BLUE value IS 204 (80.08% from 255) = 39.31%
R=37.96%
G=22.74%
B=39.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1971182040.030.4200.2295.1245.7463.14
HexC576CC32A0141272e3f
Octal3051663143520244475677
Binary1100010111101101100110011101010010100100100111101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C576CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C576CC; }

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

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

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

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

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

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

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

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