Shades of Medium Orchid #CE33DA
Tints of Medium Orchid #CE33DA
RGB
CMYK
RGB Variations
Color information
#CE33DA (or 0xCE33DA) is known color: Medium Orchid. HEX triplet: CE, 33 and DA. RGB value is (206,51,218). Sum of RGB (Red+Green+Blue) = 206+51+218=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 51 (20.31% from 255 or 10.74% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE33DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE33DA is #31CC25. Grayscale: #737373. Windows color (decimal): -3263526 or 14300110. OLE color: 14300110.
HSL color Cylindrical-coordinate representation of color #CE33DA: hue angle of 295.69º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE33DA is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 51 | 218 | - |
| CMYK | 0.06 | 0.77 | 0 | 0.15 |
| HSL | 295.69º | 0.69% | 0.53% | - |
| HSV(B) | 295.69º | 0.77% | 0.85% | - |
| XYZ | 39.29 | 20.55 | 68.23 | - |
| YUV | 116.38 | 185.35 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 51 | 218 | 0.06 | 0.77 | 0 | 0.15 | 295.69 | 0.69 | 0.53 |
| Hex | CE | 33 | DA | 6 | 4D | 0 | F | 128 | 45 | 35 |
| Octal | 316 | 63 | 332 | 6 | 115 | 0 | 17 | 450 | 105 | 65 |
| Binary | 11001110 | 110011 | 11011010 | 110 | 1001101 | 0 | 1111 | 100101000 | 1000101 | 110101 |
Color Harmonies of #CE33DA
Complementary color
Monochromatic Colors of #CE33DA
Black with #CE33DA
Text Example
Text Example
White with #CE33DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE33DA; }
p { color: rgb(206,51,218); }
H1.HeaderClassName
{
color: #CE33DA;
}
.AnyTagClassName
{
color: #CE33DA;
}
</style>
background-color css
<style>
a { background-color: #CE33DA; }
a { background-color: rgb(206,51,218); }
div.DivClassName
{
background-color: #CE33DA;
}
.BgClassName
{
background-color: #CE33DA;
}
</style>
border-color css
<style>
span { border-color: #CE33DA; }
span { border-color: rgb(206,51,218); }
td.TdClassName
{
border-color: #CE33DA;
}
.TagClassName
{
border-color: #CE33DA;
}
</style>