Shades of Medium Orchid #C959D7
Tints of Medium Orchid #C959D7
RGB
CMYK
RGB Variations
Color information
#C959D7 (or 0xC959D7) is known color: Medium Orchid. HEX triplet: C9, 59 and D7. RGB value is (201,89,215). Sum of RGB (Red+Green+Blue) = 201+89+215=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 89 (35.16% from 255 or 17.62% from 505); Blue value is 215 (84.38% from 255 or 42.57% from 505); Max value from RGB is 215 - color contains mainly: blue. Hex color #C959D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C959D7 is #36A628. Grayscale: #888888. Windows color (decimal): -3581481 or 14113225. OLE color: 14113225.
HSL color Cylindrical-coordinate representation of color #C959D7: hue angle of 293.33º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C959D7 is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 89 | 215 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.16 |
| HSL | 293.33º | 0.61% | 0.6% | - |
| HSV(B) | 293.33º | 0.59% | 0.84% | - |
| XYZ | 39.93 | 24.47 | 66.91 | - |
| YUV | 136.85 | 172.11 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 89 | 215 | 0.07 | 0.59 | 0 | 0.16 | 293.33 | 0.61 | 0.6 |
| Hex | C9 | 59 | D7 | 7 | 3B | 0 | 10 | 125 | 3D | 3C |
| Octal | 311 | 131 | 327 | 7 | 73 | 0 | 20 | 445 | 75 | 74 |
| Binary | 11001001 | 1011001 | 11010111 | 111 | 111011 | 0 | 10000 | 100100101 | 111101 | 111100 |
Color Harmonies of #C959D7
Complementary color
Monochromatic Colors of #C959D7
Black with #C959D7
Text Example
Text Example
White with #C959D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C959D7; }
p { color: rgb(201,89,215); }
H1.HeaderClassName
{
color: #C959D7;
}
.AnyTagClassName
{
color: #C959D7;
}
</style>
background-color css
<style>
a { background-color: #C959D7; }
a { background-color: rgb(201,89,215); }
div.DivClassName
{
background-color: #C959D7;
}
.BgClassName
{
background-color: #C959D7;
}
</style>
border-color css
<style>
span { border-color: #C959D7; }
span { border-color: rgb(201,89,215); }
td.TdClassName
{
border-color: #C959D7;
}
.TagClassName
{
border-color: #C959D7;
}
</style>