Shades of Orchid #D66EDF
Tints of Orchid #D66EDF
RGB
CMYK
RGB Variations
Color information
#D66EDF (or 0xD66EDF) is known color: Orchid. HEX triplet: D6, 6E and DF. RGB value is (214,110,223). Sum of RGB (Red+Green+Blue) = 214+110+223=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 110 (43.36% from 255 or 20.11% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #D66EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66EDF is #299120. Grayscale: #999999. Windows color (decimal): -2724129 or 14642902. OLE color: 14642902.
HSL color Cylindrical-coordinate representation of color #D66EDF: hue angle of 295.22º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D66EDF is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 110 | 223 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.13 |
| HSL | 295.22º | 0.64% | 0.65% | - |
| HSV(B) | 295.22º | 0.51% | 0.87% | - |
| XYZ | 46.63 | 30.78 | 73.29 | - |
| YUV | 153.98 | 166.96 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 110 | 223 | 0.04 | 0.51 | 0 | 0.13 | 295.22 | 0.64 | 0.65 |
| Hex | D6 | 6E | DF | 4 | 33 | 0 | D | 127 | 40 | 41 |
| Octal | 326 | 156 | 337 | 4 | 63 | 0 | 15 | 447 | 100 | 101 |
| Binary | 11010110 | 1101110 | 11011111 | 100 | 110011 | 0 | 1101 | 100100111 | 1000000 | 1000001 |
Color Harmonies of #D66EDF
Complementary color
Monochromatic Colors of #D66EDF
Black with #D66EDF
Text Example
Text Example
White with #D66EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66EDF; }
p { color: rgb(214,110,223); }
H1.HeaderClassName
{
color: #D66EDF;
}
.AnyTagClassName
{
color: #D66EDF;
}
</style>
background-color css
<style>
a { background-color: #D66EDF; }
a { background-color: rgb(214,110,223); }
div.DivClassName
{
background-color: #D66EDF;
}
.BgClassName
{
background-color: #D66EDF;
}
</style>
border-color css
<style>
span { border-color: #D66EDF; }
span { border-color: rgb(214,110,223); }
td.TdClassName
{
border-color: #D66EDF;
}
.TagClassName
{
border-color: #D66EDF;
}
</style>