Shades of Orchid #D077B5
Tints of Orchid #D077B5
RGB
CMYK
RGB Variations
Color information
#D077B5 (or 0xD077B5) is known color: Orchid. HEX triplet: D0, 77 and B5. RGB value is (208,119,181). Sum of RGB (Red+Green+Blue) = 208+119+181=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 119 (46.88% from 255 or 23.43% from 508); Blue value is 181 (71.09% from 255 or 35.63% from 508); Max value from RGB is 208 - color contains mainly: red. Hex color #D077B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D077B5 is #2F884A. Grayscale: #989898. Windows color (decimal): -3115083 or 11892688. OLE color: 11892688.
HSL color Cylindrical-coordinate representation of color #D077B5: hue angle of 318.2º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D077B5 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 119 | 181 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.18 |
| HSL | 318.2º | 0.49% | 0.64% | - |
| HSV(B) | 318.2º | 0.43% | 0.82% | - |
| XYZ | 40.95 | 29.94 | 47.34 | - |
| YUV | 152.68 | 143.99 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 119 | 181 | 0 | 0.43 | 0.13 | 0.18 | 318.2 | 0.49 | 0.64 |
| Hex | D0 | 77 | B5 | 0 | 2B | D | 12 | 13E | 31 | 40 |
| Octal | 320 | 167 | 265 | 0 | 53 | 15 | 22 | 476 | 61 | 100 |
| Binary | 11010000 | 1110111 | 10110101 | 0 | 101011 | 1101 | 10010 | 100111110 | 110001 | 1000000 |
Color Harmonies of #D077B5
Complementary color
Monochromatic Colors of #D077B5
Black with #D077B5
Text Example
Text Example
White with #D077B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D077B5; }
p { color: rgb(208,119,181); }
H1.HeaderClassName
{
color: #D077B5;
}
.AnyTagClassName
{
color: #D077B5;
}
</style>
background-color css
<style>
a { background-color: #D077B5; }
a { background-color: rgb(208,119,181); }
div.DivClassName
{
background-color: #D077B5;
}
.BgClassName
{
background-color: #D077B5;
}
</style>
border-color css
<style>
span { border-color: #D077B5; }
span { border-color: rgb(208,119,181); }
td.TdClassName
{
border-color: #D077B5;
}
.TagClassName
{
border-color: #D077B5;
}
</style>