#C576BD

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

Shades of Orchid #C576BD

Tints of Orchid #C576BD

Color information

#C576BD (or 0xC576BD) is unknown color: approx Orchid. HEX triplet: C5, 76 and BD. RGB value is (197,118,189). Sum of RGB (Red+Green+Blue) = 197+118+189=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 118 (46.48% from 255 or 23.41% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 197 - color contains mainly: red. Hex color #C576BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C576BD is #3A8942. Grayscale: #959595. Windows color (decimal): -3836227 or 12416709. OLE color: 12416709.

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

Color convert

RGB197118189-
CMYK00.400.040.23
HSL306.08º40.51%61.76%-
HSV(B)306.08º40.1%77.25%-
XYZ38.6928.551.61-
YUV149.71150.17161.73-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.09%
GREEN value IS 118 (46.48% from 255) = 23.41%
BLUE value IS 189 (74.22% from 255) = 37.5%
R=39.09%
G=23.41%
B=37.5%

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
Decimal19711818900.400.040.23306.0840.5161.76
HexC576BD028417132293e
Octal3051662750504274625176
Binary11000101111011010111101010100010010111100110010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C576BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C576BD; }

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

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

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

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

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

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

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

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