Shades of Orchid #D76BCC
Tints of Orchid #D76BCC
RGB
CMYK
RGB Variations
Color information
#D76BCC (or 0xD76BCC) is known color: Orchid. HEX triplet: D7, 6B and CC. RGB value is (215,107,204). Sum of RGB (Red+Green+Blue) = 215+107+204=526 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.87% from 526); Green value is 107 (42.19% from 255 or 20.34% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 215 - color contains mainly: red. Hex color #D76BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76BCC is #289433. Grayscale: #969696. Windows color (decimal): -2659380 or 13396951. OLE color: 13396951.
HSL color Cylindrical-coordinate representation of color #D76BCC: hue angle of 306.11º 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 #D76BCC is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 107 | 204 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.16 |
| HSL | 306.11º | 0.57% | 0.63% | - |
| HSV(B) | 306.11º | 0.5% | 0.84% | - |
| XYZ | 44.18 | 29.32 | 60.46 | - |
| YUV | 150.35 | 158.28 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 107 | 204 | 0 | 0.50 | 0.05 | 0.16 | 306.11 | 0.57 | 0.63 |
| Hex | D7 | 6B | CC | 0 | 32 | 5 | 10 | 132 | 39 | 3F |
| Octal | 327 | 153 | 314 | 0 | 62 | 5 | 20 | 462 | 71 | 77 |
| Binary | 11010111 | 1101011 | 11001100 | 0 | 110010 | 101 | 10000 | 100110010 | 111001 | 111111 |
Color Harmonies of #D76BCC
Complementary color
Monochromatic Colors of #D76BCC
Black with #D76BCC
Text Example
Text Example
White with #D76BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76BCC; }
p { color: rgb(215,107,204); }
H1.HeaderClassName
{
color: #D76BCC;
}
.AnyTagClassName
{
color: #D76BCC;
}
</style>
background-color css
<style>
a { background-color: #D76BCC; }
a { background-color: rgb(215,107,204); }
div.DivClassName
{
background-color: #D76BCC;
}
.BgClassName
{
background-color: #D76BCC;
}
</style>
border-color css
<style>
span { border-color: #D76BCC; }
span { border-color: rgb(215,107,204); }
td.TdClassName
{
border-color: #D76BCC;
}
.TagClassName
{
border-color: #D76BCC;
}
</style>