Shades of Heliotrope #DC7CF8
Tints of Heliotrope #DC7CF8
RGB
CMYK
RGB Variations
Color information
#DC7CF8 (or 0xDC7CF8) is known color: Heliotrope. HEX triplet: DC, 7C and F8. RGB value is (220,124,248). Sum of RGB (Red+Green+Blue) = 220+124+248=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 124 (48.83% from 255 or 20.95% from 592); Blue value is 248 (97.27% from 255 or 41.89% from 592); Max value from RGB is 248 - color contains mainly: blue. Hex color #DC7CF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7CF8 is #238307. Grayscale: #A6A6A6. Windows color (decimal): -2327304 or 16284892. OLE color: 16284892.
HSL color Cylindrical-coordinate representation of color #DC7CF8: hue angle of 286.45º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC7CF8 is Cyan = 0.11, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 124 | 248 | - |
| CMYK | 0.11 | 0.5 | 0 | 0.03 |
| HSL | 286.45º | 0.9% | 0.73% | - |
| HSV(B) | 286.45º | 0.5% | 0.97% | - |
| XYZ | 53.67 | 36.41 | 93.01 | - |
| YUV | 166.84 | 173.8 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 124 | 248 | 0.11 | 0.5 | 0 | 0.03 | 286.45 | 0.9 | 0.73 |
| Hex | DC | 7C | F8 | B | 32 | 0 | 3 | 11E | 5A | 49 |
| Octal | 334 | 174 | 370 | 13 | 62 | 0 | 3 | 436 | 132 | 111 |
| Binary | 11011100 | 1111100 | 11111000 | 1011 | 110010 | 0 | 11 | 100011110 | 1011010 | 1001001 |
Color Harmonies of #DC7CF8
Complementary color
Monochromatic Colors of #DC7CF8
Black with #DC7CF8
Text Example
Text Example
White with #DC7CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7CF8; }
p { color: rgb(220,124,248); }
H1.HeaderClassName
{
color: #DC7CF8;
}
.AnyTagClassName
{
color: #DC7CF8;
}
</style>
background-color css
<style>
a { background-color: #DC7CF8; }
a { background-color: rgb(220,124,248); }
div.DivClassName
{
background-color: #DC7CF8;
}
.BgClassName
{
background-color: #DC7CF8;
}
</style>
border-color css
<style>
span { border-color: #DC7CF8; }
span { border-color: rgb(220,124,248); }
td.TdClassName
{
border-color: #DC7CF8;
}
.TagClassName
{
border-color: #DC7CF8;
}
</style>