Shades of Orchid #CE66DD
Tints of Orchid #CE66DD
RGB
CMYK
RGB Variations
Color information
#CE66DD (or 0xCE66DD) is known color: Orchid. HEX triplet: CE, 66 and DD. RGB value is (206,102,221). Sum of RGB (Red+Green+Blue) = 206+102+221=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 102 (40.23% from 255 or 19.28% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE66DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE66DD is #319922. Grayscale: #929292. Windows color (decimal): -3250467 or 14509774. OLE color: 14509774.
HSL color Cylindrical-coordinate representation of color #CE66DD: hue angle of 292.44º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE66DD is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 102 | 221 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.13 |
| HSL | 292.44º | 0.64% | 0.63% | - |
| HSV(B) | 292.44º | 0.54% | 0.87% | - |
| XYZ | 43.26 | 27.85 | 71.5 | - |
| YUV | 146.66 | 169.96 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 221 | 0.07 | 0.54 | 0 | 0.13 | 292.44 | 0.64 | 0.63 |
| Hex | CE | 66 | DD | 7 | 36 | 0 | D | 124 | 40 | 3F |
| Octal | 316 | 146 | 335 | 7 | 66 | 0 | 15 | 444 | 100 | 77 |
| Binary | 11001110 | 1100110 | 11011101 | 111 | 110110 | 0 | 1101 | 100100100 | 1000000 | 111111 |
Color Harmonies of #CE66DD
Complementary color
Monochromatic Colors of #CE66DD
Black with #CE66DD
Text Example
Text Example
White with #CE66DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE66DD; }
p { color: rgb(206,102,221); }
H1.HeaderClassName
{
color: #CE66DD;
}
.AnyTagClassName
{
color: #CE66DD;
}
</style>
background-color css
<style>
a { background-color: #CE66DD; }
a { background-color: rgb(206,102,221); }
div.DivClassName
{
background-color: #CE66DD;
}
.BgClassName
{
background-color: #CE66DD;
}
</style>
border-color css
<style>
span { border-color: #CE66DD; }
span { border-color: rgb(206,102,221); }
td.TdClassName
{
border-color: #CE66DD;
}
.TagClassName
{
border-color: #CE66DD;
}
</style>