Shades of Orchid #D077DF
Tints of Orchid #D077DF
RGB
CMYK
RGB Variations
Color information
#D077DF (or 0xD077DF) is known color: Orchid. HEX triplet: D0, 77 and DF. RGB value is (208,119,223). Sum of RGB (Red+Green+Blue) = 208+119+223=550 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.82% from 550); Green value is 119 (46.88% from 255 or 21.64% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #D077DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D077DF is #2F8820. Grayscale: #9D9D9D. Windows color (decimal): -3115041 or 14645200. OLE color: 14645200.
HSL color Cylindrical-coordinate representation of color #D077DF: hue angle of 291.35º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D077DF is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 119 | 223 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.13 |
| HSL | 291.35º | 0.62% | 0.67% | - |
| HSV(B) | 291.35º | 0.47% | 0.87% | - |
| XYZ | 45.93 | 31.93 | 73.55 | - |
| YUV | 157.47 | 164.99 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 119 | 223 | 0.07 | 0.47 | 0 | 0.13 | 291.35 | 0.62 | 0.67 |
| Hex | D0 | 77 | DF | 7 | 2F | 0 | D | 123 | 3E | 43 |
| Octal | 320 | 167 | 337 | 7 | 57 | 0 | 15 | 443 | 76 | 103 |
| Binary | 11010000 | 1110111 | 11011111 | 111 | 101111 | 0 | 1101 | 100100011 | 111110 | 1000011 |
Color Harmonies of #D077DF
Complementary color
Monochromatic Colors of #D077DF
Black with #D077DF
Text Example
Text Example
White with #D077DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D077DF; }
p { color: rgb(208,119,223); }
H1.HeaderClassName
{
color: #D077DF;
}
.AnyTagClassName
{
color: #D077DF;
}
</style>
background-color css
<style>
a { background-color: #D077DF; }
a { background-color: rgb(208,119,223); }
div.DivClassName
{
background-color: #D077DF;
}
.BgClassName
{
background-color: #D077DF;
}
</style>
border-color css
<style>
span { border-color: #D077DF; }
span { border-color: rgb(208,119,223); }
td.TdClassName
{
border-color: #D077DF;
}
.TagClassName
{
border-color: #D077DF;
}
</style>