Shades of Medium Orchid #CE43DE
Tints of Medium Orchid #CE43DE
RGB
CMYK
RGB Variations
Color information
#CE43DE (or 0xCE43DE) is known color: Medium Orchid. HEX triplet: CE, 43 and DE. RGB value is (206,67,222). Sum of RGB (Red+Green+Blue) = 206+67+222=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 67 (26.56% from 255 or 13.54% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE43DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE43DE is #31BC21. Grayscale: #7D7D7D. Windows color (decimal): -3259426 or 14566350. OLE color: 14566350.
HSL color Cylindrical-coordinate representation of color #CE43DE: hue angle of 293.81º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE43DE is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 67 | 222 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.13 |
| HSL | 293.81º | 0.7% | 0.57% | - |
| HSV(B) | 293.81º | 0.7% | 0.87% | - |
| XYZ | 40.65 | 22.41 | 71.29 | - |
| YUV | 126.23 | 182.05 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 67 | 222 | 0.07 | 0.70 | 0 | 0.13 | 293.81 | 0.7 | 0.57 |
| Hex | CE | 43 | DE | 7 | 46 | 0 | D | 126 | 46 | 39 |
| Octal | 316 | 103 | 336 | 7 | 106 | 0 | 15 | 446 | 106 | 71 |
| Binary | 11001110 | 1000011 | 11011110 | 111 | 1000110 | 0 | 1101 | 100100110 | 1000110 | 111001 |
Color Harmonies of #CE43DE
Complementary color
Monochromatic Colors of #CE43DE
Black with #CE43DE
Text Example
Text Example
White with #CE43DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE43DE; }
p { color: rgb(206,67,222); }
H1.HeaderClassName
{
color: #CE43DE;
}
.AnyTagClassName
{
color: #CE43DE;
}
</style>
background-color css
<style>
a { background-color: #CE43DE; }
a { background-color: rgb(206,67,222); }
div.DivClassName
{
background-color: #CE43DE;
}
.BgClassName
{
background-color: #CE43DE;
}
</style>
border-color css
<style>
span { border-color: #CE43DE; }
span { border-color: rgb(206,67,222); }
td.TdClassName
{
border-color: #CE43DE;
}
.TagClassName
{
border-color: #CE43DE;
}
</style>