Shades of Medium Orchid #C959E6
Tints of Medium Orchid #C959E6
RGB
CMYK
RGB Variations
Color information
#C959E6 (or 0xC959E6) is known color: Medium Orchid. HEX triplet: C9, 59 and E6. RGB value is (201,89,230). Sum of RGB (Red+Green+Blue) = 201+89+230=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 89 (35.16% from 255 or 17.12% from 520); Blue value is 230 (90.23% from 255 or 44.23% from 520); Max value from RGB is 230 - color contains mainly: blue. Hex color #C959E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C959E6 is #36A619. Grayscale: #8A8A8A. Windows color (decimal): -3581466 or 15096265. OLE color: 15096265.
HSL color Cylindrical-coordinate representation of color #C959E6: hue angle of 287.66º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C959E6 is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 89 | 230 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.10 |
| HSL | 287.66º | 0.74% | 0.63% | - |
| HSV(B) | 287.66º | 0.61% | 0.9% | - |
| XYZ | 41.94 | 25.28 | 77.53 | - |
| YUV | 138.56 | 179.61 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 89 | 230 | 0.13 | 0.61 | 0 | 0.10 | 287.66 | 0.74 | 0.63 |
| Hex | C9 | 59 | E6 | D | 3D | 0 | A | 120 | 4A | 3F |
| Octal | 311 | 131 | 346 | 15 | 75 | 0 | 12 | 440 | 112 | 77 |
| Binary | 11001001 | 1011001 | 11100110 | 1101 | 111101 | 0 | 1010 | 100100000 | 1001010 | 111111 |
Color Harmonies of #C959E6
Complementary color
Monochromatic Colors of #C959E6
Black with #C959E6
Text Example
Text Example
White with #C959E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C959E6; }
p { color: rgb(201,89,230); }
H1.HeaderClassName
{
color: #C959E6;
}
.AnyTagClassName
{
color: #C959E6;
}
</style>
background-color css
<style>
a { background-color: #C959E6; }
a { background-color: rgb(201,89,230); }
div.DivClassName
{
background-color: #C959E6;
}
.BgClassName
{
background-color: #C959E6;
}
</style>
border-color css
<style>
span { border-color: #C959E6; }
span { border-color: rgb(201,89,230); }
td.TdClassName
{
border-color: #C959E6;
}
.TagClassName
{
border-color: #C959E6;
}
</style>