Shades of Orchid #D076C9
Tints of Orchid #D076C9
RGB
CMYK
RGB Variations
Color information
#D076C9 (or 0xD076C9) is known color: Orchid. HEX triplet: D0, 76 and C9. RGB value is (208,118,201). Sum of RGB (Red+Green+Blue) = 208+118+201=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 118 (46.48% from 255 or 22.39% from 527); Blue value is 201 (78.91% from 255 or 38.14% from 527); Max value from RGB is 208 - color contains mainly: red. Hex color #D076C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D076C9 is #2F8936. Grayscale: #9A9A9A. Windows color (decimal): -3115319 or 13203152. OLE color: 13203152.
HSL color Cylindrical-coordinate representation of color #D076C9: hue angle of 304.67º 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 #D076C9 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 118 | 201 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.18 |
| HSL | 304.67º | 0.49% | 0.64% | - |
| HSV(B) | 304.67º | 0.43% | 0.82% | - |
| XYZ | 43.03 | 30.58 | 58.89 | - |
| YUV | 154.37 | 154.32 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 118 | 201 | 0 | 0.43 | 0.03 | 0.18 | 304.67 | 0.49 | 0.64 |
| Hex | D0 | 76 | C9 | 0 | 2B | 3 | 12 | 131 | 31 | 40 |
| Octal | 320 | 166 | 311 | 0 | 53 | 3 | 22 | 461 | 61 | 100 |
| Binary | 11010000 | 1110110 | 11001001 | 0 | 101011 | 11 | 10010 | 100110001 | 110001 | 1000000 |
Color Harmonies of #D076C9
Complementary color
Monochromatic Colors of #D076C9
Black with #D076C9
Text Example
Text Example
White with #D076C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D076C9; }
p { color: rgb(208,118,201); }
H1.HeaderClassName
{
color: #D076C9;
}
.AnyTagClassName
{
color: #D076C9;
}
</style>
background-color css
<style>
a { background-color: #D076C9; }
a { background-color: rgb(208,118,201); }
div.DivClassName
{
background-color: #D076C9;
}
.BgClassName
{
background-color: #D076C9;
}
</style>
border-color css
<style>
span { border-color: #D076C9; }
span { border-color: rgb(208,118,201); }
td.TdClassName
{
border-color: #D076C9;
}
.TagClassName
{
border-color: #D076C9;
}
</style>