Shades of Medium Orchid #CE3ADB
Tints of Medium Orchid #CE3ADB
RGB
CMYK
RGB Variations
Color information
#CE3ADB (or 0xCE3ADB) is known color: Medium Orchid. HEX triplet: CE, 3A and DB. RGB value is (206,58,219). Sum of RGB (Red+Green+Blue) = 206+58+219=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 58 (23.05% from 255 or 12.01% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE3ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3ADB is #31C524. Grayscale: #787878. Windows color (decimal): -3261733 or 14367438. OLE color: 14367438.
HSL color Cylindrical-coordinate representation of color #CE3ADB: hue angle of 295.16º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE3ADB is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 58 | 219 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.14 |
| HSL | 295.16º | 0.69% | 0.54% | - |
| HSV(B) | 295.16º | 0.74% | 0.86% | - |
| XYZ | 39.75 | 21.26 | 69.03 | - |
| YUV | 120.61 | 183.53 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 58 | 219 | 0.06 | 0.74 | 0 | 0.14 | 295.16 | 0.69 | 0.54 |
| Hex | CE | 3A | DB | 6 | 4A | 0 | E | 127 | 45 | 36 |
| Octal | 316 | 72 | 333 | 6 | 112 | 0 | 16 | 447 | 105 | 66 |
| Binary | 11001110 | 111010 | 11011011 | 110 | 1001010 | 0 | 1110 | 100100111 | 1000101 | 110110 |
Color Harmonies of #CE3ADB
Complementary color
Monochromatic Colors of #CE3ADB
Black with #CE3ADB
Text Example
Text Example
White with #CE3ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3ADB; }
p { color: rgb(206,58,219); }
H1.HeaderClassName
{
color: #CE3ADB;
}
.AnyTagClassName
{
color: #CE3ADB;
}
</style>
background-color css
<style>
a { background-color: #CE3ADB; }
a { background-color: rgb(206,58,219); }
div.DivClassName
{
background-color: #CE3ADB;
}
.BgClassName
{
background-color: #CE3ADB;
}
</style>
border-color css
<style>
span { border-color: #CE3ADB; }
span { border-color: rgb(206,58,219); }
td.TdClassName
{
border-color: #CE3ADB;
}
.TagClassName
{
border-color: #CE3ADB;
}
</style>