Shades of Heliotrope #D75BFE
Tints of Heliotrope #D75BFE
RGB
CMYK
RGB Variations
Color information
#D75BFE (or 0xD75BFE) is known color: Heliotrope. HEX triplet: D7, 5B and FE. RGB value is (215,91,254). Sum of RGB (Red+Green+Blue) = 215+91+254=560 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.39% from 560); Green value is 91 (35.94% from 255 or 16.25% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #D75BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D75BFE is #28A401. Grayscale: #929292. Windows color (decimal): -2663426 or 16669655. OLE color: 16669655.
HSL color Cylindrical-coordinate representation of color #D75BFE: hue angle of 285.64º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D75BFE is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 215 | 91 | 254 | - |
| CMYK | 0.15 | 0.64 | 0 | 0.00 |
| HSL | 285.64º | 0.99% | 0.68% | - |
| HSV(B) | 285.64º | 0.64% | 1% | - |
| XYZ | 49.65 | 29.09 | 96.76 | - |
| YUV | 146.66 | 188.58 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 91 | 254 | 0.15 | 0.64 | 0 | 0.00 | 285.64 | 0.99 | 0.68 |
| Hex | D7 | 5B | FE | F | 40 | 0 | 0 | 11E | 63 | 44 |
| Octal | 327 | 133 | 376 | 17 | 100 | 0 | 0 | 436 | 143 | 104 |
| Binary | 11010111 | 1011011 | 11111110 | 1111 | 1000000 | 0 | 0 | 100011110 | 1100011 | 1000100 |
Color Harmonies of #D75BFE
Complementary color
Monochromatic Colors of #D75BFE
Black with #D75BFE
Text Example
Text Example
White with #D75BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75BFE; }
p { color: rgb(215,91,254); }
H1.HeaderClassName
{
color: #D75BFE;
}
.AnyTagClassName
{
color: #D75BFE;
}
</style>
background-color css
<style>
a { background-color: #D75BFE; }
a { background-color: rgb(215,91,254); }
div.DivClassName
{
background-color: #D75BFE;
}
.BgClassName
{
background-color: #D75BFE;
}
</style>
border-color css
<style>
span { border-color: #D75BFE; }
span { border-color: rgb(215,91,254); }
td.TdClassName
{
border-color: #D75BFE;
}
.TagClassName
{
border-color: #D75BFE;
}
</style>