Shades of Heliotrope #D764EE
Tints of Heliotrope #D764EE
RGB
CMYK
RGB Variations
Color information
#D764EE (or 0xD764EE) is known color: Heliotrope. HEX triplet: D7, 64 and EE. RGB value is (215,100,238). Sum of RGB (Red+Green+Blue) = 215+100+238=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 100 (39.45% from 255 or 18.08% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 238 - color contains mainly: blue. Hex color #D764EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D764EE is #289B11. Grayscale: #959595. Windows color (decimal): -2661138 or 15623383. OLE color: 15623383.
HSL color Cylindrical-coordinate representation of color #D764EE: hue angle of 290º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D764EE is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 100 | 238 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.07 |
| HSL | 290º | 0.8% | 0.66% | - |
| HSV(B) | 290º | 0.58% | 0.93% | - |
| XYZ | 48.01 | 29.73 | 84.1 | - |
| YUV | 150.12 | 177.6 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 100 | 238 | 0.10 | 0.58 | 0 | 0.07 | 290 | 0.8 | 0.66 |
| Hex | D7 | 64 | EE | A | 3A | 0 | 7 | 122 | 50 | 42 |
| Octal | 327 | 144 | 356 | 12 | 72 | 0 | 7 | 442 | 120 | 102 |
| Binary | 11010111 | 1100100 | 11101110 | 1010 | 111010 | 0 | 111 | 100100010 | 1010000 | 1000010 |
Color Harmonies of #D764EE
Complementary color
Monochromatic Colors of #D764EE
Black with #D764EE
Text Example
Text Example
White with #D764EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D764EE; }
p { color: rgb(215,100,238); }
H1.HeaderClassName
{
color: #D764EE;
}
.AnyTagClassName
{
color: #D764EE;
}
</style>
background-color css
<style>
a { background-color: #D764EE; }
a { background-color: rgb(215,100,238); }
div.DivClassName
{
background-color: #D764EE;
}
.BgClassName
{
background-color: #D764EE;
}
</style>
border-color css
<style>
span { border-color: #D764EE; }
span { border-color: rgb(215,100,238); }
td.TdClassName
{
border-color: #D764EE;
}
.TagClassName
{
border-color: #D764EE;
}
</style>