Shades of Orchid #D076DC
Tints of Orchid #D076DC
RGB
CMYK
RGB Variations
Color information
#D076DC (or 0xD076DC) is known color: Orchid. HEX triplet: D0, 76 and DC. RGB value is (208,118,220). Sum of RGB (Red+Green+Blue) = 208+118+220=546 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.10% from 546); Green value is 118 (46.48% from 255 or 21.61% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #D076DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D076DC is #2F8923. Grayscale: #9C9C9C. Windows color (decimal): -3115300 or 14448336. OLE color: 14448336.
HSL color Cylindrical-coordinate representation of color #D076DC: hue angle of 292.94º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D076DC is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 118 | 220 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.14 |
| HSL | 292.94º | 0.59% | 0.66% | - |
| HSV(B) | 292.94º | 0.46% | 0.86% | - |
| XYZ | 45.41 | 31.53 | 71.4 | - |
| YUV | 156.54 | 163.82 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 118 | 220 | 0.05 | 0.46 | 0 | 0.14 | 292.94 | 0.59 | 0.66 |
| Hex | D0 | 76 | DC | 5 | 2E | 0 | E | 125 | 3B | 42 |
| Octal | 320 | 166 | 334 | 5 | 56 | 0 | 16 | 445 | 73 | 102 |
| Binary | 11010000 | 1110110 | 11011100 | 101 | 101110 | 0 | 1110 | 100100101 | 111011 | 1000010 |
Color Harmonies of #D076DC
Complementary color
Monochromatic Colors of #D076DC
Black with #D076DC
Text Example
Text Example
White with #D076DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D076DC; }
p { color: rgb(208,118,220); }
H1.HeaderClassName
{
color: #D076DC;
}
.AnyTagClassName
{
color: #D076DC;
}
</style>
background-color css
<style>
a { background-color: #D076DC; }
a { background-color: rgb(208,118,220); }
div.DivClassName
{
background-color: #D076DC;
}
.BgClassName
{
background-color: #D076DC;
}
</style>
border-color css
<style>
span { border-color: #D076DC; }
span { border-color: rgb(208,118,220); }
td.TdClassName
{
border-color: #D076DC;
}
.TagClassName
{
border-color: #D076DC;
}
</style>