Shades of Orchid #D077DD
Tints of Orchid #D077DD
RGB
CMYK
RGB Variations
Color information
#D077DD (or 0xD077DD) is known color: Orchid. HEX triplet: D0, 77 and DD. RGB value is (208,119,221). Sum of RGB (Red+Green+Blue) = 208+119+221=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 119 (46.88% from 255 or 21.72% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #D077DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D077DD is #2F8822. Grayscale: #9C9C9C. Windows color (decimal): -3115043 or 14514128. OLE color: 14514128.
HSL color Cylindrical-coordinate representation of color #D077DD: hue angle of 292.35º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D077DD is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 119 | 221 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.13 |
| HSL | 292.35º | 0.6% | 0.67% | - |
| HSV(B) | 292.35º | 0.46% | 0.87% | - |
| XYZ | 45.66 | 31.82 | 72.14 | - |
| YUV | 157.24 | 163.99 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 119 | 221 | 0.06 | 0.46 | 0 | 0.13 | 292.35 | 0.6 | 0.67 |
| Hex | D0 | 77 | DD | 6 | 2E | 0 | D | 124 | 3C | 43 |
| Octal | 320 | 167 | 335 | 6 | 56 | 0 | 15 | 444 | 74 | 103 |
| Binary | 11010000 | 1110111 | 11011101 | 110 | 101110 | 0 | 1101 | 100100100 | 111100 | 1000011 |
Color Harmonies of #D077DD
Complementary color
Monochromatic Colors of #D077DD
Black with #D077DD
Text Example
Text Example
White with #D077DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D077DD; }
p { color: rgb(208,119,221); }
H1.HeaderClassName
{
color: #D077DD;
}
.AnyTagClassName
{
color: #D077DD;
}
</style>
background-color css
<style>
a { background-color: #D077DD; }
a { background-color: rgb(208,119,221); }
div.DivClassName
{
background-color: #D077DD;
}
.BgClassName
{
background-color: #D077DD;
}
</style>
border-color css
<style>
span { border-color: #D077DD; }
span { border-color: rgb(208,119,221); }
td.TdClassName
{
border-color: #D077DD;
}
.TagClassName
{
border-color: #D077DD;
}
</style>