Shades of Medium Orchid #CE58DB
Tints of Medium Orchid #CE58DB
RGB
CMYK
RGB Variations
Color information
#CE58DB (or 0xCE58DB) is known color: Medium Orchid. HEX triplet: CE, 58 and DB. RGB value is (206,88,219). Sum of RGB (Red+Green+Blue) = 206+88+219=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 88 (34.77% from 255 or 17.15% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE58DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE58DB is #31A724. Grayscale: #898989. Windows color (decimal): -3254053 or 14375118. OLE color: 14375118.
HSL color Cylindrical-coordinate representation of color #CE58DB: hue angle of 294.05º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE58DB is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 88 | 219 | - |
| CMYK | 0.06 | 0.60 | 0 | 0.14 |
| HSL | 294.05º | 0.65% | 0.6% | - |
| HSV(B) | 294.05º | 0.6% | 0.86% | - |
| XYZ | 41.73 | 25.22 | 69.69 | - |
| YUV | 138.22 | 173.59 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 88 | 219 | 0.06 | 0.60 | 0 | 0.14 | 294.05 | 0.65 | 0.6 |
| Hex | CE | 58 | DB | 6 | 3C | 0 | E | 126 | 41 | 3C |
| Octal | 316 | 130 | 333 | 6 | 74 | 0 | 16 | 446 | 101 | 74 |
| Binary | 11001110 | 1011000 | 11011011 | 110 | 111100 | 0 | 1110 | 100100110 | 1000001 | 111100 |
Color Harmonies of #CE58DB
Complementary color
Monochromatic Colors of #CE58DB
Black with #CE58DB
Text Example
Text Example
White with #CE58DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE58DB; }
p { color: rgb(206,88,219); }
H1.HeaderClassName
{
color: #CE58DB;
}
.AnyTagClassName
{
color: #CE58DB;
}
</style>
background-color css
<style>
a { background-color: #CE58DB; }
a { background-color: rgb(206,88,219); }
div.DivClassName
{
background-color: #CE58DB;
}
.BgClassName
{
background-color: #CE58DB;
}
</style>
border-color css
<style>
span { border-color: #CE58DB; }
span { border-color: rgb(206,88,219); }
td.TdClassName
{
border-color: #CE58DB;
}
.TagClassName
{
border-color: #CE58DB;
}
</style>