Shades of Orchid #D66ADA
Tints of Orchid #D66ADA
RGB
CMYK
RGB Variations
Color information
#D66ADA (or 0xD66ADA) is known color: Orchid. HEX triplet: D6, 6A and DA. RGB value is (214,106,218). Sum of RGB (Red+Green+Blue) = 214+106+218=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 106 (41.80% from 255 or 19.70% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #D66ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66ADA is #299525. Grayscale: #969696. Windows color (decimal): -2725158 or 14314198. OLE color: 14314198.
HSL color Cylindrical-coordinate representation of color #D66ADA: hue angle of 297.86º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D66ADA is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 106 | 218 | - |
| CMYK | 0.02 | 0.51 | 0 | 0.15 |
| HSL | 297.86º | 0.6% | 0.64% | - |
| HSV(B) | 297.86º | 0.51% | 0.85% | - |
| XYZ | 45.54 | 29.67 | 69.66 | - |
| YUV | 151.06 | 165.78 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 106 | 218 | 0.02 | 0.51 | 0 | 0.15 | 297.86 | 0.6 | 0.64 |
| Hex | D6 | 6A | DA | 2 | 33 | 0 | F | 12A | 3C | 40 |
| Octal | 326 | 152 | 332 | 2 | 63 | 0 | 17 | 452 | 74 | 100 |
| Binary | 11010110 | 1101010 | 11011010 | 10 | 110011 | 0 | 1111 | 100101010 | 111100 | 1000000 |
Color Harmonies of #D66ADA
Complementary color
Monochromatic Colors of #D66ADA
Black with #D66ADA
Text Example
Text Example
White with #D66ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66ADA; }
p { color: rgb(214,106,218); }
H1.HeaderClassName
{
color: #D66ADA;
}
.AnyTagClassName
{
color: #D66ADA;
}
</style>
background-color css
<style>
a { background-color: #D66ADA; }
a { background-color: rgb(214,106,218); }
div.DivClassName
{
background-color: #D66ADA;
}
.BgClassName
{
background-color: #D66ADA;
}
</style>
border-color css
<style>
span { border-color: #D66ADA; }
span { border-color: rgb(214,106,218); }
td.TdClassName
{
border-color: #D66ADA;
}
.TagClassName
{
border-color: #D66ADA;
}
</style>