Shades of Orchid #D060E1
Tints of Orchid #D060E1
RGB
CMYK
RGB Variations
Color information
#D060E1 (or 0xD060E1) is known color: Orchid. HEX triplet: D0, 60 and E1. RGB value is (208,96,225). Sum of RGB (Red+Green+Blue) = 208+96+225=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 96 (37.89% from 255 or 18.15% from 529); Blue value is 225 (88.28% from 255 or 42.53% from 529); Max value from RGB is 225 - color contains mainly: blue. Hex color #D060E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D060E1 is #2F9F1E. Grayscale: #8F8F8F. Windows color (decimal): -3120927 or 14770384. OLE color: 14770384.
HSL color Cylindrical-coordinate representation of color #D060E1: hue angle of 292.09º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D060E1 is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 96 | 225 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.12 |
| HSL | 292.09º | 0.68% | 0.63% | - |
| HSV(B) | 292.09º | 0.57% | 0.88% | - |
| XYZ | 43.79 | 27.21 | 74.18 | - |
| YUV | 144.19 | 173.61 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 96 | 225 | 0.08 | 0.57 | 0 | 0.12 | 292.09 | 0.68 | 0.63 |
| Hex | D0 | 60 | E1 | 8 | 39 | 0 | C | 124 | 44 | 3F |
| Octal | 320 | 140 | 341 | 10 | 71 | 0 | 14 | 444 | 104 | 77 |
| Binary | 11010000 | 1100000 | 11100001 | 1000 | 111001 | 0 | 1100 | 100100100 | 1000100 | 111111 |
Color Harmonies of #D060E1
Complementary color
Monochromatic Colors of #D060E1
Black with #D060E1
Text Example
Text Example
White with #D060E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D060E1; }
p { color: rgb(208,96,225); }
H1.HeaderClassName
{
color: #D060E1;
}
.AnyTagClassName
{
color: #D060E1;
}
</style>
background-color css
<style>
a { background-color: #D060E1; }
a { background-color: rgb(208,96,225); }
div.DivClassName
{
background-color: #D060E1;
}
.BgClassName
{
background-color: #D060E1;
}
</style>
border-color css
<style>
span { border-color: #D060E1; }
span { border-color: rgb(208,96,225); }
td.TdClassName
{
border-color: #D060E1;
}
.TagClassName
{
border-color: #D060E1;
}
</style>