Shades of Orchid #D76BC7
Tints of Orchid #D76BC7
RGB
CMYK
RGB Variations
Color information
#D76BC7 (or 0xD76BC7) is known color: Orchid. HEX triplet: D7, 6B and C7. RGB value is (215,107,199). Sum of RGB (Red+Green+Blue) = 215+107+199=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 107 (42.19% from 255 or 20.54% from 521); Blue value is 199 (78.12% from 255 or 38.20% from 521); Max value from RGB is 215 - color contains mainly: red. Hex color #D76BC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76BC7 is #289438. Grayscale: #959595. Windows color (decimal): -2659385 or 13069271. OLE color: 13069271.
HSL color Cylindrical-coordinate representation of color #D76BC7: hue angle of 308.89º 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 #D76BC7 is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 107 | 199 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.16 |
| HSL | 308.89º | 0.57% | 0.63% | - |
| HSV(B) | 308.89º | 0.5% | 0.84% | - |
| XYZ | 43.59 | 29.09 | 57.35 | - |
| YUV | 149.78 | 155.78 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 107 | 199 | 0 | 0.50 | 0.07 | 0.16 | 308.89 | 0.57 | 0.63 |
| Hex | D7 | 6B | C7 | 0 | 32 | 7 | 10 | 135 | 39 | 3F |
| Octal | 327 | 153 | 307 | 0 | 62 | 7 | 20 | 465 | 71 | 77 |
| Binary | 11010111 | 1101011 | 11000111 | 0 | 110010 | 111 | 10000 | 100110101 | 111001 | 111111 |
Color Harmonies of #D76BC7
Complementary color
Monochromatic Colors of #D76BC7
Black with #D76BC7
Text Example
Text Example
White with #D76BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76BC7; }
p { color: rgb(215,107,199); }
H1.HeaderClassName
{
color: #D76BC7;
}
.AnyTagClassName
{
color: #D76BC7;
}
</style>
background-color css
<style>
a { background-color: #D76BC7; }
a { background-color: rgb(215,107,199); }
div.DivClassName
{
background-color: #D76BC7;
}
.BgClassName
{
background-color: #D76BC7;
}
</style>
border-color css
<style>
span { border-color: #D76BC7; }
span { border-color: rgb(215,107,199); }
td.TdClassName
{
border-color: #D76BC7;
}
.TagClassName
{
border-color: #D76BC7;
}
</style>