Shades of Orchid #CE66DE
Tints of Orchid #CE66DE
RGB
CMYK
RGB Variations
Color information
#CE66DE (or 0xCE66DE) is known color: Orchid. HEX triplet: CE, 66 and DE. RGB value is (206,102,222). Sum of RGB (Red+Green+Blue) = 206+102+222=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 102 (40.23% from 255 or 19.25% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE66DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE66DE is #319921. Grayscale: #929292. Windows color (decimal): -3250466 or 14575310. OLE color: 14575310.
HSL color Cylindrical-coordinate representation of color #CE66DE: hue angle of 292º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE66DE is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 102 | 222 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.13 |
| HSL | 292º | 0.65% | 0.64% | - |
| HSV(B) | 292º | 0.54% | 0.87% | - |
| XYZ | 43.39 | 27.9 | 72.21 | - |
| YUV | 146.78 | 170.46 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 222 | 0.07 | 0.54 | 0 | 0.13 | 292 | 0.65 | 0.64 |
| Hex | CE | 66 | DE | 7 | 36 | 0 | D | 124 | 41 | 40 |
| Octal | 316 | 146 | 336 | 7 | 66 | 0 | 15 | 444 | 101 | 100 |
| Binary | 11001110 | 1100110 | 11011110 | 111 | 110110 | 0 | 1101 | 100100100 | 1000001 | 1000000 |
Color Harmonies of #CE66DE
Complementary color
Monochromatic Colors of #CE66DE
Black with #CE66DE
Text Example
Text Example
White with #CE66DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE66DE; }
p { color: rgb(206,102,222); }
H1.HeaderClassName
{
color: #CE66DE;
}
.AnyTagClassName
{
color: #CE66DE;
}
</style>
background-color css
<style>
a { background-color: #CE66DE; }
a { background-color: rgb(206,102,222); }
div.DivClassName
{
background-color: #CE66DE;
}
.BgClassName
{
background-color: #CE66DE;
}
</style>
border-color css
<style>
span { border-color: #CE66DE; }
span { border-color: rgb(206,102,222); }
td.TdClassName
{
border-color: #CE66DE;
}
.TagClassName
{
border-color: #CE66DE;
}
</style>