Shades of Orchid #D06AD1
Tints of Orchid #D06AD1
RGB
CMYK
RGB Variations
Color information
#D06AD1 (or 0xD06AD1) is known color: Orchid. HEX triplet: D0, 6A and D1. RGB value is (208,106,209). Sum of RGB (Red+Green+Blue) = 208+106+209=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 106 (41.80% from 255 or 20.27% from 523); Blue value is 209 (82.03% from 255 or 39.96% from 523); Max value from RGB is 209 - color contains mainly: blue. Hex color #D06AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06AD1 is #2F952E. Grayscale: #939393. Windows color (decimal): -3118383 or 13724368. OLE color: 13724368.
HSL color Cylindrical-coordinate representation of color #D06AD1: hue angle of 299.42º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D06AD1 is Cyan = 0.00, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 106 | 209 | - |
| CMYK | 0.00 | 0.49 | 0 | 0.18 |
| HSL | 299.42º | 0.53% | 0.62% | - |
| HSV(B) | 299.42º | 0.49% | 0.82% | - |
| XYZ | 42.68 | 28.32 | 63.54 | - |
| YUV | 148.24 | 162.29 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 106 | 209 | 0.00 | 0.49 | 0 | 0.18 | 299.42 | 0.53 | 0.62 |
| Hex | D0 | 6A | D1 | 0 | 31 | 0 | 12 | 12B | 35 | 3E |
| Octal | 320 | 152 | 321 | 0 | 61 | 0 | 22 | 453 | 65 | 76 |
| Binary | 11010000 | 1101010 | 11010001 | 0 | 110001 | 0 | 10010 | 100101011 | 110101 | 111110 |
Color Harmonies of #D06AD1
Complementary color
Monochromatic Colors of #D06AD1
Black with #D06AD1
Text Example
Text Example
White with #D06AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06AD1; }
p { color: rgb(208,106,209); }
H1.HeaderClassName
{
color: #D06AD1;
}
.AnyTagClassName
{
color: #D06AD1;
}
</style>
background-color css
<style>
a { background-color: #D06AD1; }
a { background-color: rgb(208,106,209); }
div.DivClassName
{
background-color: #D06AD1;
}
.BgClassName
{
background-color: #D06AD1;
}
</style>
border-color css
<style>
span { border-color: #D06AD1; }
span { border-color: rgb(208,106,209); }
td.TdClassName
{
border-color: #D06AD1;
}
.TagClassName
{
border-color: #D06AD1;
}
</style>