Shades of Orchid #D060DC
Tints of Orchid #D060DC
RGB
CMYK
RGB Variations
Color information
#D060DC (or 0xD060DC) is known color: Orchid. HEX triplet: D0, 60 and DC. RGB value is (208,96,220). Sum of RGB (Red+Green+Blue) = 208+96+220=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 96 (37.89% from 255 or 18.32% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #D060DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D060DC is #2F9F23. Grayscale: #8F8F8F. Windows color (decimal): -3120932 or 14442704. OLE color: 14442704.
HSL color Cylindrical-coordinate representation of color #D060DC: hue angle of 294.19º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D060DC is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 96 | 220 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.14 |
| HSL | 294.19º | 0.64% | 0.62% | - |
| HSV(B) | 294.19º | 0.56% | 0.86% | - |
| XYZ | 43.11 | 26.94 | 70.64 | - |
| YUV | 143.62 | 171.11 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 96 | 220 | 0.05 | 0.56 | 0 | 0.14 | 294.19 | 0.64 | 0.62 |
| Hex | D0 | 60 | DC | 5 | 38 | 0 | E | 126 | 40 | 3E |
| Octal | 320 | 140 | 334 | 5 | 70 | 0 | 16 | 446 | 100 | 76 |
| Binary | 11010000 | 1100000 | 11011100 | 101 | 111000 | 0 | 1110 | 100100110 | 1000000 | 111110 |
Color Harmonies of #D060DC
Complementary color
Monochromatic Colors of #D060DC
Black with #D060DC
Text Example
Text Example
White with #D060DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D060DC; }
p { color: rgb(208,96,220); }
H1.HeaderClassName
{
color: #D060DC;
}
.AnyTagClassName
{
color: #D060DC;
}
</style>
background-color css
<style>
a { background-color: #D060DC; }
a { background-color: rgb(208,96,220); }
div.DivClassName
{
background-color: #D060DC;
}
.BgClassName
{
background-color: #D060DC;
}
</style>
border-color css
<style>
span { border-color: #D060DC; }
span { border-color: rgb(208,96,220); }
td.TdClassName
{
border-color: #D060DC;
}
.TagClassName
{
border-color: #D060DC;
}
</style>