Shades of Orchid #D076C1
Tints of Orchid #D076C1
RGB
CMYK
RGB Variations
Color information
#D076C1 (or 0xD076C1) is known color: Orchid. HEX triplet: D0, 76 and C1. RGB value is (208,118,193). Sum of RGB (Red+Green+Blue) = 208+118+193=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 118 (46.48% from 255 or 22.74% from 519); Blue value is 193 (75.78% from 255 or 37.19% from 519); Max value from RGB is 208 - color contains mainly: red. Hex color #D076C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D076C1 is #2F893E. Grayscale: #999999. Windows color (decimal): -3115327 or 12678864. OLE color: 12678864.
HSL color Cylindrical-coordinate representation of color #D076C1: hue angle of 310º 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 #D076C1 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 118 | 193 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.18 |
| HSL | 310º | 0.49% | 0.64% | - |
| HSV(B) | 310º | 0.43% | 0.82% | - |
| XYZ | 42.12 | 30.22 | 54.06 | - |
| YUV | 153.46 | 150.32 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 118 | 193 | 0 | 0.43 | 0.07 | 0.18 | 310 | 0.49 | 0.64 |
| Hex | D0 | 76 | C1 | 0 | 2B | 7 | 12 | 136 | 31 | 40 |
| Octal | 320 | 166 | 301 | 0 | 53 | 7 | 22 | 466 | 61 | 100 |
| Binary | 11010000 | 1110110 | 11000001 | 0 | 101011 | 111 | 10010 | 100110110 | 110001 | 1000000 |
Color Harmonies of #D076C1
Complementary color
Monochromatic Colors of #D076C1
Black with #D076C1
Text Example
Text Example
White with #D076C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D076C1; }
p { color: rgb(208,118,193); }
H1.HeaderClassName
{
color: #D076C1;
}
.AnyTagClassName
{
color: #D076C1;
}
</style>
background-color css
<style>
a { background-color: #D076C1; }
a { background-color: rgb(208,118,193); }
div.DivClassName
{
background-color: #D076C1;
}
.BgClassName
{
background-color: #D076C1;
}
</style>
border-color css
<style>
span { border-color: #D076C1; }
span { border-color: rgb(208,118,193); }
td.TdClassName
{
border-color: #D076C1;
}
.TagClassName
{
border-color: #D076C1;
}
</style>