Shades of Heliotrope #DC8AFE
Tints of Heliotrope #DC8AFE
RGB
CMYK
RGB Variations
Color information
#DC8AFE (or 0xDC8AFE) is known color: Heliotrope. HEX triplet: DC, 8A and FE. RGB value is (220,138,254). Sum of RGB (Red+Green+Blue) = 220+138+254=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 138 (54.30% from 255 or 22.55% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC8AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8AFE is #237501. Grayscale: #AFAFAF. Windows color (decimal): -2323714 or 16681692. OLE color: 16681692.
HSL color Cylindrical-coordinate representation of color #DC8AFE: hue angle of 282.41º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC8AFE is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 138 | 254 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.00 |
| HSL | 282.41º | 0.98% | 0.77% | - |
| HSV(B) | 282.41º | 0.46% | 1% | - |
| XYZ | 56.49 | 40.55 | 98.62 | - |
| YUV | 175.74 | 172.17 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 138 | 254 | 0.13 | 0.46 | 0 | 0.00 | 282.41 | 0.98 | 0.77 |
| Hex | DC | 8A | FE | D | 2E | 0 | 0 | 11A | 62 | 4D |
| Octal | 334 | 212 | 376 | 15 | 56 | 0 | 0 | 432 | 142 | 115 |
| Binary | 11011100 | 10001010 | 11111110 | 1101 | 101110 | 0 | 0 | 100011010 | 1100010 | 1001101 |
Color Harmonies of #DC8AFE
Complementary color
Monochromatic Colors of #DC8AFE
Black with #DC8AFE
Text Example
Text Example
White with #DC8AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8AFE; }
p { color: rgb(220,138,254); }
H1.HeaderClassName
{
color: #DC8AFE;
}
.AnyTagClassName
{
color: #DC8AFE;
}
</style>
background-color css
<style>
a { background-color: #DC8AFE; }
a { background-color: rgb(220,138,254); }
div.DivClassName
{
background-color: #DC8AFE;
}
.BgClassName
{
background-color: #DC8AFE;
}
</style>
border-color css
<style>
span { border-color: #DC8AFE; }
span { border-color: rgb(220,138,254); }
td.TdClassName
{
border-color: #DC8AFE;
}
.TagClassName
{
border-color: #DC8AFE;
}
</style>