Shades of Heliotrope #DC7FFE
Tints of Heliotrope #DC7FFE
RGB
CMYK
RGB Variations
Color information
#DC7FFE (or 0xDC7FFE) is known color: Heliotrope. HEX triplet: DC, 7F and FE. RGB value is (220,127,254). Sum of RGB (Red+Green+Blue) = 220+127+254=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 127 (50% from 255 or 21.13% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC7FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7FFE is #238001. Grayscale: #A8A8A8. Windows color (decimal): -2326530 or 16678876. OLE color: 16678876.
HSL color Cylindrical-coordinate representation of color #DC7FFE: hue angle of 283.94º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC7FFE is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 127 | 254 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.00 |
| HSL | 283.94º | 0.98% | 0.75% | - |
| HSV(B) | 283.94º | 0.5% | 1% | - |
| XYZ | 54.99 | 37.55 | 98.12 | - |
| YUV | 169.29 | 175.81 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 127 | 254 | 0.13 | 0.50 | 0 | 0.00 | 283.94 | 0.98 | 0.75 |
| Hex | DC | 7F | FE | D | 32 | 0 | 0 | 11C | 62 | 4B |
| Octal | 334 | 177 | 376 | 15 | 62 | 0 | 0 | 434 | 142 | 113 |
| Binary | 11011100 | 1111111 | 11111110 | 1101 | 110010 | 0 | 0 | 100011100 | 1100010 | 1001011 |
Color Harmonies of #DC7FFE
Complementary color
Monochromatic Colors of #DC7FFE
Black with #DC7FFE
Text Example
Text Example
White with #DC7FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7FFE; }
p { color: rgb(220,127,254); }
H1.HeaderClassName
{
color: #DC7FFE;
}
.AnyTagClassName
{
color: #DC7FFE;
}
</style>
background-color css
<style>
a { background-color: #DC7FFE; }
a { background-color: rgb(220,127,254); }
div.DivClassName
{
background-color: #DC7FFE;
}
.BgClassName
{
background-color: #DC7FFE;
}
</style>
border-color css
<style>
span { border-color: #DC7FFE; }
span { border-color: rgb(220,127,254); }
td.TdClassName
{
border-color: #DC7FFE;
}
.TagClassName
{
border-color: #DC7FFE;
}
</style>