Shades of Medium Orchid #C959D8
Tints of Medium Orchid #C959D8
RGB
CMYK
RGB Variations
Color information
#C959D8 (or 0xC959D8) is known color: Medium Orchid. HEX triplet: C9, 59 and D8. RGB value is (201,89,216). Sum of RGB (Red+Green+Blue) = 201+89+216=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 89 (35.16% from 255 or 17.59% from 506); Blue value is 216 (84.77% from 255 or 42.69% from 506); Max value from RGB is 216 - color contains mainly: blue. Hex color #C959D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C959D8 is #36A627. Grayscale: #888888. Windows color (decimal): -3581480 or 14178761. OLE color: 14178761.
HSL color Cylindrical-coordinate representation of color #C959D8: hue angle of 292.91º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C959D8 is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 89 | 216 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.15 |
| HSL | 292.91º | 0.62% | 0.6% | - |
| HSV(B) | 292.91º | 0.59% | 0.85% | - |
| XYZ | 40.05 | 24.52 | 67.59 | - |
| YUV | 136.97 | 172.61 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 89 | 216 | 0.07 | 0.59 | 0 | 0.15 | 292.91 | 0.62 | 0.6 |
| Hex | C9 | 59 | D8 | 7 | 3B | 0 | F | 125 | 3E | 3C |
| Octal | 311 | 131 | 330 | 7 | 73 | 0 | 17 | 445 | 76 | 74 |
| Binary | 11001001 | 1011001 | 11011000 | 111 | 111011 | 0 | 1111 | 100100101 | 111110 | 111100 |
Color Harmonies of #C959D8
Complementary color
Monochromatic Colors of #C959D8
Black with #C959D8
Text Example
Text Example
White with #C959D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C959D8; }
p { color: rgb(201,89,216); }
H1.HeaderClassName
{
color: #C959D8;
}
.AnyTagClassName
{
color: #C959D8;
}
</style>
background-color css
<style>
a { background-color: #C959D8; }
a { background-color: rgb(201,89,216); }
div.DivClassName
{
background-color: #C959D8;
}
.BgClassName
{
background-color: #C959D8;
}
</style>
border-color css
<style>
span { border-color: #C959D8; }
span { border-color: rgb(201,89,216); }
td.TdClassName
{
border-color: #C959D8;
}
.TagClassName
{
border-color: #C959D8;
}
</style>