Shades of Orchid #CE6FDB
Tints of Orchid #CE6FDB
RGB
CMYK
RGB Variations
Color information
#CE6FDB (or 0xCE6FDB) is known color: Orchid. HEX triplet: CE, 6F and DB. RGB value is (206,111,219). Sum of RGB (Red+Green+Blue) = 206+111+219=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 111 (43.75% from 255 or 20.71% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE6FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6FDB is #319024. Grayscale: #979797. Windows color (decimal): -3248165 or 14381006. OLE color: 14381006.
HSL color Cylindrical-coordinate representation of color #CE6FDB: hue angle of 292.78º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE6FDB is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 111 | 219 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.14 |
| HSL | 292.78º | 0.6% | 0.65% | - |
| HSV(B) | 292.78º | 0.49% | 0.86% | - |
| XYZ | 43.92 | 29.61 | 70.42 | - |
| YUV | 151.72 | 165.97 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 111 | 219 | 0.06 | 0.49 | 0 | 0.14 | 292.78 | 0.6 | 0.65 |
| Hex | CE | 6F | DB | 6 | 31 | 0 | E | 125 | 3C | 41 |
| Octal | 316 | 157 | 333 | 6 | 61 | 0 | 16 | 445 | 74 | 101 |
| Binary | 11001110 | 1101111 | 11011011 | 110 | 110001 | 0 | 1110 | 100100101 | 111100 | 1000001 |
Color Harmonies of #CE6FDB
Complementary color
Monochromatic Colors of #CE6FDB
Black with #CE6FDB
Text Example
Text Example
White with #CE6FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6FDB; }
p { color: rgb(206,111,219); }
H1.HeaderClassName
{
color: #CE6FDB;
}
.AnyTagClassName
{
color: #CE6FDB;
}
</style>
background-color css
<style>
a { background-color: #CE6FDB; }
a { background-color: rgb(206,111,219); }
div.DivClassName
{
background-color: #CE6FDB;
}
.BgClassName
{
background-color: #CE6FDB;
}
</style>
border-color css
<style>
span { border-color: #CE6FDB; }
span { border-color: rgb(206,111,219); }
td.TdClassName
{
border-color: #CE6FDB;
}
.TagClassName
{
border-color: #CE6FDB;
}
</style>