Shades of Medium Orchid #CE4EDB
Tints of Medium Orchid #CE4EDB
RGB
CMYK
RGB Variations
Color information
#CE4EDB (or 0xCE4EDB) is known color: Medium Orchid. HEX triplet: CE, 4E and DB. RGB value is (206,78,219). Sum of RGB (Red+Green+Blue) = 206+78+219=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 78 (30.86% from 255 or 15.51% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE4EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4EDB is #31B124. Grayscale: #838383. Windows color (decimal): -3256613 or 14372558. OLE color: 14372558.
HSL color Cylindrical-coordinate representation of color #CE4EDB: hue angle of 294.47º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE4EDB is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 78 | 219 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.14 |
| HSL | 294.47º | 0.66% | 0.58% | - |
| HSV(B) | 294.47º | 0.64% | 0.86% | - |
| XYZ | 40.96 | 23.69 | 69.43 | - |
| YUV | 132.35 | 176.91 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 78 | 219 | 0.06 | 0.64 | 0 | 0.14 | 294.47 | 0.66 | 0.58 |
| Hex | CE | 4E | DB | 6 | 40 | 0 | E | 126 | 42 | 3A |
| Octal | 316 | 116 | 333 | 6 | 100 | 0 | 16 | 446 | 102 | 72 |
| Binary | 11001110 | 1001110 | 11011011 | 110 | 1000000 | 0 | 1110 | 100100110 | 1000010 | 111010 |
Color Harmonies of #CE4EDB
Complementary color
Monochromatic Colors of #CE4EDB
Black with #CE4EDB
Text Example
Text Example
White with #CE4EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4EDB; }
p { color: rgb(206,78,219); }
H1.HeaderClassName
{
color: #CE4EDB;
}
.AnyTagClassName
{
color: #CE4EDB;
}
</style>
background-color css
<style>
a { background-color: #CE4EDB; }
a { background-color: rgb(206,78,219); }
div.DivClassName
{
background-color: #CE4EDB;
}
.BgClassName
{
background-color: #CE4EDB;
}
</style>
border-color css
<style>
span { border-color: #CE4EDB; }
span { border-color: rgb(206,78,219); }
td.TdClassName
{
border-color: #CE4EDB;
}
.TagClassName
{
border-color: #CE4EDB;
}
</style>