Shades of Orchid #D975C9
Tints of Orchid #D975C9
RGB
CMYK
RGB Variations
Color information
#D975C9 (or 0xD975C9) is known color: Orchid. HEX triplet: D9, 75 and C9. RGB value is (217,117,201). Sum of RGB (Red+Green+Blue) = 217+117+201=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 117 (46.09% from 255 or 21.87% from 535); Blue value is 201 (78.91% from 255 or 37.57% from 535); Max value from RGB is 217 - color contains mainly: red. Hex color #D975C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D975C9 is #268A36. Grayscale: #9C9C9C. Windows color (decimal): -2525751 or 13202905. OLE color: 13202905.
HSL color Cylindrical-coordinate representation of color #D975C9: hue angle of 309.6º 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 #D975C9 is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 117 | 201 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.15 |
| HSL | 309.6º | 0.57% | 0.65% | - |
| HSV(B) | 309.6º | 0.46% | 0.85% | - |
| XYZ | 45.52 | 31.69 | 58.98 | - |
| YUV | 156.48 | 153.13 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 117 | 201 | 0 | 0.46 | 0.07 | 0.15 | 309.6 | 0.57 | 0.65 |
| Hex | D9 | 75 | C9 | 0 | 2E | 7 | F | 136 | 39 | 41 |
| Octal | 331 | 165 | 311 | 0 | 56 | 7 | 17 | 466 | 71 | 101 |
| Binary | 11011001 | 1110101 | 11001001 | 0 | 101110 | 111 | 1111 | 100110110 | 111001 | 1000001 |
Color Harmonies of #D975C9
Complementary color
Monochromatic Colors of #D975C9
Black with #D975C9
Text Example
Text Example
White with #D975C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D975C9; }
p { color: rgb(217,117,201); }
H1.HeaderClassName
{
color: #D975C9;
}
.AnyTagClassName
{
color: #D975C9;
}
</style>
background-color css
<style>
a { background-color: #D975C9; }
a { background-color: rgb(217,117,201); }
div.DivClassName
{
background-color: #D975C9;
}
.BgClassName
{
background-color: #D975C9;
}
</style>
border-color css
<style>
span { border-color: #D975C9; }
span { border-color: rgb(217,117,201); }
td.TdClassName
{
border-color: #D975C9;
}
.TagClassName
{
border-color: #D975C9;
}
</style>