Shades of Medium Orchid #C959EC
Tints of Medium Orchid #C959EC
RGB
CMYK
RGB Variations
Color information
#C959EC (or 0xC959EC) is known color: Medium Orchid. HEX triplet: C9, 59 and EC. RGB value is (201,89,236). Sum of RGB (Red+Green+Blue) = 201+89+236=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 89 (35.16% from 255 or 16.92% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #C959EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C959EC is #36A613. Grayscale: #8A8A8A. Windows color (decimal): -3581460 or 15489481. OLE color: 15489481.
HSL color Cylindrical-coordinate representation of color #C959EC: hue angle of 285.71º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C959EC is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 89 | 236 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.07 |
| HSL | 285.71º | 0.79% | 0.64% | - |
| HSV(B) | 285.71º | 0.62% | 0.93% | - |
| XYZ | 42.8 | 25.62 | 82.05 | - |
| YUV | 139.25 | 182.61 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 89 | 236 | 0.15 | 0.62 | 0 | 0.07 | 285.71 | 0.79 | 0.64 |
| Hex | C9 | 59 | EC | F | 3E | 0 | 7 | 11E | 4F | 40 |
| Octal | 311 | 131 | 354 | 17 | 76 | 0 | 7 | 436 | 117 | 100 |
| Binary | 11001001 | 1011001 | 11101100 | 1111 | 111110 | 0 | 111 | 100011110 | 1001111 | 1000000 |
Color Harmonies of #C959EC
Complementary color
Monochromatic Colors of #C959EC
Black with #C959EC
Text Example
Text Example
White with #C959EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C959EC; }
p { color: rgb(201,89,236); }
H1.HeaderClassName
{
color: #C959EC;
}
.AnyTagClassName
{
color: #C959EC;
}
</style>
background-color css
<style>
a { background-color: #C959EC; }
a { background-color: rgb(201,89,236); }
div.DivClassName
{
background-color: #C959EC;
}
.BgClassName
{
background-color: #C959EC;
}
</style>
border-color css
<style>
span { border-color: #C959EC; }
span { border-color: rgb(201,89,236); }
td.TdClassName
{
border-color: #C959EC;
}
.TagClassName
{
border-color: #C959EC;
}
</style>