#C576BF

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

Shades of Orchid #C576BF

Tints of Orchid #C576BF

Color information

#C576BF (or 0xC576BF) is unknown color: approx Orchid. HEX triplet: C5, 76 and BF. RGB value is (197,118,191). Sum of RGB (Red+Green+Blue) = 197+118+191=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 118 (46.48% from 255 or 23.32% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 197 - color contains mainly: red. Hex color #C576BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C576BF is #3A8940. Grayscale: #959595. Windows color (decimal): -3836225 or 12547781. OLE color: 12547781.

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

Color convert

RGB197118191-
CMYK00.400.030.23
HSL304.56º40.51%61.76%-
HSV(B)304.56º40.1%77.25%-
XYZ38.9128.5952.76-
YUV149.94151.17161.56-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.93%
GREEN value IS 118 (46.48% from 255) = 23.32%
BLUE value IS 191 (75% from 255) = 37.75%
R=38.93%
G=23.32%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711819100.400.030.23304.5640.5161.76
HexC576BF028317131293e
Octal3051662770503274615176
Binary1100010111101101011111101010001110111100110001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C576BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C576BF; }

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

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

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

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

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

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

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

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