Shades of Orchid #C576DD
Tints of Orchid #C576DD
RGB
CMYK
RGB Variations
Color information
#C576DD (or 0xC576DD) is known color: Orchid. HEX triplet: C5, 76 and DD. RGB value is (197,118,221). Sum of RGB (Red+Green+Blue) = 197+118+221=536 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.75% from 536); Green value is 118 (46.48% from 255 or 22.01% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #C576DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C576DD is #3A8922. Grayscale: #999999. Windows color (decimal): -3836195 or 14513861. OLE color: 14513861.
HSL color Cylindrical-coordinate representation of color #C576DD: hue angle of 286.02º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C576DD is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 118 | 221 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.13 |
| HSL | 286.02º | 0.6% | 0.66% | - |
| HSV(B) | 286.02º | 0.47% | 0.87% | - |
| XYZ | 42.56 | 30.05 | 71.96 | - |
| YUV | 153.36 | 166.17 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 118 | 221 | 0.11 | 0.47 | 0 | 0.13 | 286.02 | 0.6 | 0.66 |
| Hex | C5 | 76 | DD | B | 2F | 0 | D | 11E | 3C | 42 |
| Octal | 305 | 166 | 335 | 13 | 57 | 0 | 15 | 436 | 74 | 102 |
| Binary | 11000101 | 1110110 | 11011101 | 1011 | 101111 | 0 | 1101 | 100011110 | 111100 | 1000010 |
Color Harmonies of #C576DD
Complementary color
Monochromatic Colors of #C576DD
Black with #C576DD
Text Example
Text Example
White with #C576DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C576DD; }
p { color: rgb(197,118,221); }
H1.HeaderClassName
{
color: #C576DD;
}
.AnyTagClassName
{
color: #C576DD;
}
</style>
background-color css
<style>
a { background-color: #C576DD; }
a { background-color: rgb(197,118,221); }
div.DivClassName
{
background-color: #C576DD;
}
.BgClassName
{
background-color: #C576DD;
}
</style>
border-color css
<style>
span { border-color: #C576DD; }
span { border-color: rgb(197,118,221); }
td.TdClassName
{
border-color: #C576DD;
}
.TagClassName
{
border-color: #C576DD;
}
</style>