Shades of Orchid #D975C5
Tints of Orchid #D975C5
RGB
CMYK
RGB Variations
Color information
#D975C5 (or 0xD975C5) is known color: Orchid. HEX triplet: D9, 75 and C5. RGB value is (217,117,197). Sum of RGB (Red+Green+Blue) = 217+117+197=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 117 (46.09% from 255 or 22.03% from 531); Blue value is 197 (77.34% from 255 or 37.10% from 531); Max value from RGB is 217 - color contains mainly: red. Hex color #D975C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D975C5 is #268A3A. Grayscale: #9B9B9B. Windows color (decimal): -2525755 or 12940761. OLE color: 12940761.
HSL color Cylindrical-coordinate representation of color #D975C5: hue angle of 312º 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 #D975C5 is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 117 | 197 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.15 |
| HSL | 312º | 0.57% | 0.65% | - |
| HSV(B) | 312º | 0.46% | 0.85% | - |
| XYZ | 45.05 | 31.51 | 56.53 | - |
| YUV | 156.02 | 151.13 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 117 | 197 | 0 | 0.46 | 0.09 | 0.15 | 312 | 0.57 | 0.65 |
| Hex | D9 | 75 | C5 | 0 | 2E | 9 | F | 138 | 39 | 41 |
| Octal | 331 | 165 | 305 | 0 | 56 | 11 | 17 | 470 | 71 | 101 |
| Binary | 11011001 | 1110101 | 11000101 | 0 | 101110 | 1001 | 1111 | 100111000 | 111001 | 1000001 |
Color Harmonies of #D975C5
Complementary color
Monochromatic Colors of #D975C5
Black with #D975C5
Text Example
Text Example
White with #D975C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D975C5; }
p { color: rgb(217,117,197); }
H1.HeaderClassName
{
color: #D975C5;
}
.AnyTagClassName
{
color: #D975C5;
}
</style>
background-color css
<style>
a { background-color: #D975C5; }
a { background-color: rgb(217,117,197); }
div.DivClassName
{
background-color: #D975C5;
}
.BgClassName
{
background-color: #D975C5;
}
</style>
border-color css
<style>
span { border-color: #D975C5; }
span { border-color: rgb(217,117,197); }
td.TdClassName
{
border-color: #D975C5;
}
.TagClassName
{
border-color: #D975C5;
}
</style>