Shades of Orchid #CE6CDB
Tints of Orchid #CE6CDB
RGB
CMYK
RGB Variations
Color information
#CE6CDB (or 0xCE6CDB) is known color: Orchid. HEX triplet: CE, 6C and DB. RGB value is (206,108,219). Sum of RGB (Red+Green+Blue) = 206+108+219=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 108 (42.58% from 255 or 20.26% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE6CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6CDB is #319324. Grayscale: #959595. Windows color (decimal): -3248933 or 14380238. OLE color: 14380238.
HSL color Cylindrical-coordinate representation of color #CE6CDB: hue angle of 292.97º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE6CDB is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 108 | 219 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.14 |
| HSL | 292.97º | 0.61% | 0.64% | - |
| HSV(B) | 292.97º | 0.51% | 0.86% | - |
| XYZ | 43.6 | 28.96 | 70.31 | - |
| YUV | 149.96 | 166.97 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 108 | 219 | 0.06 | 0.51 | 0 | 0.14 | 292.97 | 0.61 | 0.64 |
| Hex | CE | 6C | DB | 6 | 33 | 0 | E | 125 | 3D | 40 |
| Octal | 316 | 154 | 333 | 6 | 63 | 0 | 16 | 445 | 75 | 100 |
| Binary | 11001110 | 1101100 | 11011011 | 110 | 110011 | 0 | 1110 | 100100101 | 111101 | 1000000 |
Color Harmonies of #CE6CDB
Complementary color
Monochromatic Colors of #CE6CDB
Black with #CE6CDB
Text Example
Text Example
White with #CE6CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6CDB; }
p { color: rgb(206,108,219); }
H1.HeaderClassName
{
color: #CE6CDB;
}
.AnyTagClassName
{
color: #CE6CDB;
}
</style>
background-color css
<style>
a { background-color: #CE6CDB; }
a { background-color: rgb(206,108,219); }
div.DivClassName
{
background-color: #CE6CDB;
}
.BgClassName
{
background-color: #CE6CDB;
}
</style>
border-color css
<style>
span { border-color: #CE6CDB; }
span { border-color: rgb(206,108,219); }
td.TdClassName
{
border-color: #CE6CDB;
}
.TagClassName
{
border-color: #CE6CDB;
}
</style>