Shades of Heliotrope #D764FF
Tints of Heliotrope #D764FF
RGB
CMYK
RGB Variations
Color information
#D764FF (or 0xD764FF) is known color: Heliotrope. HEX triplet: D7, 64 and FF. RGB value is (215,100,255). Sum of RGB (Red+Green+Blue) = 215+100+255=570 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.72% from 570); Green value is 100 (39.45% from 255 or 17.54% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #D764FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D764FF is #289B00. Grayscale: #979797. Windows color (decimal): -2661121 or 16737495. OLE color: 16737495.
HSL color Cylindrical-coordinate representation of color #D764FF: hue angle of 284.52º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D764FF is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 100 | 255 | - |
| CMYK | 0.16 | 0.61 | 0 | 0 |
| HSL | 284.52º | 1% | 0.7% | - |
| HSV(B) | 284.52º | 0.61% | 1% | - |
| XYZ | 50.63 | 30.78 | 97.88 | - |
| YUV | 152.06 | 186.1 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 100 | 255 | 0.16 | 0.61 | 0 | 0 | 284.52 | 1 | 0.7 |
| Hex | D7 | 64 | FF | 10 | 3D | 0 | 0 | 11D | 64 | 46 |
| Octal | 327 | 144 | 377 | 20 | 75 | 0 | 0 | 435 | 144 | 106 |
| Binary | 11010111 | 1100100 | 11111111 | 10000 | 111101 | 0 | 0 | 100011101 | 1100100 | 1000110 |
Color Harmonies of #D764FF
Complementary color
Monochromatic Colors of #D764FF
Black with #D764FF
Text Example
Text Example
White with #D764FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D764FF; }
p { color: rgb(215,100,255); }
H1.HeaderClassName
{
color: #D764FF;
}
.AnyTagClassName
{
color: #D764FF;
}
</style>
background-color css
<style>
a { background-color: #D764FF; }
a { background-color: rgb(215,100,255); }
div.DivClassName
{
background-color: #D764FF;
}
.BgClassName
{
background-color: #D764FF;
}
</style>
border-color css
<style>
span { border-color: #D764FF; }
span { border-color: rgb(215,100,255); }
td.TdClassName
{
border-color: #D764FF;
}
.TagClassName
{
border-color: #D764FF;
}
</style>