Shades of Heliotrope #D760FA
Tints of Heliotrope #D760FA
RGB
CMYK
RGB Variations
Color information
#D760FA (or 0xD760FA) is known color: Heliotrope. HEX triplet: D7, 60 and FA. RGB value is (215,96,250). Sum of RGB (Red+Green+Blue) = 215+96+250=561 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.32% from 561); Green value is 96 (37.89% from 255 or 17.11% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #D760FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D760FA is #289F05. Grayscale: #949494. Windows color (decimal): -2662150 or 16408791. OLE color: 16408791.
HSL color Cylindrical-coordinate representation of color #D760FA: hue angle of 286.36º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D760FA is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 96 | 250 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.02 |
| HSL | 286.36º | 0.94% | 0.68% | - |
| HSV(B) | 286.36º | 0.62% | 0.98% | - |
| XYZ | 49.46 | 29.71 | 93.57 | - |
| YUV | 149.14 | 184.92 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 96 | 250 | 0.14 | 0.62 | 0 | 0.02 | 286.36 | 0.94 | 0.68 |
| Hex | D7 | 60 | FA | E | 3E | 0 | 2 | 11E | 5E | 44 |
| Octal | 327 | 140 | 372 | 16 | 76 | 0 | 2 | 436 | 136 | 104 |
| Binary | 11010111 | 1100000 | 11111010 | 1110 | 111110 | 0 | 10 | 100011110 | 1011110 | 1000100 |
Color Harmonies of #D760FA
Complementary color
Monochromatic Colors of #D760FA
Black with #D760FA
Text Example
Text Example
White with #D760FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D760FA; }
p { color: rgb(215,96,250); }
H1.HeaderClassName
{
color: #D760FA;
}
.AnyTagClassName
{
color: #D760FA;
}
</style>
background-color css
<style>
a { background-color: #D760FA; }
a { background-color: rgb(215,96,250); }
div.DivClassName
{
background-color: #D760FA;
}
.BgClassName
{
background-color: #D760FA;
}
</style>
border-color css
<style>
span { border-color: #D760FA; }
span { border-color: rgb(215,96,250); }
td.TdClassName
{
border-color: #D760FA;
}
.TagClassName
{
border-color: #D760FA;
}
</style>