Shades of Orchid #D76BD3
Tints of Orchid #D76BD3
RGB
CMYK
RGB Variations
Color information
#D76BD3 (or 0xD76BD3) is known color: Orchid. HEX triplet: D7, 6B and D3. RGB value is (215,107,211). Sum of RGB (Red+Green+Blue) = 215+107+211=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 107 (42.19% from 255 or 20.08% from 533); Blue value is 211 (82.81% from 255 or 39.59% from 533); Max value from RGB is 215 - color contains mainly: red. Hex color #D76BD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76BD3 is #28942C. Grayscale: #969696. Windows color (decimal): -2659373 or 13855703. OLE color: 13855703.
HSL color Cylindrical-coordinate representation of color #D76BD3: hue angle of 302.22º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76BD3 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 107 | 211 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.16 |
| HSL | 302.22º | 0.57% | 0.63% | - |
| HSV(B) | 302.22º | 0.5% | 0.84% | - |
| XYZ | 45.04 | 29.67 | 64.98 | - |
| YUV | 151.15 | 161.78 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 107 | 211 | 0 | 0.50 | 0.02 | 0.16 | 302.22 | 0.57 | 0.63 |
| Hex | D7 | 6B | D3 | 0 | 32 | 2 | 10 | 12E | 39 | 3F |
| Octal | 327 | 153 | 323 | 0 | 62 | 2 | 20 | 456 | 71 | 77 |
| Binary | 11010111 | 1101011 | 11010011 | 0 | 110010 | 10 | 10000 | 100101110 | 111001 | 111111 |
Color Harmonies of #D76BD3
Complementary color
Monochromatic Colors of #D76BD3
Black with #D76BD3
Text Example
Text Example
White with #D76BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76BD3; }
p { color: rgb(215,107,211); }
H1.HeaderClassName
{
color: #D76BD3;
}
.AnyTagClassName
{
color: #D76BD3;
}
</style>
background-color css
<style>
a { background-color: #D76BD3; }
a { background-color: rgb(215,107,211); }
div.DivClassName
{
background-color: #D76BD3;
}
.BgClassName
{
background-color: #D76BD3;
}
</style>
border-color css
<style>
span { border-color: #D76BD3; }
span { border-color: rgb(215,107,211); }
td.TdClassName
{
border-color: #D76BD3;
}
.TagClassName
{
border-color: #D76BD3;
}
</style>