Shades of Heliotrope #D762FA
Tints of Heliotrope #D762FA
RGB
CMYK
RGB Variations
Color information
#D762FA (or 0xD762FA) is known color: Heliotrope. HEX triplet: D7, 62 and FA. RGB value is (215,98,250). Sum of RGB (Red+Green+Blue) = 215+98+250=563 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.19% from 563); Green value is 98 (38.67% from 255 or 17.41% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #D762FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D762FA is #289D05. Grayscale: #959595. Windows color (decimal): -2661638 or 16409303. OLE color: 16409303.
HSL color Cylindrical-coordinate representation of color #D762FA: hue angle of 286.18º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D762FA is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 98 | 250 | - |
| CMYK | 0.14 | 0.61 | 0 | 0.02 |
| HSL | 286.18º | 0.94% | 0.68% | - |
| HSV(B) | 286.18º | 0.61% | 0.98% | - |
| XYZ | 49.65 | 30.08 | 93.63 | - |
| YUV | 150.31 | 184.26 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 98 | 250 | 0.14 | 0.61 | 0 | 0.02 | 286.18 | 0.94 | 0.68 |
| Hex | D7 | 62 | FA | E | 3D | 0 | 2 | 11E | 5E | 44 |
| Octal | 327 | 142 | 372 | 16 | 75 | 0 | 2 | 436 | 136 | 104 |
| Binary | 11010111 | 1100010 | 11111010 | 1110 | 111101 | 0 | 10 | 100011110 | 1011110 | 1000100 |
Color Harmonies of #D762FA
Complementary color
Monochromatic Colors of #D762FA
Black with #D762FA
Text Example
Text Example
White with #D762FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D762FA; }
p { color: rgb(215,98,250); }
H1.HeaderClassName
{
color: #D762FA;
}
.AnyTagClassName
{
color: #D762FA;
}
</style>
background-color css
<style>
a { background-color: #D762FA; }
a { background-color: rgb(215,98,250); }
div.DivClassName
{
background-color: #D762FA;
}
.BgClassName
{
background-color: #D762FA;
}
</style>
border-color css
<style>
span { border-color: #D762FA; }
span { border-color: rgb(215,98,250); }
td.TdClassName
{
border-color: #D762FA;
}
.TagClassName
{
border-color: #D762FA;
}
</style>