Shades of Orchid #D975D6
Tints of Orchid #D975D6
RGB
CMYK
RGB Variations
Color information
#D975D6 (or 0xD975D6) is known color: Orchid. HEX triplet: D9, 75 and D6. RGB value is (217,117,214). Sum of RGB (Red+Green+Blue) = 217+117+214=548 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.60% from 548); Green value is 117 (46.09% from 255 or 21.35% from 548); Blue value is 214 (83.98% from 255 or 39.05% from 548); Max value from RGB is 217 - color contains mainly: red. Hex color #D975D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D975D6 is #268A29. Grayscale: #9D9D9D. Windows color (decimal): -2525738 or 14054873. OLE color: 14054873.
HSL color Cylindrical-coordinate representation of color #D975D6: hue angle of 301.8º 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 #D975D6 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 117 | 214 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.15 |
| HSL | 301.8º | 0.57% | 0.65% | - |
| HSV(B) | 301.8º | 0.46% | 0.85% | - |
| XYZ | 47.11 | 32.33 | 67.38 | - |
| YUV | 157.96 | 159.63 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 117 | 214 | 0 | 0.46 | 0.01 | 0.15 | 301.8 | 0.57 | 0.65 |
| Hex | D9 | 75 | D6 | 0 | 2E | 1 | F | 12E | 39 | 41 |
| Octal | 331 | 165 | 326 | 0 | 56 | 1 | 17 | 456 | 71 | 101 |
| Binary | 11011001 | 1110101 | 11010110 | 0 | 101110 | 1 | 1111 | 100101110 | 111001 | 1000001 |
Color Harmonies of #D975D6
Complementary color
Monochromatic Colors of #D975D6
Black with #D975D6
Text Example
Text Example
White with #D975D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D975D6; }
p { color: rgb(217,117,214); }
H1.HeaderClassName
{
color: #D975D6;
}
.AnyTagClassName
{
color: #D975D6;
}
</style>
background-color css
<style>
a { background-color: #D975D6; }
a { background-color: rgb(217,117,214); }
div.DivClassName
{
background-color: #D975D6;
}
.BgClassName
{
background-color: #D975D6;
}
</style>
border-color css
<style>
span { border-color: #D975D6; }
span { border-color: rgb(217,117,214); }
td.TdClassName
{
border-color: #D975D6;
}
.TagClassName
{
border-color: #D975D6;
}
</style>