Shades of Medium Orchid #C959EE
Tints of Medium Orchid #C959EE
RGB
CMYK
RGB Variations
Color information
#C959EE (or 0xC959EE) is known color: Medium Orchid. HEX triplet: C9, 59 and EE. RGB value is (201,89,238). Sum of RGB (Red+Green+Blue) = 201+89+238=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 89 (35.16% from 255 or 16.86% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #C959EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C959EE is #36A611. Grayscale: #8A8A8A. Windows color (decimal): -3581458 or 15620553. OLE color: 15620553.
HSL color Cylindrical-coordinate representation of color #C959EE: hue angle of 285.1º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C959EE is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 89 | 238 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.07 |
| HSL | 285.1º | 0.81% | 0.64% | - |
| HSV(B) | 285.1º | 0.63% | 0.93% | - |
| XYZ | 43.09 | 25.74 | 83.59 | - |
| YUV | 139.47 | 183.61 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 89 | 238 | 0.16 | 0.63 | 0 | 0.07 | 285.1 | 0.81 | 0.64 |
| Hex | C9 | 59 | EE | 10 | 3F | 0 | 7 | 11D | 51 | 40 |
| Octal | 311 | 131 | 356 | 20 | 77 | 0 | 7 | 435 | 121 | 100 |
| Binary | 11001001 | 1011001 | 11101110 | 10000 | 111111 | 0 | 111 | 100011101 | 1010001 | 1000000 |
Color Harmonies of #C959EE
Complementary color
Monochromatic Colors of #C959EE
Black with #C959EE
Text Example
Text Example
White with #C959EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C959EE; }
p { color: rgb(201,89,238); }
H1.HeaderClassName
{
color: #C959EE;
}
.AnyTagClassName
{
color: #C959EE;
}
</style>
background-color css
<style>
a { background-color: #C959EE; }
a { background-color: rgb(201,89,238); }
div.DivClassName
{
background-color: #C959EE;
}
.BgClassName
{
background-color: #C959EE;
}
</style>
border-color css
<style>
span { border-color: #C959EE; }
span { border-color: rgb(201,89,238); }
td.TdClassName
{
border-color: #C959EE;
}
.TagClassName
{
border-color: #C959EE;
}
</style>