Shades of Medium Orchid #CE52DB
Tints of Medium Orchid #CE52DB
RGB
CMYK
RGB Variations
Color information
#CE52DB (or 0xCE52DB) is known color: Medium Orchid. HEX triplet: CE, 52 and DB. RGB value is (206,82,219). Sum of RGB (Red+Green+Blue) = 206+82+219=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 82 (32.42% from 255 or 16.17% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE52DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE52DB is #31AD24. Grayscale: #868686. Windows color (decimal): -3255589 or 14373582. OLE color: 14373582.
HSL color Cylindrical-coordinate representation of color #CE52DB: hue angle of 294.31º 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 #CE52DB is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 82 | 219 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.14 |
| HSL | 294.31º | 0.66% | 0.59% | - |
| HSV(B) | 294.31º | 0.63% | 0.86% | - |
| XYZ | 41.26 | 24.27 | 69.53 | - |
| YUV | 134.69 | 175.58 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 219 | 0.06 | 0.63 | 0 | 0.14 | 294.31 | 0.66 | 0.59 |
| Hex | CE | 52 | DB | 6 | 3F | 0 | E | 126 | 42 | 3B |
| Octal | 316 | 122 | 333 | 6 | 77 | 0 | 16 | 446 | 102 | 73 |
| Binary | 11001110 | 1010010 | 11011011 | 110 | 111111 | 0 | 1110 | 100100110 | 1000010 | 111011 |
Color Harmonies of #CE52DB
Complementary color
Monochromatic Colors of #CE52DB
Black with #CE52DB
Text Example
Text Example
White with #CE52DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE52DB; }
p { color: rgb(206,82,219); }
H1.HeaderClassName
{
color: #CE52DB;
}
.AnyTagClassName
{
color: #CE52DB;
}
</style>
background-color css
<style>
a { background-color: #CE52DB; }
a { background-color: rgb(206,82,219); }
div.DivClassName
{
background-color: #CE52DB;
}
.BgClassName
{
background-color: #CE52DB;
}
</style>
border-color css
<style>
span { border-color: #CE52DB; }
span { border-color: rgb(206,82,219); }
td.TdClassName
{
border-color: #CE52DB;
}
.TagClassName
{
border-color: #CE52DB;
}
</style>