Shades of Medium Orchid #CE4FDB
Tints of Medium Orchid #CE4FDB
RGB
CMYK
RGB Variations
Color information
#CE4FDB (or 0xCE4FDB) is known color: Medium Orchid. HEX triplet: CE, 4F and DB. RGB value is (206,79,219). Sum of RGB (Red+Green+Blue) = 206+79+219=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 79 (31.25% from 255 or 15.67% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE4FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4FDB is #31B024. Grayscale: #848484. Windows color (decimal): -3256357 or 14372814. OLE color: 14372814.
HSL color Cylindrical-coordinate representation of color #CE4FDB: hue angle of 294.43º 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 #CE4FDB is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 79 | 219 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.14 |
| HSL | 294.43º | 0.66% | 0.58% | - |
| HSV(B) | 294.43º | 0.64% | 0.86% | - |
| XYZ | 41.04 | 23.83 | 69.45 | - |
| YUV | 132.93 | 176.58 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 79 | 219 | 0.06 | 0.64 | 0 | 0.14 | 294.43 | 0.66 | 0.58 |
| Hex | CE | 4F | DB | 6 | 40 | 0 | E | 126 | 42 | 3A |
| Octal | 316 | 117 | 333 | 6 | 100 | 0 | 16 | 446 | 102 | 72 |
| Binary | 11001110 | 1001111 | 11011011 | 110 | 1000000 | 0 | 1110 | 100100110 | 1000010 | 111010 |
Color Harmonies of #CE4FDB
Complementary color
Monochromatic Colors of #CE4FDB
Black with #CE4FDB
Text Example
Text Example
White with #CE4FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4FDB; }
p { color: rgb(206,79,219); }
H1.HeaderClassName
{
color: #CE4FDB;
}
.AnyTagClassName
{
color: #CE4FDB;
}
</style>
background-color css
<style>
a { background-color: #CE4FDB; }
a { background-color: rgb(206,79,219); }
div.DivClassName
{
background-color: #CE4FDB;
}
.BgClassName
{
background-color: #CE4FDB;
}
</style>
border-color css
<style>
span { border-color: #CE4FDB; }
span { border-color: rgb(206,79,219); }
td.TdClassName
{
border-color: #CE4FDB;
}
.TagClassName
{
border-color: #CE4FDB;
}
</style>