Shades of Medium Orchid #CE44DA
Tints of Medium Orchid #CE44DA
RGB
CMYK
RGB Variations
Color information
#CE44DA (or 0xCE44DA) is known color: Medium Orchid. HEX triplet: CE, 44 and DA. RGB value is (206,68,218). Sum of RGB (Red+Green+Blue) = 206+68+218=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 68 (26.95% from 255 or 13.82% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE44DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE44DA is #31BB25. Grayscale: #7D7D7D. Windows color (decimal): -3259174 or 14304462. OLE color: 14304462.
HSL color Cylindrical-coordinate representation of color #CE44DA: hue angle of 295.2º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE44DA is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 68 | 218 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.15 |
| HSL | 295.2º | 0.67% | 0.56% | - |
| HSV(B) | 295.2º | 0.69% | 0.85% | - |
| XYZ | 40.18 | 22.32 | 68.52 | - |
| YUV | 126.36 | 179.72 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 68 | 218 | 0.06 | 0.69 | 0 | 0.15 | 295.2 | 0.67 | 0.56 |
| Hex | CE | 44 | DA | 6 | 45 | 0 | F | 127 | 43 | 38 |
| Octal | 316 | 104 | 332 | 6 | 105 | 0 | 17 | 447 | 103 | 70 |
| Binary | 11001110 | 1000100 | 11011010 | 110 | 1000101 | 0 | 1111 | 100100111 | 1000011 | 111000 |
Color Harmonies of #CE44DA
Complementary color
Monochromatic Colors of #CE44DA
Black with #CE44DA
Text Example
Text Example
White with #CE44DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE44DA; }
p { color: rgb(206,68,218); }
H1.HeaderClassName
{
color: #CE44DA;
}
.AnyTagClassName
{
color: #CE44DA;
}
</style>
background-color css
<style>
a { background-color: #CE44DA; }
a { background-color: rgb(206,68,218); }
div.DivClassName
{
background-color: #CE44DA;
}
.BgClassName
{
background-color: #CE44DA;
}
</style>
border-color css
<style>
span { border-color: #CE44DA; }
span { border-color: rgb(206,68,218); }
td.TdClassName
{
border-color: #CE44DA;
}
.TagClassName
{
border-color: #CE44DA;
}
</style>