Shades of Medium Orchid #CE51DB
Tints of Medium Orchid #CE51DB
RGB
CMYK
RGB Variations
Color information
#CE51DB (or 0xCE51DB) is known color: Medium Orchid. HEX triplet: CE, 51 and DB. RGB value is (206,81,219). Sum of RGB (Red+Green+Blue) = 206+81+219=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 81 (32.03% from 255 or 16.01% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE51DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE51DB is #31AE24. Grayscale: #858585. Windows color (decimal): -3255845 or 14373326. OLE color: 14373326.
HSL color Cylindrical-coordinate representation of color #CE51DB: hue angle of 294.35º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE51DB is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 81 | 219 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.14 |
| HSL | 294.35º | 0.66% | 0.59% | - |
| HSV(B) | 294.35º | 0.63% | 0.86% | - |
| XYZ | 41.18 | 24.12 | 69.5 | - |
| YUV | 134.11 | 175.91 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 81 | 219 | 0.06 | 0.63 | 0 | 0.14 | 294.35 | 0.66 | 0.59 |
| Hex | CE | 51 | DB | 6 | 3F | 0 | E | 126 | 42 | 3B |
| Octal | 316 | 121 | 333 | 6 | 77 | 0 | 16 | 446 | 102 | 73 |
| Binary | 11001110 | 1010001 | 11011011 | 110 | 111111 | 0 | 1110 | 100100110 | 1000010 | 111011 |
Color Harmonies of #CE51DB
Complementary color
Monochromatic Colors of #CE51DB
Black with #CE51DB
Text Example
Text Example
White with #CE51DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE51DB; }
p { color: rgb(206,81,219); }
H1.HeaderClassName
{
color: #CE51DB;
}
.AnyTagClassName
{
color: #CE51DB;
}
</style>
background-color css
<style>
a { background-color: #CE51DB; }
a { background-color: rgb(206,81,219); }
div.DivClassName
{
background-color: #CE51DB;
}
.BgClassName
{
background-color: #CE51DB;
}
</style>
border-color css
<style>
span { border-color: #CE51DB; }
span { border-color: rgb(206,81,219); }
td.TdClassName
{
border-color: #CE51DB;
}
.TagClassName
{
border-color: #CE51DB;
}
</style>