Shades of Medium Orchid #C951EC
Tints of Medium Orchid #C951EC
RGB
CMYK
RGB Variations
Color information
#C951EC (or 0xC951EC) is known color: Medium Orchid. HEX triplet: C9, 51 and EC. RGB value is (201,81,236). Sum of RGB (Red+Green+Blue) = 201+81+236=518 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.80% from 518); Green value is 81 (32.03% from 255 or 15.64% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #C951EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C951EC is #36AE13. Grayscale: #868686. Windows color (decimal): -3583508 or 15487433. OLE color: 15487433.
HSL color Cylindrical-coordinate representation of color #C951EC: hue angle of 286.45º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C951EC is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 81 | 236 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.07 |
| HSL | 286.45º | 0.8% | 0.62% | - |
| HSV(B) | 286.45º | 0.66% | 0.93% | - |
| XYZ | 42.17 | 24.36 | 81.84 | - |
| YUV | 134.55 | 185.26 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 81 | 236 | 0.15 | 0.66 | 0 | 0.07 | 286.45 | 0.8 | 0.62 |
| Hex | C9 | 51 | EC | F | 42 | 0 | 7 | 11E | 50 | 3E |
| Octal | 311 | 121 | 354 | 17 | 102 | 0 | 7 | 436 | 120 | 76 |
| Binary | 11001001 | 1010001 | 11101100 | 1111 | 1000010 | 0 | 111 | 100011110 | 1010000 | 111110 |
Color Harmonies of #C951EC
Complementary color
Monochromatic Colors of #C951EC
Black with #C951EC
Text Example
Text Example
White with #C951EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C951EC; }
p { color: rgb(201,81,236); }
H1.HeaderClassName
{
color: #C951EC;
}
.AnyTagClassName
{
color: #C951EC;
}
</style>
background-color css
<style>
a { background-color: #C951EC; }
a { background-color: rgb(201,81,236); }
div.DivClassName
{
background-color: #C951EC;
}
.BgClassName
{
background-color: #C951EC;
}
</style>
border-color css
<style>
span { border-color: #C951EC; }
span { border-color: rgb(201,81,236); }
td.TdClassName
{
border-color: #C951EC;
}
.TagClassName
{
border-color: #C951EC;
}
</style>