Shades of Orchid #D060D9
Tints of Orchid #D060D9
RGB
CMYK
RGB Variations
Color information
#D060D9 (or 0xD060D9) is known color: Orchid. HEX triplet: D0, 60 and D9. RGB value is (208,96,217). Sum of RGB (Red+Green+Blue) = 208+96+217=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 96 (37.89% from 255 or 18.43% from 521); Blue value is 217 (85.16% from 255 or 41.65% from 521); Max value from RGB is 217 - color contains mainly: blue. Hex color #D060D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D060D9 is #2F9F26. Grayscale: #8E8E8E. Windows color (decimal): -3120935 or 14246096. OLE color: 14246096.
HSL color Cylindrical-coordinate representation of color #D060D9: hue angle of 295.54º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D060D9 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 96 | 217 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.15 |
| HSL | 295.54º | 0.61% | 0.61% | - |
| HSV(B) | 295.54º | 0.56% | 0.85% | - |
| XYZ | 42.72 | 26.79 | 68.56 | - |
| YUV | 143.28 | 169.61 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 96 | 217 | 0.04 | 0.56 | 0 | 0.15 | 295.54 | 0.61 | 0.61 |
| Hex | D0 | 60 | D9 | 4 | 38 | 0 | F | 128 | 3D | 3D |
| Octal | 320 | 140 | 331 | 4 | 70 | 0 | 17 | 450 | 75 | 75 |
| Binary | 11010000 | 1100000 | 11011001 | 100 | 111000 | 0 | 1111 | 100101000 | 111101 | 111101 |
Color Harmonies of #D060D9
Complementary color
Monochromatic Colors of #D060D9
Black with #D060D9
Text Example
Text Example
White with #D060D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D060D9; }
p { color: rgb(208,96,217); }
H1.HeaderClassName
{
color: #D060D9;
}
.AnyTagClassName
{
color: #D060D9;
}
</style>
background-color css
<style>
a { background-color: #D060D9; }
a { background-color: rgb(208,96,217); }
div.DivClassName
{
background-color: #D060D9;
}
.BgClassName
{
background-color: #D060D9;
}
</style>
border-color css
<style>
span { border-color: #D060D9; }
span { border-color: rgb(208,96,217); }
td.TdClassName
{
border-color: #D060D9;
}
.TagClassName
{
border-color: #D060D9;
}
</style>