Shades of Medium Orchid #C956DD
Tints of Medium Orchid #C956DD
RGB
CMYK
RGB Variations
Color information
#C956DD (or 0xC956DD) is known color: Medium Orchid. HEX triplet: C9, 56 and DD. RGB value is (201,86,221). Sum of RGB (Red+Green+Blue) = 201+86+221=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 86 (33.98% from 255 or 16.93% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #C956DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C956DD is #36A922. Grayscale: #878787. Windows color (decimal): -3582243 or 14505673. OLE color: 14505673.
HSL color Cylindrical-coordinate representation of color #C956DD: hue angle of 291.11º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C956DD is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 86 | 221 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.13 |
| HSL | 291.11º | 0.67% | 0.6% | - |
| HSV(B) | 291.11º | 0.61% | 0.87% | - |
| XYZ | 40.47 | 24.29 | 70.96 | - |
| YUV | 135.78 | 176.1 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 86 | 221 | 0.09 | 0.61 | 0 | 0.13 | 291.11 | 0.67 | 0.6 |
| Hex | C9 | 56 | DD | 9 | 3D | 0 | D | 123 | 43 | 3C |
| Octal | 311 | 126 | 335 | 11 | 75 | 0 | 15 | 443 | 103 | 74 |
| Binary | 11001001 | 1010110 | 11011101 | 1001 | 111101 | 0 | 1101 | 100100011 | 1000011 | 111100 |
Color Harmonies of #C956DD
Complementary color
Monochromatic Colors of #C956DD
Black with #C956DD
Text Example
Text Example
White with #C956DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C956DD; }
p { color: rgb(201,86,221); }
H1.HeaderClassName
{
color: #C956DD;
}
.AnyTagClassName
{
color: #C956DD;
}
</style>
background-color css
<style>
a { background-color: #C956DD; }
a { background-color: rgb(201,86,221); }
div.DivClassName
{
background-color: #C956DD;
}
.BgClassName
{
background-color: #C956DD;
}
</style>
border-color css
<style>
span { border-color: #C956DD; }
span { border-color: rgb(201,86,221); }
td.TdClassName
{
border-color: #C956DD;
}
.TagClassName
{
border-color: #C956DD;
}
</style>