Shades of Medium Orchid #CE4FE9
Tints of Medium Orchid #CE4FE9
RGB
CMYK
RGB Variations
Color information
#CE4FE9 (or 0xCE4FE9) is known color: Medium Orchid. HEX triplet: CE, 4F and E9. RGB value is (206,79,233). Sum of RGB (Red+Green+Blue) = 206+79+233=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 79 (31.25% from 255 or 15.25% from 518); Blue value is 233 (91.41% from 255 or 44.98% from 518); Max value from RGB is 233 - color contains mainly: blue. Hex color #CE4FE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE4FE9 is #31B016. Grayscale: #868686. Windows color (decimal): -3256343 or 15290318. OLE color: 15290318.
HSL color Cylindrical-coordinate representation of color #CE4FE9: hue angle of 289.48º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE4FE9 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 79 | 233 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.09 |
| HSL | 289.48º | 0.78% | 0.61% | - |
| HSV(B) | 289.48º | 0.66% | 0.91% | - |
| XYZ | 42.96 | 24.6 | 79.57 | - |
| YUV | 134.53 | 183.58 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 79 | 233 | 0.12 | 0.66 | 0 | 0.09 | 289.48 | 0.78 | 0.61 |
| Hex | CE | 4F | E9 | C | 42 | 0 | 9 | 121 | 4E | 3D |
| Octal | 316 | 117 | 351 | 14 | 102 | 0 | 11 | 441 | 116 | 75 |
| Binary | 11001110 | 1001111 | 11101001 | 1100 | 1000010 | 0 | 1001 | 100100001 | 1001110 | 111101 |
Color Harmonies of #CE4FE9
Complementary color
Monochromatic Colors of #CE4FE9
Black with #CE4FE9
Text Example
Text Example
White with #CE4FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4FE9; }
p { color: rgb(206,79,233); }
H1.HeaderClassName
{
color: #CE4FE9;
}
.AnyTagClassName
{
color: #CE4FE9;
}
</style>
background-color css
<style>
a { background-color: #CE4FE9; }
a { background-color: rgb(206,79,233); }
div.DivClassName
{
background-color: #CE4FE9;
}
.BgClassName
{
background-color: #CE4FE9;
}
</style>
border-color css
<style>
span { border-color: #CE4FE9; }
span { border-color: rgb(206,79,233); }
td.TdClassName
{
border-color: #CE4FE9;
}
.TagClassName
{
border-color: #CE4FE9;
}
</style>