Shades of Medium Orchid #CE30DB
Tints of Medium Orchid #CE30DB
RGB
CMYK
RGB Variations
Color information
#CE30DB (or 0xCE30DB) is known color: Medium Orchid. HEX triplet: CE, 30 and DB. RGB value is (206,48,219). Sum of RGB (Red+Green+Blue) = 206+48+219=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 48 (19.14% from 255 or 10.15% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE30DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE30DB is #31CF24. Grayscale: #727272. Windows color (decimal): -3264293 or 14364878. OLE color: 14364878.
HSL color Cylindrical-coordinate representation of color #CE30DB: hue angle of 295.44º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE30DB is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 48 | 219 | - |
| CMYK | 0.06 | 0.78 | 0 | 0.14 |
| HSL | 295.44º | 0.7% | 0.52% | - |
| HSV(B) | 295.44º | 0.78% | 0.86% | - |
| XYZ | 39.3 | 20.35 | 68.87 | - |
| YUV | 114.74 | 186.85 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 48 | 219 | 0.06 | 0.78 | 0 | 0.14 | 295.44 | 0.7 | 0.52 |
| Hex | CE | 30 | DB | 6 | 4E | 0 | E | 127 | 46 | 34 |
| Octal | 316 | 60 | 333 | 6 | 116 | 0 | 16 | 447 | 106 | 64 |
| Binary | 11001110 | 110000 | 11011011 | 110 | 1001110 | 0 | 1110 | 100100111 | 1000110 | 110100 |
Color Harmonies of #CE30DB
Complementary color
Monochromatic Colors of #CE30DB
Black with #CE30DB
Text Example
Text Example
White with #CE30DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE30DB; }
p { color: rgb(206,48,219); }
H1.HeaderClassName
{
color: #CE30DB;
}
.AnyTagClassName
{
color: #CE30DB;
}
</style>
background-color css
<style>
a { background-color: #CE30DB; }
a { background-color: rgb(206,48,219); }
div.DivClassName
{
background-color: #CE30DB;
}
.BgClassName
{
background-color: #CE30DB;
}
</style>
border-color css
<style>
span { border-color: #CE30DB; }
span { border-color: rgb(206,48,219); }
td.TdClassName
{
border-color: #CE30DB;
}
.TagClassName
{
border-color: #CE30DB;
}
</style>