Shades of Orchid #D966BC
Tints of Orchid #D966BC
RGB
CMYK
RGB Variations
Color information
#D966BC (or 0xD966BC) is known color: Orchid. HEX triplet: D9, 66 and BC. RGB value is (217,102,188). Sum of RGB (Red+Green+Blue) = 217+102+188=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 102 (40.23% from 255 or 20.12% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 217 - color contains mainly: red. Hex color #D966BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D966BC is #269943. Grayscale: #919191. Windows color (decimal): -2529604 or 12347097. OLE color: 12347097.
HSL color Cylindrical-coordinate representation of color #D966BC: hue angle of 315.13º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D966BC is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 102 | 188 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.15 |
| HSL | 315.13º | 0.6% | 0.63% | - |
| HSV(B) | 315.13º | 0.53% | 0.85% | - |
| XYZ | 42.44 | 27.89 | 50.72 | - |
| YUV | 146.19 | 151.6 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 102 | 188 | 0 | 0.53 | 0.13 | 0.15 | 315.13 | 0.6 | 0.63 |
| Hex | D9 | 66 | BC | 0 | 35 | D | F | 13B | 3C | 3F |
| Octal | 331 | 146 | 274 | 0 | 65 | 15 | 17 | 473 | 74 | 77 |
| Binary | 11011001 | 1100110 | 10111100 | 0 | 110101 | 1101 | 1111 | 100111011 | 111100 | 111111 |
Color Harmonies of #D966BC
Complementary color
Monochromatic Colors of #D966BC
Black with #D966BC
Text Example
Text Example
White with #D966BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D966BC; }
p { color: rgb(217,102,188); }
H1.HeaderClassName
{
color: #D966BC;
}
.AnyTagClassName
{
color: #D966BC;
}
</style>
background-color css
<style>
a { background-color: #D966BC; }
a { background-color: rgb(217,102,188); }
div.DivClassName
{
background-color: #D966BC;
}
.BgClassName
{
background-color: #D966BC;
}
</style>
border-color css
<style>
span { border-color: #D966BC; }
span { border-color: rgb(217,102,188); }
td.TdClassName
{
border-color: #D966BC;
}
.TagClassName
{
border-color: #D966BC;
}
</style>