Shades of Medium Orchid #CE46DA
Tints of Medium Orchid #CE46DA
RGB
CMYK
RGB Variations
Color information
#CE46DA (or 0xCE46DA) is known color: Medium Orchid. HEX triplet: CE, 46 and DA. RGB value is (206,70,218). Sum of RGB (Red+Green+Blue) = 206+70+218=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 70 (27.73% from 255 or 14.17% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE46DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE46DA is #31B925. Grayscale: #7F7F7F. Windows color (decimal): -3258662 or 14304974. OLE color: 14304974.
HSL color Cylindrical-coordinate representation of color #CE46DA: hue angle of 295.14º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE46DA is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 70 | 218 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.15 |
| HSL | 295.14º | 0.67% | 0.56% | - |
| HSV(B) | 295.14º | 0.68% | 0.85% | - |
| XYZ | 40.3 | 22.56 | 68.56 | - |
| YUV | 127.54 | 179.06 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 70 | 218 | 0.06 | 0.68 | 0 | 0.15 | 295.14 | 0.67 | 0.56 |
| Hex | CE | 46 | DA | 6 | 44 | 0 | F | 127 | 43 | 38 |
| Octal | 316 | 106 | 332 | 6 | 104 | 0 | 17 | 447 | 103 | 70 |
| Binary | 11001110 | 1000110 | 11011010 | 110 | 1000100 | 0 | 1111 | 100100111 | 1000011 | 111000 |
Color Harmonies of #CE46DA
Complementary color
Monochromatic Colors of #CE46DA
Black with #CE46DA
Text Example
Text Example
White with #CE46DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE46DA; }
p { color: rgb(206,70,218); }
H1.HeaderClassName
{
color: #CE46DA;
}
.AnyTagClassName
{
color: #CE46DA;
}
</style>
background-color css
<style>
a { background-color: #CE46DA; }
a { background-color: rgb(206,70,218); }
div.DivClassName
{
background-color: #CE46DA;
}
.BgClassName
{
background-color: #CE46DA;
}
</style>
border-color css
<style>
span { border-color: #CE46DA; }
span { border-color: rgb(206,70,218); }
td.TdClassName
{
border-color: #CE46DA;
}
.TagClassName
{
border-color: #CE46DA;
}
</style>