Shades of Medium Orchid #C959DD
Tints of Medium Orchid #C959DD
RGB
CMYK
RGB Variations
Color information
#C959DD (or 0xC959DD) is known color: Medium Orchid. HEX triplet: C9, 59 and DD. RGB value is (201,89,221). Sum of RGB (Red+Green+Blue) = 201+89+221=511 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.33% from 511); Green value is 89 (35.16% from 255 or 17.42% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #C959DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C959DD is #36A622. Grayscale: #898989. Windows color (decimal): -3581475 or 14506441. OLE color: 14506441.
HSL color Cylindrical-coordinate representation of color #C959DD: hue angle of 290.91º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C959DD is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 89 | 221 | - |
| CMYK | 0.09 | 0.60 | 0 | 0.13 |
| HSL | 290.91º | 0.66% | 0.61% | - |
| HSV(B) | 290.91º | 0.6% | 0.87% | - |
| XYZ | 40.71 | 24.78 | 71.04 | - |
| YUV | 137.54 | 175.11 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 89 | 221 | 0.09 | 0.60 | 0 | 0.13 | 290.91 | 0.66 | 0.61 |
| Hex | C9 | 59 | DD | 9 | 3C | 0 | D | 123 | 42 | 3D |
| Octal | 311 | 131 | 335 | 11 | 74 | 0 | 15 | 443 | 102 | 75 |
| Binary | 11001001 | 1011001 | 11011101 | 1001 | 111100 | 0 | 1101 | 100100011 | 1000010 | 111101 |
Color Harmonies of #C959DD
Complementary color
Monochromatic Colors of #C959DD
Black with #C959DD
Text Example
Text Example
White with #C959DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C959DD; }
p { color: rgb(201,89,221); }
H1.HeaderClassName
{
color: #C959DD;
}
.AnyTagClassName
{
color: #C959DD;
}
</style>
background-color css
<style>
a { background-color: #C959DD; }
a { background-color: rgb(201,89,221); }
div.DivClassName
{
background-color: #C959DD;
}
.BgClassName
{
background-color: #C959DD;
}
</style>
border-color css
<style>
span { border-color: #C959DD; }
span { border-color: rgb(201,89,221); }
td.TdClassName
{
border-color: #C959DD;
}
.TagClassName
{
border-color: #C959DD;
}
</style>