Shades of Medium Orchid #C956D8
Tints of Medium Orchid #C956D8
RGB
CMYK
RGB Variations
Color information
#C956D8 (or 0xC956D8) is known color: Medium Orchid. HEX triplet: C9, 56 and D8. RGB value is (201,86,216). Sum of RGB (Red+Green+Blue) = 201+86+216=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 86 (33.98% from 255 or 17.10% from 503); Blue value is 216 (84.77% from 255 or 42.94% from 503); Max value from RGB is 216 - color contains mainly: blue. Hex color #C956D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C956D8 is #36A927. Grayscale: #868686. Windows color (decimal): -3582248 or 14177993. OLE color: 14177993.
HSL color Cylindrical-coordinate representation of color #C956D8: hue angle of 293.08º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C956D8 is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 86 | 216 | - |
| CMYK | 0.07 | 0.60 | 0 | 0.15 |
| HSL | 293.08º | 0.63% | 0.59% | - |
| HSV(B) | 293.08º | 0.6% | 0.85% | - |
| XYZ | 39.81 | 24.03 | 67.51 | - |
| YUV | 135.21 | 173.6 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 86 | 216 | 0.07 | 0.60 | 0 | 0.15 | 293.08 | 0.63 | 0.59 |
| Hex | C9 | 56 | D8 | 7 | 3C | 0 | F | 125 | 3E | 3B |
| Octal | 311 | 126 | 330 | 7 | 74 | 0 | 17 | 445 | 76 | 73 |
| Binary | 11001001 | 1010110 | 11011000 | 111 | 111100 | 0 | 1111 | 100100101 | 111110 | 111011 |
Color Harmonies of #C956D8
Complementary color
Monochromatic Colors of #C956D8
Black with #C956D8
Text Example
Text Example
White with #C956D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C956D8; }
p { color: rgb(201,86,216); }
H1.HeaderClassName
{
color: #C956D8;
}
.AnyTagClassName
{
color: #C956D8;
}
</style>
background-color css
<style>
a { background-color: #C956D8; }
a { background-color: rgb(201,86,216); }
div.DivClassName
{
background-color: #C956D8;
}
.BgClassName
{
background-color: #C956D8;
}
</style>
border-color css
<style>
span { border-color: #C956D8; }
span { border-color: rgb(201,86,216); }
td.TdClassName
{
border-color: #C956D8;
}
.TagClassName
{
border-color: #C956D8;
}
</style>