Shades of Heliotrope #DC5EFE
Tints of Heliotrope #DC5EFE
RGB
CMYK
RGB Variations
Color information
#DC5EFE (or 0xDC5EFE) is known color: Heliotrope. HEX triplet: DC, 5E and FE. RGB value is (220,94,254). Sum of RGB (Red+Green+Blue) = 220+94+254=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 94 (37.11% from 255 or 16.55% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC5EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC5EFE is #23A101. Grayscale: #959595. Windows color (decimal): -2334978 or 16670428. OLE color: 16670428.
HSL color Cylindrical-coordinate representation of color #DC5EFE: hue angle of 287.25º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC5EFE is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 94 | 254 | - |
| CMYK | 0.13 | 0.63 | 0 | 0.00 |
| HSL | 287.25º | 0.99% | 0.68% | - |
| HSV(B) | 287.25º | 0.63% | 1% | - |
| XYZ | 51.41 | 30.38 | 96.92 | - |
| YUV | 149.91 | 186.74 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 94 | 254 | 0.13 | 0.63 | 0 | 0.00 | 287.25 | 0.99 | 0.68 |
| Hex | DC | 5E | FE | D | 3F | 0 | 0 | 11F | 63 | 44 |
| Octal | 334 | 136 | 376 | 15 | 77 | 0 | 0 | 437 | 143 | 104 |
| Binary | 11011100 | 1011110 | 11111110 | 1101 | 111111 | 0 | 0 | 100011111 | 1100011 | 1000100 |
Color Harmonies of #DC5EFE
Complementary color
Monochromatic Colors of #DC5EFE
Black with #DC5EFE
Text Example
Text Example
White with #DC5EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5EFE; }
p { color: rgb(220,94,254); }
H1.HeaderClassName
{
color: #DC5EFE;
}
.AnyTagClassName
{
color: #DC5EFE;
}
</style>
background-color css
<style>
a { background-color: #DC5EFE; }
a { background-color: rgb(220,94,254); }
div.DivClassName
{
background-color: #DC5EFE;
}
.BgClassName
{
background-color: #DC5EFE;
}
</style>
border-color css
<style>
span { border-color: #DC5EFE; }
span { border-color: rgb(220,94,254); }
td.TdClassName
{
border-color: #DC5EFE;
}
.TagClassName
{
border-color: #DC5EFE;
}
</style>