Shades of Heliotrope #DC8AFB
Tints of Heliotrope #DC8AFB
RGB
CMYK
RGB Variations
Color information
#DC8AFB (or 0xDC8AFB) is known color: Heliotrope. HEX triplet: DC, 8A and FB. RGB value is (220,138,251). Sum of RGB (Red+Green+Blue) = 220+138+251=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 138 (54.30% from 255 or 22.66% from 609); Blue value is 251 (98.44% from 255 or 41.22% from 609); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC8AFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8AFB is #237504. Grayscale: #AFAFAF. Windows color (decimal): -2323717 or 16485084. OLE color: 16485084.
HSL color Cylindrical-coordinate representation of color #DC8AFB: hue angle of 283.54º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC8AFB is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 138 | 251 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.02 |
| HSL | 283.54º | 0.93% | 0.76% | - |
| HSV(B) | 283.54º | 0.45% | 0.98% | - |
| XYZ | 56.02 | 40.36 | 96.1 | - |
| YUV | 175.4 | 170.67 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 138 | 251 | 0.12 | 0.45 | 0 | 0.02 | 283.54 | 0.93 | 0.76 |
| Hex | DC | 8A | FB | C | 2D | 0 | 2 | 11C | 5D | 4C |
| Octal | 334 | 212 | 373 | 14 | 55 | 0 | 2 | 434 | 135 | 114 |
| Binary | 11011100 | 10001010 | 11111011 | 1100 | 101101 | 0 | 10 | 100011100 | 1011101 | 1001100 |
Color Harmonies of #DC8AFB
Complementary color
Monochromatic Colors of #DC8AFB
Black with #DC8AFB
Text Example
Text Example
White with #DC8AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8AFB; }
p { color: rgb(220,138,251); }
H1.HeaderClassName
{
color: #DC8AFB;
}
.AnyTagClassName
{
color: #DC8AFB;
}
</style>
background-color css
<style>
a { background-color: #DC8AFB; }
a { background-color: rgb(220,138,251); }
div.DivClassName
{
background-color: #DC8AFB;
}
.BgClassName
{
background-color: #DC8AFB;
}
</style>
border-color css
<style>
span { border-color: #DC8AFB; }
span { border-color: rgb(220,138,251); }
td.TdClassName
{
border-color: #DC8AFB;
}
.TagClassName
{
border-color: #DC8AFB;
}
</style>