Shades of Medium Orchid #CE33EA
Tints of Medium Orchid #CE33EA
RGB
CMYK
RGB Variations
Color information
#CE33EA (or 0xCE33EA) is known color: Medium Orchid. HEX triplet: CE, 33 and EA. RGB value is (206,51,234). Sum of RGB (Red+Green+Blue) = 206+51+234=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 51 (20.31% from 255 or 10.39% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE33EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE33EA is #31CC15. Grayscale: #757575. Windows color (decimal): -3263510 or 15348686. OLE color: 15348686.
HSL color Cylindrical-coordinate representation of color #CE33EA: hue angle of 290.82º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE33EA is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 51 | 234 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.08 |
| HSL | 290.82º | 0.81% | 0.56% | - |
| HSV(B) | 290.82º | 0.78% | 0.92% | - |
| XYZ | 41.49 | 21.43 | 79.79 | - |
| YUV | 118.21 | 193.35 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 51 | 234 | 0.12 | 0.78 | 0 | 0.08 | 290.82 | 0.81 | 0.56 |
| Hex | CE | 33 | EA | C | 4E | 0 | 8 | 123 | 51 | 38 |
| Octal | 316 | 63 | 352 | 14 | 116 | 0 | 10 | 443 | 121 | 70 |
| Binary | 11001110 | 110011 | 11101010 | 1100 | 1001110 | 0 | 1000 | 100100011 | 1010001 | 111000 |
Color Harmonies of #CE33EA
Complementary color
Monochromatic Colors of #CE33EA
Black with #CE33EA
Text Example
Text Example
White with #CE33EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE33EA; }
p { color: rgb(206,51,234); }
H1.HeaderClassName
{
color: #CE33EA;
}
.AnyTagClassName
{
color: #CE33EA;
}
</style>
background-color css
<style>
a { background-color: #CE33EA; }
a { background-color: rgb(206,51,234); }
div.DivClassName
{
background-color: #CE33EA;
}
.BgClassName
{
background-color: #CE33EA;
}
</style>
border-color css
<style>
span { border-color: #CE33EA; }
span { border-color: rgb(206,51,234); }
td.TdClassName
{
border-color: #CE33EA;
}
.TagClassName
{
border-color: #CE33EA;
}
</style>