Shades of Heliotrope #DC7FF8
Tints of Heliotrope #DC7FF8
RGB
CMYK
RGB Variations
Color information
#DC7FF8 (or 0xDC7FF8) is known color: Heliotrope. HEX triplet: DC, 7F and F8. RGB value is (220,127,248). Sum of RGB (Red+Green+Blue) = 220+127+248=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 127 (50% from 255 or 21.34% from 595); Blue value is 248 (97.27% from 255 or 41.68% from 595); Max value from RGB is 248 - color contains mainly: blue. Hex color #DC7FF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7FF8 is #238007. Grayscale: #A8A8A8. Windows color (decimal): -2326536 or 16285660. OLE color: 16285660.
HSL color Cylindrical-coordinate representation of color #DC7FF8: hue angle of 286.12º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC7FF8 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 127 | 248 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.03 |
| HSL | 286.12º | 0.9% | 0.74% | - |
| HSV(B) | 286.12º | 0.49% | 0.97% | - |
| XYZ | 54.05 | 37.17 | 93.13 | - |
| YUV | 168.6 | 172.81 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 127 | 248 | 0.11 | 0.49 | 0 | 0.03 | 286.12 | 0.9 | 0.74 |
| Hex | DC | 7F | F8 | B | 31 | 0 | 3 | 11E | 5A | 4A |
| Octal | 334 | 177 | 370 | 13 | 61 | 0 | 3 | 436 | 132 | 112 |
| Binary | 11011100 | 1111111 | 11111000 | 1011 | 110001 | 0 | 11 | 100011110 | 1011010 | 1001010 |
Color Harmonies of #DC7FF8
Complementary color
Monochromatic Colors of #DC7FF8
Black with #DC7FF8
Text Example
Text Example
White with #DC7FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7FF8; }
p { color: rgb(220,127,248); }
H1.HeaderClassName
{
color: #DC7FF8;
}
.AnyTagClassName
{
color: #DC7FF8;
}
</style>
background-color css
<style>
a { background-color: #DC7FF8; }
a { background-color: rgb(220,127,248); }
div.DivClassName
{
background-color: #DC7FF8;
}
.BgClassName
{
background-color: #DC7FF8;
}
</style>
border-color css
<style>
span { border-color: #DC7FF8; }
span { border-color: rgb(220,127,248); }
td.TdClassName
{
border-color: #DC7FF8;
}
.TagClassName
{
border-color: #DC7FF8;
}
</style>