Shades of Orchid #D076DF
Tints of Orchid #D076DF
RGB
CMYK
RGB Variations
Color information
#D076DF (or 0xD076DF) is known color: Orchid. HEX triplet: D0, 76 and DF. RGB value is (208,118,223). Sum of RGB (Red+Green+Blue) = 208+118+223=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 118 (46.48% from 255 or 21.49% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #D076DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D076DF is #2F8920. Grayscale: #9C9C9C. Windows color (decimal): -3115297 or 14644944. OLE color: 14644944.
HSL color Cylindrical-coordinate representation of color #D076DF: hue angle of 291.43º 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 #D076DF is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 118 | 223 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.13 |
| HSL | 291.43º | 0.62% | 0.67% | - |
| HSV(B) | 291.43º | 0.47% | 0.87% | - |
| XYZ | 45.81 | 31.69 | 73.52 | - |
| YUV | 156.88 | 165.32 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 118 | 223 | 0.07 | 0.47 | 0 | 0.13 | 291.43 | 0.62 | 0.67 |
| Hex | D0 | 76 | DF | 7 | 2F | 0 | D | 123 | 3E | 43 |
| Octal | 320 | 166 | 337 | 7 | 57 | 0 | 15 | 443 | 76 | 103 |
| Binary | 11010000 | 1110110 | 11011111 | 111 | 101111 | 0 | 1101 | 100100011 | 111110 | 1000011 |
Color Harmonies of #D076DF
Complementary color
Monochromatic Colors of #D076DF
Black with #D076DF
Text Example
Text Example
White with #D076DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D076DF; }
p { color: rgb(208,118,223); }
H1.HeaderClassName
{
color: #D076DF;
}
.AnyTagClassName
{
color: #D076DF;
}
</style>
background-color css
<style>
a { background-color: #D076DF; }
a { background-color: rgb(208,118,223); }
div.DivClassName
{
background-color: #D076DF;
}
.BgClassName
{
background-color: #D076DF;
}
</style>
border-color css
<style>
span { border-color: #D076DF; }
span { border-color: rgb(208,118,223); }
td.TdClassName
{
border-color: #D076DF;
}
.TagClassName
{
border-color: #D076DF;
}
</style>