Shades of Orchid #CE6ADE
Tints of Orchid #CE6ADE
RGB
CMYK
RGB Variations
Color information
#CE6ADE (or 0xCE6ADE) is known color: Orchid. HEX triplet: CE, 6A and DE. RGB value is (206,106,222). Sum of RGB (Red+Green+Blue) = 206+106+222=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 106 (41.80% from 255 or 19.85% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE6ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6ADE is #319521. Grayscale: #949494. Windows color (decimal): -3249442 or 14576334. OLE color: 14576334.
HSL color Cylindrical-coordinate representation of color #CE6ADE: hue angle of 291.72º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE6ADE is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 106 | 222 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.13 |
| HSL | 291.72º | 0.64% | 0.64% | - |
| HSV(B) | 291.72º | 0.52% | 0.87% | - |
| XYZ | 43.79 | 28.7 | 72.34 | - |
| YUV | 149.12 | 169.13 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 106 | 222 | 0.07 | 0.52 | 0 | 0.13 | 291.72 | 0.64 | 0.64 |
| Hex | CE | 6A | DE | 7 | 34 | 0 | D | 124 | 40 | 40 |
| Octal | 316 | 152 | 336 | 7 | 64 | 0 | 15 | 444 | 100 | 100 |
| Binary | 11001110 | 1101010 | 11011110 | 111 | 110100 | 0 | 1101 | 100100100 | 1000000 | 1000000 |
Color Harmonies of #CE6ADE
Complementary color
Monochromatic Colors of #CE6ADE
Black with #CE6ADE
Text Example
Text Example
White with #CE6ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6ADE; }
p { color: rgb(206,106,222); }
H1.HeaderClassName
{
color: #CE6ADE;
}
.AnyTagClassName
{
color: #CE6ADE;
}
</style>
background-color css
<style>
a { background-color: #CE6ADE; }
a { background-color: rgb(206,106,222); }
div.DivClassName
{
background-color: #CE6ADE;
}
.BgClassName
{
background-color: #CE6ADE;
}
</style>
border-color css
<style>
span { border-color: #CE6ADE; }
span { border-color: rgb(206,106,222); }
td.TdClassName
{
border-color: #CE6ADE;
}
.TagClassName
{
border-color: #CE6ADE;
}
</style>