Shades of Medium Orchid #CE4EE8
Tints of Medium Orchid #CE4EE8
RGB
CMYK
RGB Variations
Color information
#CE4EE8 (or 0xCE4EE8) is known color: Medium Orchid. HEX triplet: CE, 4E and E8. RGB value is (206,78,232). Sum of RGB (Red+Green+Blue) = 206+78+232=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 78 (30.86% from 255 or 15.12% from 516); Blue value is 232 (91.02% from 255 or 44.96% from 516); Max value from RGB is 232 - color contains mainly: blue. Hex color #CE4EE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE4EE8 is #31B117. Grayscale: #858585. Windows color (decimal): -3256600 or 15224526. OLE color: 15224526.
HSL color Cylindrical-coordinate representation of color #CE4EE8: hue angle of 289.87º degrees, saturation: 0.77, 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 #CE4EE8 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 78 | 232 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.09 |
| HSL | 289.87º | 0.77% | 0.61% | - |
| HSV(B) | 289.87º | 0.66% | 0.91% | - |
| XYZ | 42.74 | 24.4 | 78.8 | - |
| YUV | 133.83 | 183.41 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 78 | 232 | 0.11 | 0.66 | 0 | 0.09 | 289.87 | 0.77 | 0.61 |
| Hex | CE | 4E | E8 | B | 42 | 0 | 9 | 122 | 4D | 3D |
| Octal | 316 | 116 | 350 | 13 | 102 | 0 | 11 | 442 | 115 | 75 |
| Binary | 11001110 | 1001110 | 11101000 | 1011 | 1000010 | 0 | 1001 | 100100010 | 1001101 | 111101 |
Color Harmonies of #CE4EE8
Complementary color
Monochromatic Colors of #CE4EE8
Black with #CE4EE8
Text Example
Text Example
White with #CE4EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4EE8; }
p { color: rgb(206,78,232); }
H1.HeaderClassName
{
color: #CE4EE8;
}
.AnyTagClassName
{
color: #CE4EE8;
}
</style>
background-color css
<style>
a { background-color: #CE4EE8; }
a { background-color: rgb(206,78,232); }
div.DivClassName
{
background-color: #CE4EE8;
}
.BgClassName
{
background-color: #CE4EE8;
}
</style>
border-color css
<style>
span { border-color: #CE4EE8; }
span { border-color: rgb(206,78,232); }
td.TdClassName
{
border-color: #CE4EE8;
}
.TagClassName
{
border-color: #CE4EE8;
}
</style>