Shades of Heliotrope #DC8AFF
Tints of Heliotrope #DC8AFF
RGB
CMYK
RGB Variations
Color information
#DC8AFF (or 0xDC8AFF) is known color: Heliotrope. HEX triplet: DC, 8A and FF. RGB value is (220,138,255). Sum of RGB (Red+Green+Blue) = 220+138+255=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 138 (54.30% from 255 or 22.51% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC8AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8AFF is #237500. Grayscale: #AFAFAF. Windows color (decimal): -2323713 or 16747228. OLE color: 16747228.
HSL color Cylindrical-coordinate representation of color #DC8AFF: hue angle of 282.05º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC8AFF is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 138 | 255 | - |
| CMYK | 0.14 | 0.46 | 0 | 0 |
| HSL | 282.05º | 1% | 0.77% | - |
| HSV(B) | 282.05º | 0.46% | 1% | - |
| XYZ | 56.65 | 40.61 | 99.46 | - |
| YUV | 175.86 | 172.67 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 138 | 255 | 0.14 | 0.46 | 0 | 0 | 282.05 | 1 | 0.77 |
| Hex | DC | 8A | FF | E | 2E | 0 | 0 | 11A | 64 | 4D |
| Octal | 334 | 212 | 377 | 16 | 56 | 0 | 0 | 432 | 144 | 115 |
| Binary | 11011100 | 10001010 | 11111111 | 1110 | 101110 | 0 | 0 | 100011010 | 1100100 | 1001101 |
Color Harmonies of #DC8AFF
Complementary color
Monochromatic Colors of #DC8AFF
Black with #DC8AFF
Text Example
Text Example
White with #DC8AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8AFF; }
p { color: rgb(220,138,255); }
H1.HeaderClassName
{
color: #DC8AFF;
}
.AnyTagClassName
{
color: #DC8AFF;
}
</style>
background-color css
<style>
a { background-color: #DC8AFF; }
a { background-color: rgb(220,138,255); }
div.DivClassName
{
background-color: #DC8AFF;
}
.BgClassName
{
background-color: #DC8AFF;
}
</style>
border-color css
<style>
span { border-color: #DC8AFF; }
span { border-color: rgb(220,138,255); }
td.TdClassName
{
border-color: #DC8AFF;
}
.TagClassName
{
border-color: #DC8AFF;
}
</style>