Shades of Orchid #D67ADA
Tints of Orchid #D67ADA
RGB
CMYK
RGB Variations
Color information
#D67ADA (or 0xD67ADA) is known color: Orchid. HEX triplet: D6, 7A and DA. RGB value is (214,122,218). Sum of RGB (Red+Green+Blue) = 214+122+218=554 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.63% from 554); Green value is 122 (48.05% from 255 or 22.02% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 218 - color contains mainly: blue. Hex color #D67ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67ADA is #298525. Grayscale: #A0A0A0. Windows color (decimal): -2721062 or 14318294. OLE color: 14318294.
HSL color Cylindrical-coordinate representation of color #D67ADA: hue angle of 297.5º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D67ADA is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 122 | 218 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.15 |
| HSL | 297.5º | 0.56% | 0.67% | - |
| HSV(B) | 297.5º | 0.44% | 0.85% | - |
| XYZ | 47.35 | 33.28 | 70.26 | - |
| YUV | 160.45 | 160.48 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 122 | 218 | 0.02 | 0.44 | 0 | 0.15 | 297.5 | 0.56 | 0.67 |
| Hex | D6 | 7A | DA | 2 | 2C | 0 | F | 12A | 38 | 43 |
| Octal | 326 | 172 | 332 | 2 | 54 | 0 | 17 | 452 | 70 | 103 |
| Binary | 11010110 | 1111010 | 11011010 | 10 | 101100 | 0 | 1111 | 100101010 | 111000 | 1000011 |
Color Harmonies of #D67ADA
Complementary color
Monochromatic Colors of #D67ADA
Black with #D67ADA
Text Example
Text Example
White with #D67ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67ADA; }
p { color: rgb(214,122,218); }
H1.HeaderClassName
{
color: #D67ADA;
}
.AnyTagClassName
{
color: #D67ADA;
}
</style>
background-color css
<style>
a { background-color: #D67ADA; }
a { background-color: rgb(214,122,218); }
div.DivClassName
{
background-color: #D67ADA;
}
.BgClassName
{
background-color: #D67ADA;
}
</style>
border-color css
<style>
span { border-color: #D67ADA; }
span { border-color: rgb(214,122,218); }
td.TdClassName
{
border-color: #D67ADA;
}
.TagClassName
{
border-color: #D67ADA;
}
</style>