Shades of Medium Orchid #CE46DE
Tints of Medium Orchid #CE46DE
RGB
CMYK
RGB Variations
Color information
#CE46DE (or 0xCE46DE) is known color: Medium Orchid. HEX triplet: CE, 46 and DE. RGB value is (206,70,222). Sum of RGB (Red+Green+Blue) = 206+70+222=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 70 (27.73% from 255 or 14.06% from 498); Blue value is 222 (87.11% from 255 or 44.58% from 498); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE46DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE46DE is #31B921. Grayscale: #7F7F7F. Windows color (decimal): -3258658 or 14567118. OLE color: 14567118.
HSL color Cylindrical-coordinate representation of color #CE46DE: hue angle of 293.68º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE46DE is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 70 | 222 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.13 |
| HSL | 293.68º | 0.7% | 0.57% | - |
| HSV(B) | 293.68º | 0.68% | 0.87% | - |
| XYZ | 40.83 | 22.78 | 71.35 | - |
| YUV | 127.99 | 181.06 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 70 | 222 | 0.07 | 0.68 | 0 | 0.13 | 293.68 | 0.7 | 0.57 |
| Hex | CE | 46 | DE | 7 | 44 | 0 | D | 126 | 46 | 39 |
| Octal | 316 | 106 | 336 | 7 | 104 | 0 | 15 | 446 | 106 | 71 |
| Binary | 11001110 | 1000110 | 11011110 | 111 | 1000100 | 0 | 1101 | 100100110 | 1000110 | 111001 |
Color Harmonies of #CE46DE
Complementary color
Monochromatic Colors of #CE46DE
Black with #CE46DE
Text Example
Text Example
White with #CE46DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE46DE; }
p { color: rgb(206,70,222); }
H1.HeaderClassName
{
color: #CE46DE;
}
.AnyTagClassName
{
color: #CE46DE;
}
</style>
background-color css
<style>
a { background-color: #CE46DE; }
a { background-color: rgb(206,70,222); }
div.DivClassName
{
background-color: #CE46DE;
}
.BgClassName
{
background-color: #CE46DE;
}
</style>
border-color css
<style>
span { border-color: #CE46DE; }
span { border-color: rgb(206,70,222); }
td.TdClassName
{
border-color: #CE46DE;
}
.TagClassName
{
border-color: #CE46DE;
}
</style>