Shades of Heliotrope #DC8FF8
Tints of Heliotrope #DC8FF8
RGB
CMYK
RGB Variations
Color information
#DC8FF8 (or 0xDC8FF8) is known color: Heliotrope. HEX triplet: DC, 8F and F8. RGB value is (220,143,248). Sum of RGB (Red+Green+Blue) = 220+143+248=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 143 (56.25% from 255 or 23.40% from 611); Blue value is 248 (97.27% from 255 or 40.59% from 611); Max value from RGB is 248 - color contains mainly: blue. Hex color #DC8FF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8FF8 is #237007. Grayscale: #B1B1B1. Windows color (decimal): -2322440 or 16289756. OLE color: 16289756.
HSL color Cylindrical-coordinate representation of color #DC8FF8: hue angle of 284º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC8FF8 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 143 | 248 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.03 |
| HSL | 284º | 0.88% | 0.77% | - |
| HSV(B) | 284º | 0.42% | 0.97% | - |
| XYZ | 56.28 | 41.64 | 93.88 | - |
| YUV | 177.99 | 167.51 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 248 | 0.11 | 0.42 | 0 | 0.03 | 284 | 0.88 | 0.77 |
| Hex | DC | 8F | F8 | B | 2A | 0 | 3 | 11C | 58 | 4D |
| Octal | 334 | 217 | 370 | 13 | 52 | 0 | 3 | 434 | 130 | 115 |
| Binary | 11011100 | 10001111 | 11111000 | 1011 | 101010 | 0 | 11 | 100011100 | 1011000 | 1001101 |
Color Harmonies of #DC8FF8
Complementary color
Monochromatic Colors of #DC8FF8
Black with #DC8FF8
Text Example
Text Example
White with #DC8FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8FF8; }
p { color: rgb(220,143,248); }
H1.HeaderClassName
{
color: #DC8FF8;
}
.AnyTagClassName
{
color: #DC8FF8;
}
</style>
background-color css
<style>
a { background-color: #DC8FF8; }
a { background-color: rgb(220,143,248); }
div.DivClassName
{
background-color: #DC8FF8;
}
.BgClassName
{
background-color: #DC8FF8;
}
</style>
border-color css
<style>
span { border-color: #DC8FF8; }
span { border-color: rgb(220,143,248); }
td.TdClassName
{
border-color: #DC8FF8;
}
.TagClassName
{
border-color: #DC8FF8;
}
</style>