Shades of Orchid #D67ADD
Tints of Orchid #D67ADD
RGB
CMYK
RGB Variations
Color information
#D67ADD (or 0xD67ADD) is known color: Orchid. HEX triplet: D6, 7A and DD. RGB value is (214,122,221). Sum of RGB (Red+Green+Blue) = 214+122+221=557 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.42% from 557); Green value is 122 (48.05% from 255 or 21.90% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #D67ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67ADD is #298522. Grayscale: #A0A0A0. Windows color (decimal): -2721059 or 14514902. OLE color: 14514902.
HSL color Cylindrical-coordinate representation of color #D67ADD: hue angle of 295.76º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D67ADD is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 122 | 221 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.13 |
| HSL | 295.76º | 0.59% | 0.67% | - |
| HSV(B) | 295.76º | 0.45% | 0.87% | - |
| XYZ | 47.74 | 33.44 | 72.34 | - |
| YUV | 160.79 | 161.98 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 122 | 221 | 0.03 | 0.45 | 0 | 0.13 | 295.76 | 0.59 | 0.67 |
| Hex | D6 | 7A | DD | 3 | 2D | 0 | D | 128 | 3B | 43 |
| Octal | 326 | 172 | 335 | 3 | 55 | 0 | 15 | 450 | 73 | 103 |
| Binary | 11010110 | 1111010 | 11011101 | 11 | 101101 | 0 | 1101 | 100101000 | 111011 | 1000011 |
Color Harmonies of #D67ADD
Complementary color
Monochromatic Colors of #D67ADD
Black with #D67ADD
Text Example
Text Example
White with #D67ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67ADD; }
p { color: rgb(214,122,221); }
H1.HeaderClassName
{
color: #D67ADD;
}
.AnyTagClassName
{
color: #D67ADD;
}
</style>
background-color css
<style>
a { background-color: #D67ADD; }
a { background-color: rgb(214,122,221); }
div.DivClassName
{
background-color: #D67ADD;
}
.BgClassName
{
background-color: #D67ADD;
}
</style>
border-color css
<style>
span { border-color: #D67ADD; }
span { border-color: rgb(214,122,221); }
td.TdClassName
{
border-color: #D67ADD;
}
.TagClassName
{
border-color: #D67ADD;
}
</style>