Shades of Orchid #C576DB
Tints of Orchid #C576DB
RGB
CMYK
RGB Variations
Color information
#C576DB (or 0xC576DB) is known color: Orchid. HEX triplet: C5, 76 and DB. RGB value is (197,118,219). Sum of RGB (Red+Green+Blue) = 197+118+219=534 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.89% from 534); Green value is 118 (46.48% from 255 or 22.10% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #C576DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C576DB is #3A8924. Grayscale: #989898. Windows color (decimal): -3836197 or 14382789. OLE color: 14382789.
HSL color Cylindrical-coordinate representation of color #C576DB: hue angle of 286.93º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C576DB is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 118 | 219 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.14 |
| HSL | 286.93º | 0.58% | 0.66% | - |
| HSV(B) | 286.93º | 0.46% | 0.86% | - |
| XYZ | 42.29 | 29.94 | 70.57 | - |
| YUV | 153.14 | 165.17 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 118 | 219 | 0.10 | 0.46 | 0 | 0.14 | 286.93 | 0.58 | 0.66 |
| Hex | C5 | 76 | DB | A | 2E | 0 | E | 11F | 3A | 42 |
| Octal | 305 | 166 | 333 | 12 | 56 | 0 | 16 | 437 | 72 | 102 |
| Binary | 11000101 | 1110110 | 11011011 | 1010 | 101110 | 0 | 1110 | 100011111 | 111010 | 1000010 |
Color Harmonies of #C576DB
Complementary color
Monochromatic Colors of #C576DB
Black with #C576DB
Text Example
Text Example
White with #C576DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C576DB; }
p { color: rgb(197,118,219); }
H1.HeaderClassName
{
color: #C576DB;
}
.AnyTagClassName
{
color: #C576DB;
}
</style>
background-color css
<style>
a { background-color: #C576DB; }
a { background-color: rgb(197,118,219); }
div.DivClassName
{
background-color: #C576DB;
}
.BgClassName
{
background-color: #C576DB;
}
</style>
border-color css
<style>
span { border-color: #C576DB; }
span { border-color: rgb(197,118,219); }
td.TdClassName
{
border-color: #C576DB;
}
.TagClassName
{
border-color: #C576DB;
}
</style>