Shades of Heliotrope #D765EE
Tints of Heliotrope #D765EE
RGB
CMYK
RGB Variations
Color information
#D765EE (or 0xD765EE) is known color: Heliotrope. HEX triplet: D7, 65 and EE. RGB value is (215,101,238). Sum of RGB (Red+Green+Blue) = 215+101+238=554 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.81% from 554); Green value is 101 (39.84% from 255 or 18.23% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #D765EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D765EE is #289A11. Grayscale: #969696. Windows color (decimal): -2660882 or 15623639. OLE color: 15623639.
HSL color Cylindrical-coordinate representation of color #D765EE: hue angle of 289.93º 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 #D765EE is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 101 | 238 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.07 |
| HSL | 289.93º | 0.8% | 0.66% | - |
| HSV(B) | 289.93º | 0.58% | 0.93% | - |
| XYZ | 48.11 | 29.93 | 84.13 | - |
| YUV | 150.7 | 177.27 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 101 | 238 | 0.10 | 0.58 | 0 | 0.07 | 289.93 | 0.8 | 0.66 |
| Hex | D7 | 65 | EE | A | 3A | 0 | 7 | 122 | 50 | 42 |
| Octal | 327 | 145 | 356 | 12 | 72 | 0 | 7 | 442 | 120 | 102 |
| Binary | 11010111 | 1100101 | 11101110 | 1010 | 111010 | 0 | 111 | 100100010 | 1010000 | 1000010 |
Color Harmonies of #D765EE
Complementary color
Monochromatic Colors of #D765EE
Black with #D765EE
Text Example
Text Example
White with #D765EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D765EE; }
p { color: rgb(215,101,238); }
H1.HeaderClassName
{
color: #D765EE;
}
.AnyTagClassName
{
color: #D765EE;
}
</style>
background-color css
<style>
a { background-color: #D765EE; }
a { background-color: rgb(215,101,238); }
div.DivClassName
{
background-color: #D765EE;
}
.BgClassName
{
background-color: #D765EE;
}
</style>
border-color css
<style>
span { border-color: #D765EE; }
span { border-color: rgb(215,101,238); }
td.TdClassName
{
border-color: #D765EE;
}
.TagClassName
{
border-color: #D765EE;
}
</style>