Shades of Heliotrope #D37BFD
Tints of Heliotrope #D37BFD
RGB
CMYK
RGB Variations
Color information
#D37BFD (or 0xD37BFD) is known color: Heliotrope. HEX triplet: D3, 7B and FD. RGB value is (211,123,253). Sum of RGB (Red+Green+Blue) = 211+123+253=587 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.95% from 587); Green value is 123 (48.44% from 255 or 20.95% from 587); Blue value is 253 (99.22% from 255 or 43.10% from 587); Max value from RGB is 253 - color contains mainly: blue. Hex color #D37BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37BFD is #2C8402. Grayscale: #A3A3A3. Windows color (decimal): -2917379 or 16612307. OLE color: 16612307.
HSL color Cylindrical-coordinate representation of color #D37BFD: hue angle of 280.62º 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 #D37BFD is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 123 | 253 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.01 |
| HSL | 280.62º | 0.97% | 0.74% | - |
| HSV(B) | 280.62º | 0.51% | 0.99% | - |
| XYZ | 51.68 | 35.11 | 96.98 | - |
| YUV | 164.13 | 178.15 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 123 | 253 | 0.17 | 0.51 | 0 | 0.01 | 280.62 | 0.97 | 0.74 |
| Hex | D3 | 7B | FD | 11 | 33 | 0 | 1 | 119 | 61 | 4A |
| Octal | 323 | 173 | 375 | 21 | 63 | 0 | 1 | 431 | 141 | 112 |
| Binary | 11010011 | 1111011 | 11111101 | 10001 | 110011 | 0 | 1 | 100011001 | 1100001 | 1001010 |
Color Harmonies of #D37BFD
Complementary color
Monochromatic Colors of #D37BFD
Black with #D37BFD
Text Example
Text Example
White with #D37BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37BFD; }
p { color: rgb(211,123,253); }
H1.HeaderClassName
{
color: #D37BFD;
}
.AnyTagClassName
{
color: #D37BFD;
}
</style>
background-color css
<style>
a { background-color: #D37BFD; }
a { background-color: rgb(211,123,253); }
div.DivClassName
{
background-color: #D37BFD;
}
.BgClassName
{
background-color: #D37BFD;
}
</style>
border-color css
<style>
span { border-color: #D37BFD; }
span { border-color: rgb(211,123,253); }
td.TdClassName
{
border-color: #D37BFD;
}
.TagClassName
{
border-color: #D37BFD;
}
</style>