Shades of Heliotrope #D97BFD
Tints of Heliotrope #D97BFD
RGB
CMYK
RGB Variations
Color information
#D97BFD (or 0xD97BFD) is known color: Heliotrope. HEX triplet: D9, 7B and FD. RGB value is (217,123,253). Sum of RGB (Red+Green+Blue) = 217+123+253=593 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.59% from 593); Green value is 123 (48.44% from 255 or 20.74% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #D97BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D97BFD is #268402. Grayscale: #A5A5A5. Windows color (decimal): -2524163 or 16612313. OLE color: 16612313.
HSL color Cylindrical-coordinate representation of color #D97BFD: hue angle of 283.38º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D97BFD is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 123 | 253 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.01 |
| HSL | 283.38º | 0.97% | 0.74% | - |
| HSV(B) | 283.38º | 0.51% | 0.99% | - |
| XYZ | 53.43 | 36.01 | 97.06 | - |
| YUV | 165.93 | 177.14 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 123 | 253 | 0.14 | 0.51 | 0 | 0.01 | 283.38 | 0.97 | 0.74 |
| Hex | D9 | 7B | FD | E | 33 | 0 | 1 | 11B | 61 | 4A |
| Octal | 331 | 173 | 375 | 16 | 63 | 0 | 1 | 433 | 141 | 112 |
| Binary | 11011001 | 1111011 | 11111101 | 1110 | 110011 | 0 | 1 | 100011011 | 1100001 | 1001010 |
Color Harmonies of #D97BFD
Complementary color
Monochromatic Colors of #D97BFD
Black with #D97BFD
Text Example
Text Example
White with #D97BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97BFD; }
p { color: rgb(217,123,253); }
H1.HeaderClassName
{
color: #D97BFD;
}
.AnyTagClassName
{
color: #D97BFD;
}
</style>
background-color css
<style>
a { background-color: #D97BFD; }
a { background-color: rgb(217,123,253); }
div.DivClassName
{
background-color: #D97BFD;
}
.BgClassName
{
background-color: #D97BFD;
}
</style>
border-color css
<style>
span { border-color: #D97BFD; }
span { border-color: rgb(217,123,253); }
td.TdClassName
{
border-color: #D97BFD;
}
.TagClassName
{
border-color: #D97BFD;
}
</style>