Shades of Orchid #D975BC
Tints of Orchid #D975BC
RGB
CMYK
RGB Variations
Color information
#D975BC (or 0xD975BC) is known color: Orchid. HEX triplet: D9, 75 and BC. RGB value is (217,117,188). Sum of RGB (Red+Green+Blue) = 217+117+188=522 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.57% from 522); Green value is 117 (46.09% from 255 or 22.41% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 217 - color contains mainly: red. Hex color #D975BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D975BC is #268A43. Grayscale: #9A9A9A. Windows color (decimal): -2525764 or 12350937. OLE color: 12350937.
HSL color Cylindrical-coordinate representation of color #D975BC: hue angle of 317.4º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D975BC is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 117 | 188 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.15 |
| HSL | 317.4º | 0.57% | 0.65% | - |
| HSV(B) | 317.4º | 0.46% | 0.85% | - |
| XYZ | 44.05 | 31.11 | 51.26 | - |
| YUV | 154.99 | 146.63 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 117 | 188 | 0 | 0.46 | 0.13 | 0.15 | 317.4 | 0.57 | 0.65 |
| Hex | D9 | 75 | BC | 0 | 2E | D | F | 13D | 39 | 41 |
| Octal | 331 | 165 | 274 | 0 | 56 | 15 | 17 | 475 | 71 | 101 |
| Binary | 11011001 | 1110101 | 10111100 | 0 | 101110 | 1101 | 1111 | 100111101 | 111001 | 1000001 |
Color Harmonies of #D975BC
Complementary color
Monochromatic Colors of #D975BC
Black with #D975BC
Text Example
Text Example
White with #D975BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D975BC; }
p { color: rgb(217,117,188); }
H1.HeaderClassName
{
color: #D975BC;
}
.AnyTagClassName
{
color: #D975BC;
}
</style>
background-color css
<style>
a { background-color: #D975BC; }
a { background-color: rgb(217,117,188); }
div.DivClassName
{
background-color: #D975BC;
}
.BgClassName
{
background-color: #D975BC;
}
</style>
border-color css
<style>
span { border-color: #D975BC; }
span { border-color: rgb(217,117,188); }
td.TdClassName
{
border-color: #D975BC;
}
.TagClassName
{
border-color: #D975BC;
}
</style>