Shades of Medium Orchid #CE52DA
Tints of Medium Orchid #CE52DA
RGB
CMYK
RGB Variations
Color information
#CE52DA (or 0xCE52DA) is known color: Medium Orchid. HEX triplet: CE, 52 and DA. RGB value is (206,82,218). Sum of RGB (Red+Green+Blue) = 206+82+218=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 82 (32.42% from 255 or 16.21% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE52DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE52DA is #31AD25. Grayscale: #868686. Windows color (decimal): -3255590 or 14308046. OLE color: 14308046.
HSL color Cylindrical-coordinate representation of color #CE52DA: hue angle of 294.71º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE52DA is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 82 | 218 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.15 |
| HSL | 294.71º | 0.65% | 0.59% | - |
| HSV(B) | 294.71º | 0.62% | 0.85% | - |
| XYZ | 41.13 | 24.22 | 68.84 | - |
| YUV | 134.58 | 175.08 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 218 | 0.06 | 0.62 | 0 | 0.15 | 294.71 | 0.65 | 0.59 |
| Hex | CE | 52 | DA | 6 | 3E | 0 | F | 127 | 41 | 3B |
| Octal | 316 | 122 | 332 | 6 | 76 | 0 | 17 | 447 | 101 | 73 |
| Binary | 11001110 | 1010010 | 11011010 | 110 | 111110 | 0 | 1111 | 100100111 | 1000001 | 111011 |
Color Harmonies of #CE52DA
Complementary color
Monochromatic Colors of #CE52DA
Black with #CE52DA
Text Example
Text Example
White with #CE52DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE52DA; }
p { color: rgb(206,82,218); }
H1.HeaderClassName
{
color: #CE52DA;
}
.AnyTagClassName
{
color: #CE52DA;
}
</style>
background-color css
<style>
a { background-color: #CE52DA; }
a { background-color: rgb(206,82,218); }
div.DivClassName
{
background-color: #CE52DA;
}
.BgClassName
{
background-color: #CE52DA;
}
</style>
border-color css
<style>
span { border-color: #CE52DA; }
span { border-color: rgb(206,82,218); }
td.TdClassName
{
border-color: #CE52DA;
}
.TagClassName
{
border-color: #CE52DA;
}
</style>