Shades of Medium Orchid #CE3ADA
Tints of Medium Orchid #CE3ADA
RGB
CMYK
RGB Variations
Color information
#CE3ADA (or 0xCE3ADA) is known color: Medium Orchid. HEX triplet: CE, 3A and DA. RGB value is (206,58,218). Sum of RGB (Red+Green+Blue) = 206+58+218=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 58 (23.05% from 255 or 12.03% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE3ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3ADA is #31C525. Grayscale: #787878. Windows color (decimal): -3261734 or 14301902. OLE color: 14301902.
HSL color Cylindrical-coordinate representation of color #CE3ADA: hue angle of 295.5º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE3ADA is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 58 | 218 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.15 |
| HSL | 295.5º | 0.68% | 0.54% | - |
| HSV(B) | 295.5º | 0.73% | 0.85% | - |
| XYZ | 39.62 | 21.21 | 68.34 | - |
| YUV | 120.49 | 183.03 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 58 | 218 | 0.06 | 0.73 | 0 | 0.15 | 295.5 | 0.68 | 0.54 |
| Hex | CE | 3A | DA | 6 | 49 | 0 | F | 128 | 44 | 36 |
| Octal | 316 | 72 | 332 | 6 | 111 | 0 | 17 | 450 | 104 | 66 |
| Binary | 11001110 | 111010 | 11011010 | 110 | 1001001 | 0 | 1111 | 100101000 | 1000100 | 110110 |
Color Harmonies of #CE3ADA
Complementary color
Monochromatic Colors of #CE3ADA
Black with #CE3ADA
Text Example
Text Example
White with #CE3ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3ADA; }
p { color: rgb(206,58,218); }
H1.HeaderClassName
{
color: #CE3ADA;
}
.AnyTagClassName
{
color: #CE3ADA;
}
</style>
background-color css
<style>
a { background-color: #CE3ADA; }
a { background-color: rgb(206,58,218); }
div.DivClassName
{
background-color: #CE3ADA;
}
.BgClassName
{
background-color: #CE3ADA;
}
</style>
border-color css
<style>
span { border-color: #CE3ADA; }
span { border-color: rgb(206,58,218); }
td.TdClassName
{
border-color: #CE3ADA;
}
.TagClassName
{
border-color: #CE3ADA;
}
</style>