Shades of Medium Orchid #CE53DC
Tints of Medium Orchid #CE53DC
RGB
CMYK
RGB Variations
Color information
#CE53DC (or 0xCE53DC) is known color: Medium Orchid. HEX triplet: CE, 53 and DC. RGB value is (206,83,220). Sum of RGB (Red+Green+Blue) = 206+83+220=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 83 (32.81% from 255 or 16.31% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE53DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE53DC is #31AC23. Grayscale: #868686. Windows color (decimal): -3255332 or 14439374. OLE color: 14439374.
HSL color Cylindrical-coordinate representation of color #CE53DC: hue angle of 293.87º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE53DC is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 83 | 220 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.14 |
| HSL | 293.87º | 0.66% | 0.59% | - |
| HSV(B) | 293.87º | 0.62% | 0.86% | - |
| XYZ | 41.47 | 24.48 | 70.25 | - |
| YUV | 135.4 | 175.75 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 220 | 0.06 | 0.62 | 0 | 0.14 | 293.87 | 0.66 | 0.59 |
| Hex | CE | 53 | DC | 6 | 3E | 0 | E | 126 | 42 | 3B |
| Octal | 316 | 123 | 334 | 6 | 76 | 0 | 16 | 446 | 102 | 73 |
| Binary | 11001110 | 1010011 | 11011100 | 110 | 111110 | 0 | 1110 | 100100110 | 1000010 | 111011 |
Color Harmonies of #CE53DC
Complementary color
Monochromatic Colors of #CE53DC
Black with #CE53DC
Text Example
Text Example
White with #CE53DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE53DC; }
p { color: rgb(206,83,220); }
H1.HeaderClassName
{
color: #CE53DC;
}
.AnyTagClassName
{
color: #CE53DC;
}
</style>
background-color css
<style>
a { background-color: #CE53DC; }
a { background-color: rgb(206,83,220); }
div.DivClassName
{
background-color: #CE53DC;
}
.BgClassName
{
background-color: #CE53DC;
}
</style>
border-color css
<style>
span { border-color: #CE53DC; }
span { border-color: rgb(206,83,220); }
td.TdClassName
{
border-color: #CE53DC;
}
.TagClassName
{
border-color: #CE53DC;
}
</style>