Shades of Heliotrope #E67CFD
Tints of Heliotrope #E67CFD
RGB
CMYK
RGB Variations
Color information
#E67CFD (or 0xE67CFD) is known color: Heliotrope. HEX triplet: E6, 7C and FD. RGB value is (230,124,253). Sum of RGB (Red+Green+Blue) = 230+124+253=607 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.89% from 607); Green value is 124 (48.83% from 255 or 20.43% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #E67CFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E67CFD is #198302. Grayscale: #A9A9A9. Windows color (decimal): -1671939 or 16612582. OLE color: 16612582.
HSL color Cylindrical-coordinate representation of color #E67CFD: hue angle of 289.3º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E67CFD is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 124 | 253 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.01 |
| HSL | 289.3º | 0.97% | 0.74% | - |
| HSV(B) | 289.3º | 0.51% | 0.99% | - |
| XYZ | 57.57 | 38.33 | 97.29 | - |
| YUV | 170.4 | 174.62 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 124 | 253 | 0.09 | 0.51 | 0 | 0.01 | 289.3 | 0.97 | 0.74 |
| Hex | E6 | 7C | FD | 9 | 33 | 0 | 1 | 121 | 61 | 4A |
| Octal | 346 | 174 | 375 | 11 | 63 | 0 | 1 | 441 | 141 | 112 |
| Binary | 11100110 | 1111100 | 11111101 | 1001 | 110011 | 0 | 1 | 100100001 | 1100001 | 1001010 |
Color Harmonies of #E67CFD
Complementary color
Monochromatic Colors of #E67CFD
Black with #E67CFD
Text Example
Text Example
White with #E67CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67CFD; }
p { color: rgb(230,124,253); }
H1.HeaderClassName
{
color: #E67CFD;
}
.AnyTagClassName
{
color: #E67CFD;
}
</style>
background-color css
<style>
a { background-color: #E67CFD; }
a { background-color: rgb(230,124,253); }
div.DivClassName
{
background-color: #E67CFD;
}
.BgClassName
{
background-color: #E67CFD;
}
</style>
border-color css
<style>
span { border-color: #E67CFD; }
span { border-color: rgb(230,124,253); }
td.TdClassName
{
border-color: #E67CFD;
}
.TagClassName
{
border-color: #E67CFD;
}
</style>