Shades of Orchid #D66ECE
Tints of Orchid #D66ECE
RGB
CMYK
RGB Variations
Color information
#D66ECE (or 0xD66ECE) is known color: Orchid. HEX triplet: D6, 6E and CE. RGB value is (214,110,206). Sum of RGB (Red+Green+Blue) = 214+110+206=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 110 (43.36% from 255 or 20.75% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D66ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66ECE is #299131. Grayscale: #979797. Windows color (decimal): -2724146 or 13528790. OLE color: 13528790.
HSL color Cylindrical-coordinate representation of color #D66ECE: hue angle of 304.62º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D66ECE is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 110 | 206 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.16 |
| HSL | 304.62º | 0.56% | 0.64% | - |
| HSV(B) | 304.62º | 0.49% | 0.84% | - |
| XYZ | 44.45 | 29.9 | 61.82 | - |
| YUV | 152.04 | 158.46 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 110 | 206 | 0 | 0.49 | 0.04 | 0.16 | 304.62 | 0.56 | 0.64 |
| Hex | D6 | 6E | CE | 0 | 31 | 4 | 10 | 131 | 38 | 40 |
| Octal | 326 | 156 | 316 | 0 | 61 | 4 | 20 | 461 | 70 | 100 |
| Binary | 11010110 | 1101110 | 11001110 | 0 | 110001 | 100 | 10000 | 100110001 | 111000 | 1000000 |
Color Harmonies of #D66ECE
Complementary color
Monochromatic Colors of #D66ECE
Black with #D66ECE
Text Example
Text Example
White with #D66ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66ECE; }
p { color: rgb(214,110,206); }
H1.HeaderClassName
{
color: #D66ECE;
}
.AnyTagClassName
{
color: #D66ECE;
}
</style>
background-color css
<style>
a { background-color: #D66ECE; }
a { background-color: rgb(214,110,206); }
div.DivClassName
{
background-color: #D66ECE;
}
.BgClassName
{
background-color: #D66ECE;
}
</style>
border-color css
<style>
span { border-color: #D66ECE; }
span { border-color: rgb(214,110,206); }
td.TdClassName
{
border-color: #D66ECE;
}
.TagClassName
{
border-color: #D66ECE;
}
</style>