Shades of Heliotrope #D765F0
Tints of Heliotrope #D765F0
RGB
CMYK
RGB Variations
Color information
#D765F0 (or 0xD765F0) is known color: Heliotrope. HEX triplet: D7, 65 and F0. RGB value is (215,101,240). Sum of RGB (Red+Green+Blue) = 215+101+240=556 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.67% from 556); Green value is 101 (39.84% from 255 or 18.17% from 556); Blue value is 240 (94.14% from 255 or 43.17% from 556); Max value from RGB is 240 - color contains mainly: blue. Hex color #D765F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D765F0 is #289A0F. Grayscale: #969696. Windows color (decimal): -2660880 or 15754711. OLE color: 15754711.
HSL color Cylindrical-coordinate representation of color #D765F0: hue angle of 289.21º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D765F0 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 101 | 240 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.06 |
| HSL | 289.21º | 0.82% | 0.67% | - |
| HSV(B) | 289.21º | 0.58% | 0.94% | - |
| XYZ | 48.41 | 30.05 | 85.69 | - |
| YUV | 150.93 | 178.27 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 101 | 240 | 0.10 | 0.58 | 0 | 0.06 | 289.21 | 0.82 | 0.67 |
| Hex | D7 | 65 | F0 | A | 3A | 0 | 6 | 121 | 52 | 43 |
| Octal | 327 | 145 | 360 | 12 | 72 | 0 | 6 | 441 | 122 | 103 |
| Binary | 11010111 | 1100101 | 11110000 | 1010 | 111010 | 0 | 110 | 100100001 | 1010010 | 1000011 |
Color Harmonies of #D765F0
Complementary color
Monochromatic Colors of #D765F0
Black with #D765F0
Text Example
Text Example
White with #D765F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D765F0; }
p { color: rgb(215,101,240); }
H1.HeaderClassName
{
color: #D765F0;
}
.AnyTagClassName
{
color: #D765F0;
}
</style>
background-color css
<style>
a { background-color: #D765F0; }
a { background-color: rgb(215,101,240); }
div.DivClassName
{
background-color: #D765F0;
}
.BgClassName
{
background-color: #D765F0;
}
</style>
border-color css
<style>
span { border-color: #D765F0; }
span { border-color: rgb(215,101,240); }
td.TdClassName
{
border-color: #D765F0;
}
.TagClassName
{
border-color: #D765F0;
}
</style>