Shades of Heliotrope #DC6AFC
Tints of Heliotrope #DC6AFC
RGB
CMYK
RGB Variations
Color information
#DC6AFC (or 0xDC6AFC) is known color: Heliotrope. HEX triplet: DC, 6A and FC. RGB value is (220,106,252). Sum of RGB (Red+Green+Blue) = 220+106+252=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 106 (41.80% from 255 or 18.34% from 578); Blue value is 252 (98.83% from 255 or 43.60% from 578); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC6AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6AFC is #239503. Grayscale: #9C9C9C. Windows color (decimal): -2331908 or 16542428. OLE color: 16542428.
HSL color Cylindrical-coordinate representation of color #DC6AFC: hue angle of 286.85º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC6AFC is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 106 | 252 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.01 |
| HSL | 286.85º | 0.96% | 0.7% | - |
| HSV(B) | 286.85º | 0.58% | 0.99% | - |
| XYZ | 52.24 | 32.55 | 95.63 | - |
| YUV | 156.73 | 181.77 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 252 | 0.13 | 0.58 | 0 | 0.01 | 286.85 | 0.96 | 0.7 |
| Hex | DC | 6A | FC | D | 3A | 0 | 1 | 11F | 60 | 46 |
| Octal | 334 | 152 | 374 | 15 | 72 | 0 | 1 | 437 | 140 | 106 |
| Binary | 11011100 | 1101010 | 11111100 | 1101 | 111010 | 0 | 1 | 100011111 | 1100000 | 1000110 |
Color Harmonies of #DC6AFC
Complementary color
Monochromatic Colors of #DC6AFC
Black with #DC6AFC
Text Example
Text Example
White with #DC6AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6AFC; }
p { color: rgb(220,106,252); }
H1.HeaderClassName
{
color: #DC6AFC;
}
.AnyTagClassName
{
color: #DC6AFC;
}
</style>
background-color css
<style>
a { background-color: #DC6AFC; }
a { background-color: rgb(220,106,252); }
div.DivClassName
{
background-color: #DC6AFC;
}
.BgClassName
{
background-color: #DC6AFC;
}
</style>
border-color css
<style>
span { border-color: #DC6AFC; }
span { border-color: rgb(220,106,252); }
td.TdClassName
{
border-color: #DC6AFC;
}
.TagClassName
{
border-color: #DC6AFC;
}
</style>