Shades of Orchid #CE69DB
Tints of Orchid #CE69DB
RGB
CMYK
RGB Variations
Color information
#CE69DB (or 0xCE69DB) is known color: Orchid. HEX triplet: CE, 69 and DB. RGB value is (206,105,219). Sum of RGB (Red+Green+Blue) = 206+105+219=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 105 (41.41% from 255 or 19.81% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE69DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE69DB is #319624. Grayscale: #939393. Windows color (decimal): -3249701 or 14379470. OLE color: 14379470.
HSL color Cylindrical-coordinate representation of color #CE69DB: hue angle of 293.16º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE69DB is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 105 | 219 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.14 |
| HSL | 293.16º | 0.61% | 0.64% | - |
| HSV(B) | 293.16º | 0.52% | 0.86% | - |
| XYZ | 43.29 | 28.34 | 70.21 | - |
| YUV | 148.2 | 167.96 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 219 | 0.06 | 0.52 | 0 | 0.14 | 293.16 | 0.61 | 0.64 |
| Hex | CE | 69 | DB | 6 | 34 | 0 | E | 125 | 3D | 40 |
| Octal | 316 | 151 | 333 | 6 | 64 | 0 | 16 | 445 | 75 | 100 |
| Binary | 11001110 | 1101001 | 11011011 | 110 | 110100 | 0 | 1110 | 100100101 | 111101 | 1000000 |
Color Harmonies of #CE69DB
Complementary color
Monochromatic Colors of #CE69DB
Black with #CE69DB
Text Example
Text Example
White with #CE69DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE69DB; }
p { color: rgb(206,105,219); }
H1.HeaderClassName
{
color: #CE69DB;
}
.AnyTagClassName
{
color: #CE69DB;
}
</style>
background-color css
<style>
a { background-color: #CE69DB; }
a { background-color: rgb(206,105,219); }
div.DivClassName
{
background-color: #CE69DB;
}
.BgClassName
{
background-color: #CE69DB;
}
</style>
border-color css
<style>
span { border-color: #CE69DB; }
span { border-color: rgb(206,105,219); }
td.TdClassName
{
border-color: #CE69DB;
}
.TagClassName
{
border-color: #CE69DB;
}
</style>