Shades of Medium Orchid #CE3BE8
Tints of Medium Orchid #CE3BE8
RGB
CMYK
RGB Variations
Color information
#CE3BE8 (or 0xCE3BE8) is known color: Medium Orchid. HEX triplet: CE, 3B and E8. RGB value is (206,59,232). Sum of RGB (Red+Green+Blue) = 206+59+232=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 59 (23.44% from 255 or 11.87% from 497); Blue value is 232 (91.02% from 255 or 46.68% from 497); Max value from RGB is 232 - color contains mainly: blue. Hex color #CE3BE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3BE8 is #31C417. Grayscale: #7A7A7A. Windows color (decimal): -3261464 or 15219662. OLE color: 15219662.
HSL color Cylindrical-coordinate representation of color #CE3BE8: hue angle of 290.98º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE3BE8 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 59 | 232 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.09 |
| HSL | 290.98º | 0.79% | 0.57% | - |
| HSV(B) | 290.98º | 0.75% | 0.91% | - |
| XYZ | 41.58 | 22.08 | 78.41 | - |
| YUV | 122.68 | 189.7 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 59 | 232 | 0.11 | 0.75 | 0 | 0.09 | 290.98 | 0.79 | 0.57 |
| Hex | CE | 3B | E8 | B | 4B | 0 | 9 | 123 | 4F | 39 |
| Octal | 316 | 73 | 350 | 13 | 113 | 0 | 11 | 443 | 117 | 71 |
| Binary | 11001110 | 111011 | 11101000 | 1011 | 1001011 | 0 | 1001 | 100100011 | 1001111 | 111001 |
Color Harmonies of #CE3BE8
Complementary color
Monochromatic Colors of #CE3BE8
Black with #CE3BE8
Text Example
Text Example
White with #CE3BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3BE8; }
p { color: rgb(206,59,232); }
H1.HeaderClassName
{
color: #CE3BE8;
}
.AnyTagClassName
{
color: #CE3BE8;
}
</style>
background-color css
<style>
a { background-color: #CE3BE8; }
a { background-color: rgb(206,59,232); }
div.DivClassName
{
background-color: #CE3BE8;
}
.BgClassName
{
background-color: #CE3BE8;
}
</style>
border-color css
<style>
span { border-color: #CE3BE8; }
span { border-color: rgb(206,59,232); }
td.TdClassName
{
border-color: #CE3BE8;
}
.TagClassName
{
border-color: #CE3BE8;
}
</style>