Shades of Heliotrope #E67DFC
Tints of Heliotrope #E67DFC
RGB
CMYK
RGB Variations
Color information
#E67DFC (or 0xE67DFC) is known color: Heliotrope. HEX triplet: E6, 7D and FC. RGB value is (230,125,252). Sum of RGB (Red+Green+Blue) = 230+125+252=607 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.89% from 607); Green value is 125 (49.22% from 255 or 20.59% from 607); Blue value is 252 (98.83% from 255 or 41.52% from 607); Max value from RGB is 252 - color contains mainly: blue. Hex color #E67DFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E67DFC is #198203. Grayscale: #AAAAAA. Windows color (decimal): -1671684 or 16547302. OLE color: 16547302.
HSL color Cylindrical-coordinate representation of color #E67DFC: hue angle of 289.61º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E67DFC is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 125 | 252 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.01 |
| HSL | 289.61º | 0.95% | 0.74% | - |
| HSV(B) | 289.61º | 0.5% | 0.99% | - |
| XYZ | 57.54 | 38.52 | 96.5 | - |
| YUV | 170.87 | 173.79 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 125 | 252 | 0.09 | 0.50 | 0 | 0.01 | 289.61 | 0.95 | 0.74 |
| Hex | E6 | 7D | FC | 9 | 32 | 0 | 1 | 122 | 5F | 4A |
| Octal | 346 | 175 | 374 | 11 | 62 | 0 | 1 | 442 | 137 | 112 |
| Binary | 11100110 | 1111101 | 11111100 | 1001 | 110010 | 0 | 1 | 100100010 | 1011111 | 1001010 |
Color Harmonies of #E67DFC
Complementary color
Monochromatic Colors of #E67DFC
Black with #E67DFC
Text Example
Text Example
White with #E67DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67DFC; }
p { color: rgb(230,125,252); }
H1.HeaderClassName
{
color: #E67DFC;
}
.AnyTagClassName
{
color: #E67DFC;
}
</style>
background-color css
<style>
a { background-color: #E67DFC; }
a { background-color: rgb(230,125,252); }
div.DivClassName
{
background-color: #E67DFC;
}
.BgClassName
{
background-color: #E67DFC;
}
</style>
border-color css
<style>
span { border-color: #E67DFC; }
span { border-color: rgb(230,125,252); }
td.TdClassName
{
border-color: #E67DFC;
}
.TagClassName
{
border-color: #E67DFC;
}
</style>