Shades of Orchid #D060D4
Tints of Orchid #D060D4
RGB
CMYK
RGB Variations
Color information
#D060D4 (or 0xD060D4) is known color: Orchid. HEX triplet: D0, 60 and D4. RGB value is (208,96,212). Sum of RGB (Red+Green+Blue) = 208+96+212=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 96 (37.89% from 255 or 18.60% from 516); Blue value is 212 (83.20% from 255 or 41.09% from 516); Max value from RGB is 212 - color contains mainly: blue. Hex color #D060D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D060D4 is #2F9F2B. Grayscale: #8E8E8E. Windows color (decimal): -3120940 or 13918416. OLE color: 13918416.
HSL color Cylindrical-coordinate representation of color #D060D4: hue angle of 297.93º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D060D4 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 96 | 212 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.17 |
| HSL | 297.93º | 0.57% | 0.6% | - |
| HSV(B) | 297.93º | 0.55% | 0.83% | - |
| XYZ | 42.08 | 26.53 | 65.19 | - |
| YUV | 142.71 | 167.11 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 96 | 212 | 0.02 | 0.55 | 0 | 0.17 | 297.93 | 0.57 | 0.6 |
| Hex | D0 | 60 | D4 | 2 | 37 | 0 | 11 | 12A | 39 | 3C |
| Octal | 320 | 140 | 324 | 2 | 67 | 0 | 21 | 452 | 71 | 74 |
| Binary | 11010000 | 1100000 | 11010100 | 10 | 110111 | 0 | 10001 | 100101010 | 111001 | 111100 |
Color Harmonies of #D060D4
Complementary color
Monochromatic Colors of #D060D4
Black with #D060D4
Text Example
Text Example
White with #D060D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D060D4; }
p { color: rgb(208,96,212); }
H1.HeaderClassName
{
color: #D060D4;
}
.AnyTagClassName
{
color: #D060D4;
}
</style>
background-color css
<style>
a { background-color: #D060D4; }
a { background-color: rgb(208,96,212); }
div.DivClassName
{
background-color: #D060D4;
}
.BgClassName
{
background-color: #D060D4;
}
</style>
border-color css
<style>
span { border-color: #D060D4; }
span { border-color: rgb(208,96,212); }
td.TdClassName
{
border-color: #D060D4;
}
.TagClassName
{
border-color: #D060D4;
}
</style>