Shades of Orchid #C576BD
Tints of Orchid #C576BD
RGB
CMYK
RGB Variations
Color information
#C576BD (or 0xC576BD) is known color: 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
| RGB | 197 | 118 | 189 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.23 |
| HSL | 306.08º | 0.41% | 0.62% | - |
| HSV(B) | 306.08º | 0.4% | 0.77% | - |
| XYZ | 38.69 | 28.5 | 51.61 | - |
| YUV | 149.72 | 150.17 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 118 | 189 | 0 | 0.40 | 0.04 | 0.23 | 306.08 | 0.41 | 0.62 |
| Hex | C5 | 76 | BD | 0 | 28 | 4 | 17 | 132 | 29 | 3E |
| Octal | 305 | 166 | 275 | 0 | 50 | 4 | 27 | 462 | 51 | 76 |
| Binary | 11000101 | 1110110 | 10111101 | 0 | 101000 | 100 | 10111 | 100110010 | 101001 | 111110 |
Color Harmonies of #C576BD
Complementary color
Monochromatic Colors of #C576BD
Black with #C576BD
Text Example
Text Example
White with #C576BD
Text Example
Text Example
HTML Codes & Css Web 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>