Shades of Medium Orchid #CE53DA
Tints of Medium Orchid #CE53DA
RGB
CMYK
RGB Variations
Color information
#CE53DA (or 0xCE53DA) is known color: Medium Orchid. HEX triplet: CE, 53 and DA. RGB value is (206,83,218). Sum of RGB (Red+Green+Blue) = 206+83+218=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 83 (32.81% from 255 or 16.37% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE53DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE53DA is #31AC25. Grayscale: #868686. Windows color (decimal): -3255334 or 14308302. OLE color: 14308302.
HSL color Cylindrical-coordinate representation of color #CE53DA: hue angle of 294.67º 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 #CE53DA is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 83 | 218 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.15 |
| HSL | 294.67º | 0.65% | 0.59% | - |
| HSV(B) | 294.67º | 0.62% | 0.85% | - |
| XYZ | 41.2 | 24.37 | 68.86 | - |
| YUV | 135.17 | 174.75 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 218 | 0.06 | 0.62 | 0 | 0.15 | 294.67 | 0.65 | 0.59 |
| Hex | CE | 53 | DA | 6 | 3E | 0 | F | 127 | 41 | 3B |
| Octal | 316 | 123 | 332 | 6 | 76 | 0 | 17 | 447 | 101 | 73 |
| Binary | 11001110 | 1010011 | 11011010 | 110 | 111110 | 0 | 1111 | 100100111 | 1000001 | 111011 |
Color Harmonies of #CE53DA
Complementary color
Monochromatic Colors of #CE53DA
Black with #CE53DA
Text Example
Text Example
White with #CE53DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE53DA; }
p { color: rgb(206,83,218); }
H1.HeaderClassName
{
color: #CE53DA;
}
.AnyTagClassName
{
color: #CE53DA;
}
</style>
background-color css
<style>
a { background-color: #CE53DA; }
a { background-color: rgb(206,83,218); }
div.DivClassName
{
background-color: #CE53DA;
}
.BgClassName
{
background-color: #CE53DA;
}
</style>
border-color css
<style>
span { border-color: #CE53DA; }
span { border-color: rgb(206,83,218); }
td.TdClassName
{
border-color: #CE53DA;
}
.TagClassName
{
border-color: #CE53DA;
}
</style>