Shades of Orchid #D06ABE
Tints of Orchid #D06ABE
RGB
CMYK
RGB Variations
Color information
#D06ABE (or 0xD06ABE) is known color: Orchid. HEX triplet: D0, 6A and BE. RGB value is (208,106,190). Sum of RGB (Red+Green+Blue) = 208+106+190=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 106 (41.80% from 255 or 21.03% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 208 - color contains mainly: red. Hex color #D06ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06ABE is #2F9541. Grayscale: #919191. Windows color (decimal): -3118402 or 12479184. OLE color: 12479184.
HSL color Cylindrical-coordinate representation of color #D06ABE: hue angle of 310.59º degrees, saturation: 0.52, 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 #D06ABE is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 106 | 190 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.18 |
| HSL | 310.59º | 0.52% | 0.62% | - |
| HSV(B) | 310.59º | 0.49% | 0.82% | - |
| XYZ | 40.46 | 27.44 | 51.88 | - |
| YUV | 146.07 | 152.79 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 106 | 190 | 0 | 0.49 | 0.09 | 0.18 | 310.59 | 0.52 | 0.62 |
| Hex | D0 | 6A | BE | 0 | 31 | 9 | 12 | 137 | 34 | 3E |
| Octal | 320 | 152 | 276 | 0 | 61 | 11 | 22 | 467 | 64 | 76 |
| Binary | 11010000 | 1101010 | 10111110 | 0 | 110001 | 1001 | 10010 | 100110111 | 110100 | 111110 |
Color Harmonies of #D06ABE
Complementary color
Monochromatic Colors of #D06ABE
Black with #D06ABE
Text Example
Text Example
White with #D06ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06ABE; }
p { color: rgb(208,106,190); }
H1.HeaderClassName
{
color: #D06ABE;
}
.AnyTagClassName
{
color: #D06ABE;
}
</style>
background-color css
<style>
a { background-color: #D06ABE; }
a { background-color: rgb(208,106,190); }
div.DivClassName
{
background-color: #D06ABE;
}
.BgClassName
{
background-color: #D06ABE;
}
</style>
border-color css
<style>
span { border-color: #D06ABE; }
span { border-color: rgb(208,106,190); }
td.TdClassName
{
border-color: #D06ABE;
}
.TagClassName
{
border-color: #D06ABE;
}
</style>