Shades of Orchid #D975E7
Tints of Orchid #D975E7
RGB
CMYK
RGB Variations
Color information
#D975E7 (or 0xD975E7) is known color: Orchid. HEX triplet: D9, 75 and E7. RGB value is (217,117,231). Sum of RGB (Red+Green+Blue) = 217+117+231=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 117 (46.09% from 255 or 20.71% from 565); Blue value is 231 (90.62% from 255 or 40.88% from 565); Max value from RGB is 231 - color contains mainly: blue. Hex color #D975E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D975E7 is #268A18. Grayscale: #9F9F9F. Windows color (decimal): -2525721 or 15168985. OLE color: 15168985.
HSL color Cylindrical-coordinate representation of color #D975E7: hue angle of 292.63º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D975E7 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 117 | 231 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.09 |
| HSL | 292.63º | 0.7% | 0.68% | - |
| HSV(B) | 292.63º | 0.49% | 0.91% | - |
| XYZ | 49.4 | 33.24 | 79.41 | - |
| YUV | 159.9 | 168.13 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 117 | 231 | 0.06 | 0.49 | 0 | 0.09 | 292.63 | 0.7 | 0.68 |
| Hex | D9 | 75 | E7 | 6 | 31 | 0 | 9 | 125 | 46 | 44 |
| Octal | 331 | 165 | 347 | 6 | 61 | 0 | 11 | 445 | 106 | 104 |
| Binary | 11011001 | 1110101 | 11100111 | 110 | 110001 | 0 | 1001 | 100100101 | 1000110 | 1000100 |
Color Harmonies of #D975E7
Complementary color
Monochromatic Colors of #D975E7
Black with #D975E7
Text Example
Text Example
White with #D975E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D975E7; }
p { color: rgb(217,117,231); }
H1.HeaderClassName
{
color: #D975E7;
}
.AnyTagClassName
{
color: #D975E7;
}
</style>
background-color css
<style>
a { background-color: #D975E7; }
a { background-color: rgb(217,117,231); }
div.DivClassName
{
background-color: #D975E7;
}
.BgClassName
{
background-color: #D975E7;
}
</style>
border-color css
<style>
span { border-color: #D975E7; }
span { border-color: rgb(217,117,231); }
td.TdClassName
{
border-color: #D975E7;
}
.TagClassName
{
border-color: #D975E7;
}
</style>