Shades of Medium Orchid #CE4BDB
Tints of Medium Orchid #CE4BDB
RGB
CMYK
RGB Variations
Color information
#CE4BDB (or 0xCE4BDB) is known color: Medium Orchid. HEX triplet: CE, 4B and DB. RGB value is (206,75,219). Sum of RGB (Red+Green+Blue) = 206+75+219=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 75 (29.69% from 255 or 15% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE4BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4BDB is #31B424. Grayscale: #828282. Windows color (decimal): -3257381 or 14371790. OLE color: 14371790.
HSL color Cylindrical-coordinate representation of color #CE4BDB: hue angle of 294.58º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE4BDB is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 75 | 219 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.14 |
| HSL | 294.58º | 0.67% | 0.58% | - |
| HSV(B) | 294.58º | 0.66% | 0.86% | - |
| XYZ | 40.76 | 23.27 | 69.36 | - |
| YUV | 130.59 | 177.9 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 75 | 219 | 0.06 | 0.66 | 0 | 0.14 | 294.58 | 0.67 | 0.58 |
| Hex | CE | 4B | DB | 6 | 42 | 0 | E | 127 | 43 | 3A |
| Octal | 316 | 113 | 333 | 6 | 102 | 0 | 16 | 447 | 103 | 72 |
| Binary | 11001110 | 1001011 | 11011011 | 110 | 1000010 | 0 | 1110 | 100100111 | 1000011 | 111010 |
Color Harmonies of #CE4BDB
Complementary color
Monochromatic Colors of #CE4BDB
Black with #CE4BDB
Text Example
Text Example
White with #CE4BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4BDB; }
p { color: rgb(206,75,219); }
H1.HeaderClassName
{
color: #CE4BDB;
}
.AnyTagClassName
{
color: #CE4BDB;
}
</style>
background-color css
<style>
a { background-color: #CE4BDB; }
a { background-color: rgb(206,75,219); }
div.DivClassName
{
background-color: #CE4BDB;
}
.BgClassName
{
background-color: #CE4BDB;
}
</style>
border-color css
<style>
span { border-color: #CE4BDB; }
span { border-color: rgb(206,75,219); }
td.TdClassName
{
border-color: #CE4BDB;
}
.TagClassName
{
border-color: #CE4BDB;
}
</style>