Shades of Medium Orchid #C951E9
Tints of Medium Orchid #C951E9
RGB
CMYK
RGB Variations
Color information
#C951E9 (or 0xC951E9) is known color: Medium Orchid. HEX triplet: C9, 51 and E9. RGB value is (201,81,233). Sum of RGB (Red+Green+Blue) = 201+81+233=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 81 (32.03% from 255 or 15.73% from 515); Blue value is 233 (91.41% from 255 or 45.24% from 515); Max value from RGB is 233 - color contains mainly: blue. Hex color #C951E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C951E9 is #36AE16. Grayscale: #858585. Windows color (decimal): -3583511 or 15290825. OLE color: 15290825.
HSL color Cylindrical-coordinate representation of color #C951E9: hue angle of 287.37º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C951E9 is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 81 | 233 | - |
| CMYK | 0.14 | 0.65 | 0 | 0.09 |
| HSL | 287.37º | 0.78% | 0.62% | - |
| HSV(B) | 287.37º | 0.65% | 0.91% | - |
| XYZ | 41.74 | 24.19 | 79.56 | - |
| YUV | 134.21 | 183.76 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 81 | 233 | 0.14 | 0.65 | 0 | 0.09 | 287.37 | 0.78 | 0.62 |
| Hex | C9 | 51 | E9 | E | 41 | 0 | 9 | 11F | 4E | 3E |
| Octal | 311 | 121 | 351 | 16 | 101 | 0 | 11 | 437 | 116 | 76 |
| Binary | 11001001 | 1010001 | 11101001 | 1110 | 1000001 | 0 | 1001 | 100011111 | 1001110 | 111110 |
Color Harmonies of #C951E9
Complementary color
Monochromatic Colors of #C951E9
Black with #C951E9
Text Example
Text Example
White with #C951E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C951E9; }
p { color: rgb(201,81,233); }
H1.HeaderClassName
{
color: #C951E9;
}
.AnyTagClassName
{
color: #C951E9;
}
</style>
background-color css
<style>
a { background-color: #C951E9; }
a { background-color: rgb(201,81,233); }
div.DivClassName
{
background-color: #C951E9;
}
.BgClassName
{
background-color: #C951E9;
}
</style>
border-color css
<style>
span { border-color: #C951E9; }
span { border-color: rgb(201,81,233); }
td.TdClassName
{
border-color: #C951E9;
}
.TagClassName
{
border-color: #C951E9;
}
</style>