Shades of Medium Orchid #CE43D9
Tints of Medium Orchid #CE43D9
RGB
CMYK
RGB Variations
Color information
#CE43D9 (or 0xCE43D9) is known color: Medium Orchid. HEX triplet: CE, 43 and D9. RGB value is (206,67,217). Sum of RGB (Red+Green+Blue) = 206+67+217=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 67 (26.56% from 255 or 13.67% from 490); Blue value is 217 (85.16% from 255 or 44.29% from 490); Max value from RGB is 217 - color contains mainly: blue. Hex color #CE43D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE43D9 is #31BC26. Grayscale: #7D7D7D. Windows color (decimal): -3259431 or 14238670. OLE color: 14238670.
HSL color Cylindrical-coordinate representation of color #CE43D9: hue angle of 295.6º degrees, saturation: 0.66, 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 #CE43D9 is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 67 | 217 | - |
| CMYK | 0.05 | 0.69 | 0 | 0.15 |
| HSL | 295.6º | 0.66% | 0.56% | - |
| HSV(B) | 295.6º | 0.69% | 0.85% | - |
| XYZ | 39.99 | 22.15 | 67.81 | - |
| YUV | 125.66 | 179.55 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 67 | 217 | 0.05 | 0.69 | 0 | 0.15 | 295.6 | 0.66 | 0.56 |
| Hex | CE | 43 | D9 | 5 | 45 | 0 | F | 128 | 42 | 38 |
| Octal | 316 | 103 | 331 | 5 | 105 | 0 | 17 | 450 | 102 | 70 |
| Binary | 11001110 | 1000011 | 11011001 | 101 | 1000101 | 0 | 1111 | 100101000 | 1000010 | 111000 |
Color Harmonies of #CE43D9
Complementary color
Monochromatic Colors of #CE43D9
Black with #CE43D9
Text Example
Text Example
White with #CE43D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE43D9; }
p { color: rgb(206,67,217); }
H1.HeaderClassName
{
color: #CE43D9;
}
.AnyTagClassName
{
color: #CE43D9;
}
</style>
background-color css
<style>
a { background-color: #CE43D9; }
a { background-color: rgb(206,67,217); }
div.DivClassName
{
background-color: #CE43D9;
}
.BgClassName
{
background-color: #CE43D9;
}
</style>
border-color css
<style>
span { border-color: #CE43D9; }
span { border-color: rgb(206,67,217); }
td.TdClassName
{
border-color: #CE43D9;
}
.TagClassName
{
border-color: #CE43D9;
}
</style>