Shades of Orchid #D66ADF
Tints of Orchid #D66ADF
RGB
CMYK
RGB Variations
Color information
#D66ADF (or 0xD66ADF) is known color: Orchid. HEX triplet: D6, 6A and DF. RGB value is (214,106,223). Sum of RGB (Red+Green+Blue) = 214+106+223=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 106 (41.80% from 255 or 19.52% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #D66ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66ADF is #299520. Grayscale: #979797. Windows color (decimal): -2725153 or 14641878. OLE color: 14641878.
HSL color Cylindrical-coordinate representation of color #D66ADF: hue angle of 295.38º degrees, saturation: 0.65, 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 #D66ADF is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 106 | 223 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.13 |
| HSL | 295.38º | 0.65% | 0.65% | - |
| HSV(B) | 295.38º | 0.52% | 0.87% | - |
| XYZ | 46.2 | 29.93 | 73.15 | - |
| YUV | 151.63 | 168.28 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 106 | 223 | 0.04 | 0.52 | 0 | 0.13 | 295.38 | 0.65 | 0.65 |
| Hex | D6 | 6A | DF | 4 | 34 | 0 | D | 127 | 41 | 41 |
| Octal | 326 | 152 | 337 | 4 | 64 | 0 | 15 | 447 | 101 | 101 |
| Binary | 11010110 | 1101010 | 11011111 | 100 | 110100 | 0 | 1101 | 100100111 | 1000001 | 1000001 |
Color Harmonies of #D66ADF
Complementary color
Monochromatic Colors of #D66ADF
Black with #D66ADF
Text Example
Text Example
White with #D66ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66ADF; }
p { color: rgb(214,106,223); }
H1.HeaderClassName
{
color: #D66ADF;
}
.AnyTagClassName
{
color: #D66ADF;
}
</style>
background-color css
<style>
a { background-color: #D66ADF; }
a { background-color: rgb(214,106,223); }
div.DivClassName
{
background-color: #D66ADF;
}
.BgClassName
{
background-color: #D66ADF;
}
</style>
border-color css
<style>
span { border-color: #D66ADF; }
span { border-color: rgb(214,106,223); }
td.TdClassName
{
border-color: #D66ADF;
}
.TagClassName
{
border-color: #D66ADF;
}
</style>