Shades of Heliotrope #DC6DFC
Tints of Heliotrope #DC6DFC
RGB
CMYK
RGB Variations
Color information
#DC6DFC (or 0xDC6DFC) is known color: Heliotrope. HEX triplet: DC, 6D and FC. RGB value is (220,109,252). Sum of RGB (Red+Green+Blue) = 220+109+252=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 109 (42.97% from 255 or 18.76% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC6DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6DFC is #239203. Grayscale: #9E9E9E. Windows color (decimal): -2331140 or 16543196. OLE color: 16543196.
HSL color Cylindrical-coordinate representation of color #DC6DFC: hue angle of 286.57º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC6DFC is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 109 | 252 | - |
CMYK | 0.13 | 0.57 | 0 | 0.01 |
HSL | 286.57º | 0.96% | 0.71% | - |
HSV(B) | 286.57º | 0.57% | 0.99% | - |
XYZ | 52.55 | 33.18 | 95.73 | - |
YUV | 158.49 | 180.77 | 171.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 109 | 252 | 0.13 | 0.57 | 0 | 0.01 | 286.57 | 0.96 | 0.71 |
Hex | DC | 6D | FC | D | 39 | 0 | 1 | 11F | 60 | 47 |
Octal | 334 | 155 | 374 | 15 | 71 | 0 | 1 | 437 | 140 | 107 |
Binary | 11011100 | 1101101 | 11111100 | 1101 | 111001 | 0 | 1 | 100011111 | 1100000 | 1000111 |
Color Harmonies of #DC6DFC
Complementary color
Monochromatic Colors of #DC6DFC
Black with #DC6DFC
Text Example
Text Example
White with #DC6DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6DFC; }
p { color: rgb(220,109,252); }
H1.HeaderClassName
{
color: #DC6DFC;
}
.AnyTagClassName
{
color: #DC6DFC;
}
</style>
background-color css
<style>
a { background-color: #DC6DFC; }
a { background-color: rgb(220,109,252); }
div.DivClassName
{
background-color: #DC6DFC;
}
.BgClassName
{
background-color: #DC6DFC;
}
</style>
border-color css
<style>
span { border-color: #DC6DFC; }
span { border-color: rgb(220,109,252); }
td.TdClassName
{
border-color: #DC6DFC;
}
.TagClassName
{
border-color: #DC6DFC;
}
</style>