Shades of Medium Orchid #CE44DC
Tints of Medium Orchid #CE44DC
RGB
CMYK
RGB Variations
Color information
#CE44DC (or 0xCE44DC) is known color: Medium Orchid. HEX triplet: CE, 44 and DC. RGB value is (206,68,220). Sum of RGB (Red+Green+Blue) = 206+68+220=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 68 (26.95% from 255 or 13.77% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE44DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE44DC is #31BB23. Grayscale: #7E7E7E. Windows color (decimal): -3259172 or 14435534. OLE color: 14435534.
HSL color Cylindrical-coordinate representation of color #CE44DC: hue angle of 294.47º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE44DC is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 68 | 220 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.14 |
| HSL | 294.47º | 0.68% | 0.56% | - |
| HSV(B) | 294.47º | 0.69% | 0.86% | - |
| XYZ | 40.44 | 22.42 | 69.91 | - |
| YUV | 126.59 | 180.72 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 68 | 220 | 0.06 | 0.69 | 0 | 0.14 | 294.47 | 0.68 | 0.56 |
| Hex | CE | 44 | DC | 6 | 45 | 0 | E | 126 | 44 | 38 |
| Octal | 316 | 104 | 334 | 6 | 105 | 0 | 16 | 446 | 104 | 70 |
| Binary | 11001110 | 1000100 | 11011100 | 110 | 1000101 | 0 | 1110 | 100100110 | 1000100 | 111000 |
Color Harmonies of #CE44DC
Complementary color
Monochromatic Colors of #CE44DC
Black with #CE44DC
Text Example
Text Example
White with #CE44DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE44DC; }
p { color: rgb(206,68,220); }
H1.HeaderClassName
{
color: #CE44DC;
}
.AnyTagClassName
{
color: #CE44DC;
}
</style>
background-color css
<style>
a { background-color: #CE44DC; }
a { background-color: rgb(206,68,220); }
div.DivClassName
{
background-color: #CE44DC;
}
.BgClassName
{
background-color: #CE44DC;
}
</style>
border-color css
<style>
span { border-color: #CE44DC; }
span { border-color: rgb(206,68,220); }
td.TdClassName
{
border-color: #CE44DC;
}
.TagClassName
{
border-color: #CE44DC;
}
</style>