Shades of Medium Orchid #CE47DB
Tints of Medium Orchid #CE47DB
RGB
CMYK
RGB Variations
Color information
#CE47DB (or 0xCE47DB) is known color: Medium Orchid. HEX triplet: CE, 47 and DB. RGB value is (206,71,219). Sum of RGB (Red+Green+Blue) = 206+71+219=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 71 (28.12% from 255 or 14.31% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE47DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE47DB is #31B824. Grayscale: #7F7F7F. Windows color (decimal): -3258405 or 14370766. OLE color: 14370766.
HSL color Cylindrical-coordinate representation of color #CE47DB: hue angle of 294.73º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE47DB is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 71 | 219 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.14 |
| HSL | 294.73º | 0.67% | 0.57% | - |
| HSV(B) | 294.73º | 0.68% | 0.86% | - |
| XYZ | 40.49 | 22.74 | 69.27 | - |
| YUV | 128.24 | 179.23 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 71 | 219 | 0.06 | 0.68 | 0 | 0.14 | 294.73 | 0.67 | 0.57 |
| Hex | CE | 47 | DB | 6 | 44 | 0 | E | 127 | 43 | 39 |
| Octal | 316 | 107 | 333 | 6 | 104 | 0 | 16 | 447 | 103 | 71 |
| Binary | 11001110 | 1000111 | 11011011 | 110 | 1000100 | 0 | 1110 | 100100111 | 1000011 | 111001 |
Color Harmonies of #CE47DB
Complementary color
Monochromatic Colors of #CE47DB
Black with #CE47DB
Text Example
Text Example
White with #CE47DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE47DB; }
p { color: rgb(206,71,219); }
H1.HeaderClassName
{
color: #CE47DB;
}
.AnyTagClassName
{
color: #CE47DB;
}
</style>
background-color css
<style>
a { background-color: #CE47DB; }
a { background-color: rgb(206,71,219); }
div.DivClassName
{
background-color: #CE47DB;
}
.BgClassName
{
background-color: #CE47DB;
}
</style>
border-color css
<style>
span { border-color: #CE47DB; }
span { border-color: rgb(206,71,219); }
td.TdClassName
{
border-color: #CE47DB;
}
.TagClassName
{
border-color: #CE47DB;
}
</style>