Shades of Heliotrope #DC8CFF
Tints of Heliotrope #DC8CFF
RGB
CMYK
RGB Variations
Color information
#DC8CFF (or 0xDC8CFF) is known color: Heliotrope. HEX triplet: DC, 8C and FF. RGB value is (220,140,255). Sum of RGB (Red+Green+Blue) = 220+140+255=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 140 (55.08% from 255 or 22.76% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC8CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8CFF is #237300. Grayscale: #B0B0B0. Windows color (decimal): -2323201 or 16747740. OLE color: 16747740.
HSL color Cylindrical-coordinate representation of color #DC8CFF: hue angle of 281.74º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC8CFF is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 140 | 255 | - |
| CMYK | 0.14 | 0.45 | 0 | 0 |
| HSL | 281.74º | 1% | 0.77% | - |
| HSV(B) | 281.74º | 0.45% | 1% | - |
| XYZ | 56.94 | 41.19 | 99.56 | - |
| YUV | 177.03 | 172 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 140 | 255 | 0.14 | 0.45 | 0 | 0 | 281.74 | 1 | 0.77 |
| Hex | DC | 8C | FF | E | 2D | 0 | 0 | 11A | 64 | 4D |
| Octal | 334 | 214 | 377 | 16 | 55 | 0 | 0 | 432 | 144 | 115 |
| Binary | 11011100 | 10001100 | 11111111 | 1110 | 101101 | 0 | 0 | 100011010 | 1100100 | 1001101 |
Color Harmonies of #DC8CFF
Complementary color
Monochromatic Colors of #DC8CFF
Black with #DC8CFF
Text Example
Text Example
White with #DC8CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8CFF; }
p { color: rgb(220,140,255); }
H1.HeaderClassName
{
color: #DC8CFF;
}
.AnyTagClassName
{
color: #DC8CFF;
}
</style>
background-color css
<style>
a { background-color: #DC8CFF; }
a { background-color: rgb(220,140,255); }
div.DivClassName
{
background-color: #DC8CFF;
}
.BgClassName
{
background-color: #DC8CFF;
}
</style>
border-color css
<style>
span { border-color: #DC8CFF; }
span { border-color: rgb(220,140,255); }
td.TdClassName
{
border-color: #DC8CFF;
}
.TagClassName
{
border-color: #DC8CFF;
}
</style>