Shades of Orchid #D060E6
Tints of Orchid #D060E6
RGB
CMYK
RGB Variations
Color information
#D060E6 (or 0xD060E6) is known color: Orchid. HEX triplet: D0, 60 and E6. RGB value is (208,96,230). Sum of RGB (Red+Green+Blue) = 208+96+230=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 96 (37.89% from 255 or 17.98% from 534); Blue value is 230 (90.23% from 255 or 43.07% from 534); Max value from RGB is 230 - color contains mainly: blue. Hex color #D060E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D060E6 is #2F9F19. Grayscale: #909090. Windows color (decimal): -3120922 or 15098064. OLE color: 15098064.
HSL color Cylindrical-coordinate representation of color #D060E6: hue angle of 290.15º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D060E6 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 96 | 230 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.10 |
| HSL | 290.15º | 0.73% | 0.64% | - |
| HSV(B) | 290.15º | 0.58% | 0.9% | - |
| XYZ | 44.48 | 27.49 | 77.82 | - |
| YUV | 144.76 | 176.11 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 96 | 230 | 0.10 | 0.58 | 0 | 0.10 | 290.15 | 0.73 | 0.64 |
| Hex | D0 | 60 | E6 | A | 3A | 0 | A | 122 | 49 | 40 |
| Octal | 320 | 140 | 346 | 12 | 72 | 0 | 12 | 442 | 111 | 100 |
| Binary | 11010000 | 1100000 | 11100110 | 1010 | 111010 | 0 | 1010 | 100100010 | 1001001 | 1000000 |
Color Harmonies of #D060E6
Complementary color
Monochromatic Colors of #D060E6
Black with #D060E6
Text Example
Text Example
White with #D060E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D060E6; }
p { color: rgb(208,96,230); }
H1.HeaderClassName
{
color: #D060E6;
}
.AnyTagClassName
{
color: #D060E6;
}
</style>
background-color css
<style>
a { background-color: #D060E6; }
a { background-color: rgb(208,96,230); }
div.DivClassName
{
background-color: #D060E6;
}
.BgClassName
{
background-color: #D060E6;
}
</style>
border-color css
<style>
span { border-color: #D060E6; }
span { border-color: rgb(208,96,230); }
td.TdClassName
{
border-color: #D060E6;
}
.TagClassName
{
border-color: #D060E6;
}
</style>