Shades of Orchid #D76DCB
Tints of Orchid #D76DCB
RGB
CMYK
RGB Variations
Color information
#D76DCB (or 0xD76DCB) is known color: Orchid. HEX triplet: D7, 6D and CB. RGB value is (215,109,203). Sum of RGB (Red+Green+Blue) = 215+109+203=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 109 (42.97% from 255 or 20.68% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 215 - color contains mainly: red. Hex color #D76DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76DCB is #289234. Grayscale: #979797. Windows color (decimal): -2658869 or 13331927. OLE color: 13331927.
HSL color Cylindrical-coordinate representation of color #D76DCB: hue angle of 306.79º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D76DCB is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 109 | 203 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.16 |
| HSL | 306.79º | 0.57% | 0.64% | - |
| HSV(B) | 306.79º | 0.49% | 0.84% | - |
| XYZ | 44.27 | 29.7 | 59.9 | - |
| YUV | 151.41 | 157.12 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 109 | 203 | 0 | 0.49 | 0.06 | 0.16 | 306.79 | 0.57 | 0.64 |
| Hex | D7 | 6D | CB | 0 | 31 | 6 | 10 | 133 | 39 | 40 |
| Octal | 327 | 155 | 313 | 0 | 61 | 6 | 20 | 463 | 71 | 100 |
| Binary | 11010111 | 1101101 | 11001011 | 0 | 110001 | 110 | 10000 | 100110011 | 111001 | 1000000 |
Color Harmonies of #D76DCB
Complementary color
Monochromatic Colors of #D76DCB
Black with #D76DCB
Text Example
Text Example
White with #D76DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76DCB; }
p { color: rgb(215,109,203); }
H1.HeaderClassName
{
color: #D76DCB;
}
.AnyTagClassName
{
color: #D76DCB;
}
</style>
background-color css
<style>
a { background-color: #D76DCB; }
a { background-color: rgb(215,109,203); }
div.DivClassName
{
background-color: #D76DCB;
}
.BgClassName
{
background-color: #D76DCB;
}
</style>
border-color css
<style>
span { border-color: #D76DCB; }
span { border-color: rgb(215,109,203); }
td.TdClassName
{
border-color: #D76DCB;
}
.TagClassName
{
border-color: #D76DCB;
}
</style>