Shades of Orchid #CE71DB
Tints of Orchid #CE71DB
RGB
CMYK
RGB Variations
Color information
#CE71DB (or 0xCE71DB) is known color: Orchid. HEX triplet: CE, 71 and DB. RGB value is (206,113,219). Sum of RGB (Red+Green+Blue) = 206+113+219=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 113 (44.53% from 255 or 21.00% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE71DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE71DB is #318E24. Grayscale: #989898. Windows color (decimal): -3247653 or 14381518. OLE color: 14381518.
HSL color Cylindrical-coordinate representation of color #CE71DB: hue angle of 292.64º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE71DB is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 113 | 219 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.14 |
| HSL | 292.64º | 0.6% | 0.65% | - |
| HSV(B) | 292.64º | 0.48% | 0.86% | - |
| XYZ | 44.14 | 30.05 | 70.49 | - |
| YUV | 152.89 | 165.31 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 113 | 219 | 0.06 | 0.48 | 0 | 0.14 | 292.64 | 0.6 | 0.65 |
| Hex | CE | 71 | DB | 6 | 30 | 0 | E | 125 | 3C | 41 |
| Octal | 316 | 161 | 333 | 6 | 60 | 0 | 16 | 445 | 74 | 101 |
| Binary | 11001110 | 1110001 | 11011011 | 110 | 110000 | 0 | 1110 | 100100101 | 111100 | 1000001 |
Color Harmonies of #CE71DB
Complementary color
Monochromatic Colors of #CE71DB
Black with #CE71DB
Text Example
Text Example
White with #CE71DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE71DB; }
p { color: rgb(206,113,219); }
H1.HeaderClassName
{
color: #CE71DB;
}
.AnyTagClassName
{
color: #CE71DB;
}
</style>
background-color css
<style>
a { background-color: #CE71DB; }
a { background-color: rgb(206,113,219); }
div.DivClassName
{
background-color: #CE71DB;
}
.BgClassName
{
background-color: #CE71DB;
}
</style>
border-color css
<style>
span { border-color: #CE71DB; }
span { border-color: rgb(206,113,219); }
td.TdClassName
{
border-color: #CE71DB;
}
.TagClassName
{
border-color: #CE71DB;
}
</style>