Shades of Medium Orchid #C951EE
Tints of Medium Orchid #C951EE
RGB
CMYK
RGB Variations
Color information
#C951EE (or 0xC951EE) is known color: Medium Orchid. HEX triplet: C9, 51 and EE. RGB value is (201,81,238). Sum of RGB (Red+Green+Blue) = 201+81+238=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 81 (32.03% from 255 or 15.58% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: blue. Hex color #C951EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C951EE is #36AE11. Grayscale: #868686. Windows color (decimal): -3583506 or 15618505. OLE color: 15618505.
HSL color Cylindrical-coordinate representation of color #C951EE: hue angle of 285.86º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C951EE is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 81 | 238 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.07 |
| HSL | 285.86º | 0.82% | 0.63% | - |
| HSV(B) | 285.86º | 0.66% | 0.93% | - |
| XYZ | 42.46 | 24.48 | 83.38 | - |
| YUV | 134.78 | 186.26 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 81 | 238 | 0.16 | 0.66 | 0 | 0.07 | 285.86 | 0.82 | 0.63 |
| Hex | C9 | 51 | EE | 10 | 42 | 0 | 7 | 11E | 52 | 3F |
| Octal | 311 | 121 | 356 | 20 | 102 | 0 | 7 | 436 | 122 | 77 |
| Binary | 11001001 | 1010001 | 11101110 | 10000 | 1000010 | 0 | 111 | 100011110 | 1010010 | 111111 |
Color Harmonies of #C951EE
Complementary color
Monochromatic Colors of #C951EE
Black with #C951EE
Text Example
Text Example
White with #C951EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C951EE; }
p { color: rgb(201,81,238); }
H1.HeaderClassName
{
color: #C951EE;
}
.AnyTagClassName
{
color: #C951EE;
}
</style>
background-color css
<style>
a { background-color: #C951EE; }
a { background-color: rgb(201,81,238); }
div.DivClassName
{
background-color: #C951EE;
}
.BgClassName
{
background-color: #C951EE;
}
</style>
border-color css
<style>
span { border-color: #C951EE; }
span { border-color: rgb(201,81,238); }
td.TdClassName
{
border-color: #C951EE;
}
.TagClassName
{
border-color: #C951EE;
}
</style>