#C576BE

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

Shades of Orchid #C576BE

Tints of Orchid #C576BE

Color information

#C576BE (or 0xC576BE) is unknown color: approx Orchid. HEX triplet: C5, 76 and BE. RGB value is (197,118,190). Sum of RGB (Red+Green+Blue) = 197+118+190=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 118 (46.48% from 255 or 23.37% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 197 - color contains mainly: red. Hex color #C576BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C576BE is #3A8941. Grayscale: #959595. Windows color (decimal): -3836226 or 12482245. OLE color: 12482245.

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

Color convert

RGB197118190-
CMYK00.400.040.23
HSL305.32º40.51%61.76%-
HSV(B)305.32º40.1%77.25%-
XYZ38.828.5452.18-
YUV149.83150.67161.65-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.01%
GREEN value IS 118 (46.48% from 255) = 23.37%
BLUE value IS 190 (74.61% from 255) = 37.62%
R=39.01%
G=23.37%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711819000.400.040.23305.3240.5161.76
HexC576BE028417131293e
Octal3051662760504274615176
Binary11000101111011010111110010100010010111100110001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C576BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C576BE; }

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

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

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

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

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

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

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

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