Shades of Medium Orchid #C959DF
Tints of Medium Orchid #C959DF
RGB
CMYK
RGB Variations
Color information
#C959DF (or 0xC959DF) is known color: Medium Orchid. HEX triplet: C9, 59 and DF. RGB value is (201,89,223). Sum of RGB (Red+Green+Blue) = 201+89+223=513 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.18% from 513); Green value is 89 (35.16% from 255 or 17.35% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #C959DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C959DF is #36A620. Grayscale: #898989. Windows color (decimal): -3581473 or 14637513. OLE color: 14637513.
HSL color Cylindrical-coordinate representation of color #C959DF: hue angle of 290.15º degrees, saturation: 0.68, 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 #C959DF is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 89 | 223 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.13 |
| HSL | 290.15º | 0.68% | 0.61% | - |
| HSV(B) | 290.15º | 0.6% | 0.87% | - |
| XYZ | 40.98 | 24.89 | 72.46 | - |
| YUV | 137.76 | 176.11 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 89 | 223 | 0.10 | 0.60 | 0 | 0.13 | 290.15 | 0.68 | 0.61 |
| Hex | C9 | 59 | DF | A | 3C | 0 | D | 122 | 44 | 3D |
| Octal | 311 | 131 | 337 | 12 | 74 | 0 | 15 | 442 | 104 | 75 |
| Binary | 11001001 | 1011001 | 11011111 | 1010 | 111100 | 0 | 1101 | 100100010 | 1000100 | 111101 |
Color Harmonies of #C959DF
Complementary color
Monochromatic Colors of #C959DF
Black with #C959DF
Text Example
Text Example
White with #C959DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C959DF; }
p { color: rgb(201,89,223); }
H1.HeaderClassName
{
color: #C959DF;
}
.AnyTagClassName
{
color: #C959DF;
}
</style>
background-color css
<style>
a { background-color: #C959DF; }
a { background-color: rgb(201,89,223); }
div.DivClassName
{
background-color: #C959DF;
}
.BgClassName
{
background-color: #C959DF;
}
</style>
border-color css
<style>
span { border-color: #C959DF; }
span { border-color: rgb(201,89,223); }
td.TdClassName
{
border-color: #C959DF;
}
.TagClassName
{
border-color: #C959DF;
}
</style>