Shades of Heliotrope #DC6FFA
Tints of Heliotrope #DC6FFA
RGB
CMYK
RGB Variations
Color information
#DC6FFA (or 0xDC6FFA) is known color: Heliotrope. HEX triplet: DC, 6F and FA. RGB value is (220,111,250). Sum of RGB (Red+Green+Blue) = 220+111+250=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 111 (43.75% from 255 or 19.10% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC6FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6FFA is #239005. Grayscale: #9E9E9E. Windows color (decimal): -2330630 or 16412636. OLE color: 16412636.
HSL color Cylindrical-coordinate representation of color #DC6FFA: hue angle of 287.05º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC6FFA is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 111 | 250 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.02 |
| HSL | 287.05º | 0.93% | 0.71% | - |
| HSV(B) | 287.05º | 0.56% | 0.98% | - |
| XYZ | 52.45 | 33.49 | 94.14 | - |
| YUV | 159.44 | 179.11 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 111 | 250 | 0.12 | 0.56 | 0 | 0.02 | 287.05 | 0.93 | 0.71 |
| Hex | DC | 6F | FA | C | 38 | 0 | 2 | 11F | 5D | 47 |
| Octal | 334 | 157 | 372 | 14 | 70 | 0 | 2 | 437 | 135 | 107 |
| Binary | 11011100 | 1101111 | 11111010 | 1100 | 111000 | 0 | 10 | 100011111 | 1011101 | 1000111 |
Color Harmonies of #DC6FFA
Complementary color
Monochromatic Colors of #DC6FFA
Black with #DC6FFA
Text Example
Text Example
White with #DC6FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6FFA; }
p { color: rgb(220,111,250); }
H1.HeaderClassName
{
color: #DC6FFA;
}
.AnyTagClassName
{
color: #DC6FFA;
}
</style>
background-color css
<style>
a { background-color: #DC6FFA; }
a { background-color: rgb(220,111,250); }
div.DivClassName
{
background-color: #DC6FFA;
}
.BgClassName
{
background-color: #DC6FFA;
}
</style>
border-color css
<style>
span { border-color: #DC6FFA; }
span { border-color: rgb(220,111,250); }
td.TdClassName
{
border-color: #DC6FFA;
}
.TagClassName
{
border-color: #DC6FFA;
}
</style>