Shades of Medium Orchid #C956D5
Tints of Medium Orchid #C956D5
RGB
CMYK
RGB Variations
Color information
#C956D5 (or 0xC956D5) is known color: Medium Orchid. HEX triplet: C9, 56 and D5. RGB value is (201,86,213). Sum of RGB (Red+Green+Blue) = 201+86+213=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 86 (33.98% from 255 or 17.2% from 500); Blue value is 213 (83.59% from 255 or 42.6% from 500); Max value from RGB is 213 - color contains mainly: blue. Hex color #C956D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C956D5 is #36A92A. Grayscale: #868686. Windows color (decimal): -3582251 or 13981385. OLE color: 13981385.
HSL color Cylindrical-coordinate representation of color #C956D5: hue angle of 294.33º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C956D5 is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 86 | 213 | - |
| CMYK | 0.06 | 0.60 | 0 | 0.16 |
| HSL | 294.33º | 0.6% | 0.59% | - |
| HSV(B) | 294.33º | 0.6% | 0.84% | - |
| XYZ | 39.43 | 23.88 | 65.48 | - |
| YUV | 134.86 | 172.1 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 86 | 213 | 0.06 | 0.60 | 0 | 0.16 | 294.33 | 0.6 | 0.59 |
| Hex | C9 | 56 | D5 | 6 | 3C | 0 | 10 | 126 | 3C | 3B |
| Octal | 311 | 126 | 325 | 6 | 74 | 0 | 20 | 446 | 74 | 73 |
| Binary | 11001001 | 1010110 | 11010101 | 110 | 111100 | 0 | 10000 | 100100110 | 111100 | 111011 |
Color Harmonies of #C956D5
Complementary color
Monochromatic Colors of #C956D5
Black with #C956D5
Text Example
Text Example
White with #C956D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C956D5; }
p { color: rgb(201,86,213); }
H1.HeaderClassName
{
color: #C956D5;
}
.AnyTagClassName
{
color: #C956D5;
}
</style>
background-color css
<style>
a { background-color: #C956D5; }
a { background-color: rgb(201,86,213); }
div.DivClassName
{
background-color: #C956D5;
}
.BgClassName
{
background-color: #C956D5;
}
</style>
border-color css
<style>
span { border-color: #C956D5; }
span { border-color: rgb(201,86,213); }
td.TdClassName
{
border-color: #C956D5;
}
.TagClassName
{
border-color: #C956D5;
}
</style>