Shades of Orchid #D077B7
Tints of Orchid #D077B7
RGB
CMYK
RGB Variations
Color information
#D077B7 (or 0xD077B7) is known color: Orchid. HEX triplet: D0, 77 and B7. RGB value is (208,119,183). Sum of RGB (Red+Green+Blue) = 208+119+183=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 119 (46.88% from 255 or 23.33% from 510); Blue value is 183 (71.88% from 255 or 35.88% from 510); Max value from RGB is 208 - color contains mainly: red. Hex color #D077B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D077B7 is #2F8848. Grayscale: #989898. Windows color (decimal): -3115081 or 12023760. OLE color: 12023760.
HSL color Cylindrical-coordinate representation of color #D077B7: hue angle of 316.85º 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 #D077B7 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
RGB | 208 | 119 | 183 | - |
CMYK | 0 | 0.43 | 0.12 | 0.18 |
HSL | 316.85º | 0.49% | 0.64% | - |
HSV(B) | 316.85º | 0.43% | 0.82% | - |
XYZ | 41.16 | 30.02 | 48.43 | - |
YUV | 152.91 | 144.99 | 167.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 119 | 183 | 0 | 0.43 | 0.12 | 0.18 | 316.85 | 0.49 | 0.64 |
Hex | D0 | 77 | B7 | 0 | 2B | C | 12 | 13D | 31 | 40 |
Octal | 320 | 167 | 267 | 0 | 53 | 14 | 22 | 475 | 61 | 100 |
Binary | 11010000 | 1110111 | 10110111 | 0 | 101011 | 1100 | 10010 | 100111101 | 110001 | 1000000 |
Color Harmonies of #D077B7
Complementary color
Monochromatic Colors of #D077B7
Black with #D077B7
Text Example
Text Example
White with #D077B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D077B7; }
p { color: rgb(208,119,183); }
H1.HeaderClassName
{
color: #D077B7;
}
.AnyTagClassName
{
color: #D077B7;
}
</style>
background-color css
<style>
a { background-color: #D077B7; }
a { background-color: rgb(208,119,183); }
div.DivClassName
{
background-color: #D077B7;
}
.BgClassName
{
background-color: #D077B7;
}
</style>
border-color css
<style>
span { border-color: #D077B7; }
span { border-color: rgb(208,119,183); }
td.TdClassName
{
border-color: #D077B7;
}
.TagClassName
{
border-color: #D077B7;
}
</style>