#C576BA

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

Shades of Orchid #C576BA

Tints of Orchid #C576BA

Color information

#C576BA (or 0xC576BA) is unknown color: approx Orchid. HEX triplet: C5, 76 and BA. RGB value is (197,118,186). Sum of RGB (Red+Green+Blue) = 197+118+186=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 118 (46.48% from 255 or 23.55% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 197 - color contains mainly: red. Hex color #C576BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C576BA is #3A8945. Grayscale: #959595. Windows color (decimal): -3836230 or 12220101. OLE color: 12220101.

HSL color Cylindrical-coordinate representation of color #C576BA: hue angle of 308.35º 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 #C576BA is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB197118186-
CMYK00.400.060.23
HSL308.35º40.51%61.76%-
HSV(B)308.35º40.1%77.25%-
XYZ38.3728.3749.91-
YUV149.37148.67161.97-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.32%
GREEN value IS 118 (46.48% from 255) = 23.55%
BLUE value IS 186 (73.05% from 255) = 37.13%
R=39.32%
G=23.55%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711818600.400.060.23308.3540.5161.76
HexC576BA028617134293e
Octal3051662720506274645176
Binary11000101111011010111010010100011010111100110100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C576BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C576BA; }

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

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

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

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

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

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

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

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