#C576BB

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

Shades of Orchid #C576BB

Tints of Orchid #C576BB

Color information

#C576BB (or 0xC576BB) is unknown color: approx Orchid. HEX triplet: C5, 76 and BB. RGB value is (197,118,187). Sum of RGB (Red+Green+Blue) = 197+118+187=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 118 (46.48% from 255 or 23.51% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 197 - color contains mainly: red. Hex color #C576BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C576BB is #3A8944. Grayscale: #959595. Windows color (decimal): -3836229 or 12285637. OLE color: 12285637.

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

Color convert

RGB197118187-
CMYK00.400.050.23
HSL307.59º40.51%61.76%-
HSV(B)307.59º40.1%77.25%-
XYZ38.4728.4250.47-
YUV149.49149.17161.89-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.24%
GREEN value IS 118 (46.48% from 255) = 23.51%
BLUE value IS 187 (73.44% from 255) = 37.25%
R=39.24%
G=23.51%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711818700.400.050.23307.5940.5161.76
HexC576BB028517134293e
Octal3051662730505274645176
Binary11000101111011010111011010100010110111100110100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C576BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C576BB; }

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

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

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

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

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

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

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

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