Shades of Orchid #D060DD
Tints of Orchid #D060DD
RGB
CMYK
RGB Variations
Color information
#D060DD (or 0xD060DD) is known color: Orchid. HEX triplet: D0, 60 and DD. RGB value is (208,96,221). Sum of RGB (Red+Green+Blue) = 208+96+221=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 96 (37.89% from 255 or 18.29% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #D060DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D060DD is #2F9F22. Grayscale: #8F8F8F. Windows color (decimal): -3120931 or 14508240. OLE color: 14508240.
HSL color Cylindrical-coordinate representation of color #D060DD: hue angle of 293.76º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D060DD is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 96 | 221 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.13 |
| HSL | 293.76º | 0.65% | 0.62% | - |
| HSV(B) | 293.76º | 0.57% | 0.87% | - |
| XYZ | 43.25 | 27 | 71.34 | - |
| YUV | 143.74 | 171.61 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 96 | 221 | 0.06 | 0.57 | 0 | 0.13 | 293.76 | 0.65 | 0.62 |
| Hex | D0 | 60 | DD | 6 | 39 | 0 | D | 126 | 41 | 3E |
| Octal | 320 | 140 | 335 | 6 | 71 | 0 | 15 | 446 | 101 | 76 |
| Binary | 11010000 | 1100000 | 11011101 | 110 | 111001 | 0 | 1101 | 100100110 | 1000001 | 111110 |
Color Harmonies of #D060DD
Complementary color
Monochromatic Colors of #D060DD
Black with #D060DD
Text Example
Text Example
White with #D060DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D060DD; }
p { color: rgb(208,96,221); }
H1.HeaderClassName
{
color: #D060DD;
}
.AnyTagClassName
{
color: #D060DD;
}
</style>
background-color css
<style>
a { background-color: #D060DD; }
a { background-color: rgb(208,96,221); }
div.DivClassName
{
background-color: #D060DD;
}
.BgClassName
{
background-color: #D060DD;
}
</style>
border-color css
<style>
span { border-color: #D060DD; }
span { border-color: rgb(208,96,221); }
td.TdClassName
{
border-color: #D060DD;
}
.TagClassName
{
border-color: #D060DD;
}
</style>