Shades of Medium Orchid #CE33DC
Tints of Medium Orchid #CE33DC
RGB
CMYK
RGB Variations
Color information
#CE33DC (or 0xCE33DC) is known color: Medium Orchid. HEX triplet: CE, 33 and DC. RGB value is (206,51,220). Sum of RGB (Red+Green+Blue) = 206+51+220=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 51 (20.31% from 255 or 10.69% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE33DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE33DC is #31CC23. Grayscale: #747474. Windows color (decimal): -3263524 or 14431182. OLE color: 14431182.
HSL color Cylindrical-coordinate representation of color #CE33DC: hue angle of 295.03º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE33DC is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 51 | 220 | - |
| CMYK | 0.06 | 0.77 | 0 | 0.14 |
| HSL | 295.03º | 0.71% | 0.53% | - |
| HSV(B) | 295.03º | 0.77% | 0.86% | - |
| XYZ | 39.56 | 20.66 | 69.61 | - |
| YUV | 116.61 | 186.35 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 51 | 220 | 0.06 | 0.77 | 0 | 0.14 | 295.03 | 0.71 | 0.53 |
| Hex | CE | 33 | DC | 6 | 4D | 0 | E | 127 | 47 | 35 |
| Octal | 316 | 63 | 334 | 6 | 115 | 0 | 16 | 447 | 107 | 65 |
| Binary | 11001110 | 110011 | 11011100 | 110 | 1001101 | 0 | 1110 | 100100111 | 1000111 | 110101 |
Color Harmonies of #CE33DC
Complementary color
Monochromatic Colors of #CE33DC
Black with #CE33DC
Text Example
Text Example
White with #CE33DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE33DC; }
p { color: rgb(206,51,220); }
H1.HeaderClassName
{
color: #CE33DC;
}
.AnyTagClassName
{
color: #CE33DC;
}
</style>
background-color css
<style>
a { background-color: #CE33DC; }
a { background-color: rgb(206,51,220); }
div.DivClassName
{
background-color: #CE33DC;
}
.BgClassName
{
background-color: #CE33DC;
}
</style>
border-color css
<style>
span { border-color: #CE33DC; }
span { border-color: rgb(206,51,220); }
td.TdClassName
{
border-color: #CE33DC;
}
.TagClassName
{
border-color: #CE33DC;
}
</style>