Shades of Medium Orchid #CE43DC
Tints of Medium Orchid #CE43DC
RGB
CMYK
RGB Variations
Color information
#CE43DC (or 0xCE43DC) is known color: Medium Orchid. HEX triplet: CE, 43 and DC. RGB value is (206,67,220). Sum of RGB (Red+Green+Blue) = 206+67+220=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 67 (26.56% from 255 or 13.59% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE43DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE43DC is #31BC23. Grayscale: #7D7D7D. Windows color (decimal): -3259428 or 14435278. OLE color: 14435278.
HSL color Cylindrical-coordinate representation of color #CE43DC: hue angle of 294.51º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE43DC is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 67 | 220 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.14 |
| HSL | 294.51º | 0.69% | 0.56% | - |
| HSV(B) | 294.51º | 0.7% | 0.86% | - |
| XYZ | 40.38 | 22.3 | 69.89 | - |
| YUV | 126 | 181.05 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 67 | 220 | 0.06 | 0.70 | 0 | 0.14 | 294.51 | 0.69 | 0.56 |
| Hex | CE | 43 | DC | 6 | 46 | 0 | E | 127 | 45 | 38 |
| Octal | 316 | 103 | 334 | 6 | 106 | 0 | 16 | 447 | 105 | 70 |
| Binary | 11001110 | 1000011 | 11011100 | 110 | 1000110 | 0 | 1110 | 100100111 | 1000101 | 111000 |
Color Harmonies of #CE43DC
Complementary color
Monochromatic Colors of #CE43DC
Black with #CE43DC
Text Example
Text Example
White with #CE43DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE43DC; }
p { color: rgb(206,67,220); }
H1.HeaderClassName
{
color: #CE43DC;
}
.AnyTagClassName
{
color: #CE43DC;
}
</style>
background-color css
<style>
a { background-color: #CE43DC; }
a { background-color: rgb(206,67,220); }
div.DivClassName
{
background-color: #CE43DC;
}
.BgClassName
{
background-color: #CE43DC;
}
</style>
border-color css
<style>
span { border-color: #CE43DC; }
span { border-color: rgb(206,67,220); }
td.TdClassName
{
border-color: #CE43DC;
}
.TagClassName
{
border-color: #CE43DC;
}
</style>