Shades of Heliotrope #D765FA
Tints of Heliotrope #D765FA
RGB
CMYK
RGB Variations
Color information
#D765FA (or 0xD765FA) is known color: Heliotrope. HEX triplet: D7, 65 and FA. RGB value is (215,101,250). Sum of RGB (Red+Green+Blue) = 215+101+250=566 (74% of max value = 765). Red value is 215 (84.38% from 255 or 37.99% from 566); Green value is 101 (39.84% from 255 or 17.84% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #D765FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D765FA is #289A05. Grayscale: #979797. Windows color (decimal): -2660870 or 16410071. OLE color: 16410071.
HSL color Cylindrical-coordinate representation of color #D765FA: hue angle of 285.91º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D765FA is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 101 | 250 | - |
| CMYK | 0.14 | 0.60 | 0 | 0.02 |
| HSL | 285.91º | 0.94% | 0.69% | - |
| HSV(B) | 285.91º | 0.6% | 0.98% | - |
| XYZ | 49.93 | 30.66 | 93.73 | - |
| YUV | 152.07 | 183.27 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 101 | 250 | 0.14 | 0.60 | 0 | 0.02 | 285.91 | 0.94 | 0.69 |
| Hex | D7 | 65 | FA | E | 3C | 0 | 2 | 11E | 5E | 45 |
| Octal | 327 | 145 | 372 | 16 | 74 | 0 | 2 | 436 | 136 | 105 |
| Binary | 11010111 | 1100101 | 11111010 | 1110 | 111100 | 0 | 10 | 100011110 | 1011110 | 1000101 |
Color Harmonies of #D765FA
Complementary color
Monochromatic Colors of #D765FA
Black with #D765FA
Text Example
Text Example
White with #D765FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D765FA; }
p { color: rgb(215,101,250); }
H1.HeaderClassName
{
color: #D765FA;
}
.AnyTagClassName
{
color: #D765FA;
}
</style>
background-color css
<style>
a { background-color: #D765FA; }
a { background-color: rgb(215,101,250); }
div.DivClassName
{
background-color: #D765FA;
}
.BgClassName
{
background-color: #D765FA;
}
</style>
border-color css
<style>
span { border-color: #D765FA; }
span { border-color: rgb(215,101,250); }
td.TdClassName
{
border-color: #D765FA;
}
.TagClassName
{
border-color: #D765FA;
}
</style>