Shades of Medium Orchid #CE52ED
Tints of Medium Orchid #CE52ED
RGB
CMYK
RGB Variations
Color information
#CE52ED (or 0xCE52ED) is known color: Medium Orchid. HEX triplet: CE, 52 and ED. RGB value is (206,82,237). Sum of RGB (Red+Green+Blue) = 206+82+237=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 82 (32.42% from 255 or 15.62% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE52ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE52ED is #31AD12. Grayscale: #888888. Windows color (decimal): -3255571 or 15553230. OLE color: 15553230.
HSL color Cylindrical-coordinate representation of color #CE52ED: hue angle of 288º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE52ED is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 82 | 237 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.07 |
| HSL | 288º | 0.81% | 0.63% | - |
| HSV(B) | 288º | 0.65% | 0.93% | - |
| XYZ | 43.76 | 25.27 | 82.69 | - |
| YUV | 136.75 | 184.58 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 237 | 0.13 | 0.65 | 0 | 0.07 | 288 | 0.81 | 0.63 |
| Hex | CE | 52 | ED | D | 41 | 0 | 7 | 120 | 51 | 3F |
| Octal | 316 | 122 | 355 | 15 | 101 | 0 | 7 | 440 | 121 | 77 |
| Binary | 11001110 | 1010010 | 11101101 | 1101 | 1000001 | 0 | 111 | 100100000 | 1010001 | 111111 |
Color Harmonies of #CE52ED
Complementary color
Monochromatic Colors of #CE52ED
Black with #CE52ED
Text Example
Text Example
White with #CE52ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE52ED; }
p { color: rgb(206,82,237); }
H1.HeaderClassName
{
color: #CE52ED;
}
.AnyTagClassName
{
color: #CE52ED;
}
</style>
background-color css
<style>
a { background-color: #CE52ED; }
a { background-color: rgb(206,82,237); }
div.DivClassName
{
background-color: #CE52ED;
}
.BgClassName
{
background-color: #CE52ED;
}
</style>
border-color css
<style>
span { border-color: #CE52ED; }
span { border-color: rgb(206,82,237); }
td.TdClassName
{
border-color: #CE52ED;
}
.TagClassName
{
border-color: #CE52ED;
}
</style>