Shades of Orchid #CE6BDE
Tints of Orchid #CE6BDE
RGB
CMYK
RGB Variations
Color information
#CE6BDE (or 0xCE6BDE) is known color: Orchid. HEX triplet: CE, 6B and DE. RGB value is (206,107,222). Sum of RGB (Red+Green+Blue) = 206+107+222=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 107 (42.19% from 255 or 20% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE6BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6BDE is #319421. Grayscale: #959595. Windows color (decimal): -3249186 or 14576590. OLE color: 14576590.
HSL color Cylindrical-coordinate representation of color #CE6BDE: hue angle of 291.65º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE6BDE is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 107 | 222 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.13 |
| HSL | 291.65º | 0.64% | 0.65% | - |
| HSV(B) | 291.65º | 0.52% | 0.87% | - |
| XYZ | 43.9 | 28.91 | 72.37 | - |
| YUV | 149.71 | 168.8 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 107 | 222 | 0.07 | 0.52 | 0 | 0.13 | 291.65 | 0.64 | 0.65 |
| Hex | CE | 6B | DE | 7 | 34 | 0 | D | 124 | 40 | 41 |
| Octal | 316 | 153 | 336 | 7 | 64 | 0 | 15 | 444 | 100 | 101 |
| Binary | 11001110 | 1101011 | 11011110 | 111 | 110100 | 0 | 1101 | 100100100 | 1000000 | 1000001 |
Color Harmonies of #CE6BDE
Complementary color
Monochromatic Colors of #CE6BDE
Black with #CE6BDE
Text Example
Text Example
White with #CE6BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6BDE; }
p { color: rgb(206,107,222); }
H1.HeaderClassName
{
color: #CE6BDE;
}
.AnyTagClassName
{
color: #CE6BDE;
}
</style>
background-color css
<style>
a { background-color: #CE6BDE; }
a { background-color: rgb(206,107,222); }
div.DivClassName
{
background-color: #CE6BDE;
}
.BgClassName
{
background-color: #CE6BDE;
}
</style>
border-color css
<style>
span { border-color: #CE6BDE; }
span { border-color: rgb(206,107,222); }
td.TdClassName
{
border-color: #CE6BDE;
}
.TagClassName
{
border-color: #CE6BDE;
}
</style>