Shades of Medium Orchid #CE52DC
Tints of Medium Orchid #CE52DC
RGB
CMYK
RGB Variations
Color information
#CE52DC (or 0xCE52DC) is known color: Medium Orchid. HEX triplet: CE, 52 and DC. RGB value is (206,82,220). Sum of RGB (Red+Green+Blue) = 206+82+220=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 82 (32.42% from 255 or 16.14% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE52DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE52DC is #31AD23. Grayscale: #868686. Windows color (decimal): -3255588 or 14439118. OLE color: 14439118.
HSL color Cylindrical-coordinate representation of color #CE52DC: hue angle of 293.91º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE52DC is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 82 | 220 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.14 |
| HSL | 293.91º | 0.66% | 0.59% | - |
| HSV(B) | 293.91º | 0.63% | 0.86% | - |
| XYZ | 41.39 | 24.32 | 70.22 | - |
| YUV | 134.81 | 176.08 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 220 | 0.06 | 0.63 | 0 | 0.14 | 293.91 | 0.66 | 0.59 |
| Hex | CE | 52 | DC | 6 | 3F | 0 | E | 126 | 42 | 3B |
| Octal | 316 | 122 | 334 | 6 | 77 | 0 | 16 | 446 | 102 | 73 |
| Binary | 11001110 | 1010010 | 11011100 | 110 | 111111 | 0 | 1110 | 100100110 | 1000010 | 111011 |
Color Harmonies of #CE52DC
Complementary color
Monochromatic Colors of #CE52DC
Black with #CE52DC
Text Example
Text Example
White with #CE52DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE52DC; }
p { color: rgb(206,82,220); }
H1.HeaderClassName
{
color: #CE52DC;
}
.AnyTagClassName
{
color: #CE52DC;
}
</style>
background-color css
<style>
a { background-color: #CE52DC; }
a { background-color: rgb(206,82,220); }
div.DivClassName
{
background-color: #CE52DC;
}
.BgClassName
{
background-color: #CE52DC;
}
</style>
border-color css
<style>
span { border-color: #CE52DC; }
span { border-color: rgb(206,82,220); }
td.TdClassName
{
border-color: #CE52DC;
}
.TagClassName
{
border-color: #CE52DC;
}
</style>