Shades of Heliotrope #DC6CFC
Tints of Heliotrope #DC6CFC
RGB
CMYK
RGB Variations
Color information
#DC6CFC (or 0xDC6CFC) is known color: Heliotrope. HEX triplet: DC, 6C and FC. RGB value is (220,108,252). Sum of RGB (Red+Green+Blue) = 220+108+252=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 108 (42.58% from 255 or 18.62% from 580); Blue value is 252 (98.83% from 255 or 43.45% from 580); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC6CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6CFC is #239303. Grayscale: #9D9D9D. Windows color (decimal): -2331396 or 16542940. OLE color: 16542940.
HSL color Cylindrical-coordinate representation of color #DC6CFC: hue angle of 286.67º 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 #DC6CFC is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 108 | 252 | - |
| CMYK | 0.13 | 0.57 | 0 | 0.01 |
| HSL | 286.67º | 0.96% | 0.71% | - |
| HSV(B) | 286.67º | 0.57% | 0.99% | - |
| XYZ | 52.45 | 32.97 | 95.69 | - |
| YUV | 157.9 | 181.11 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 108 | 252 | 0.13 | 0.57 | 0 | 0.01 | 286.67 | 0.96 | 0.71 |
| Hex | DC | 6C | FC | D | 39 | 0 | 1 | 11F | 60 | 47 |
| Octal | 334 | 154 | 374 | 15 | 71 | 0 | 1 | 437 | 140 | 107 |
| Binary | 11011100 | 1101100 | 11111100 | 1101 | 111001 | 0 | 1 | 100011111 | 1100000 | 1000111 |
Color Harmonies of #DC6CFC
Complementary color
Monochromatic Colors of #DC6CFC
Black with #DC6CFC
Text Example
Text Example
White with #DC6CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6CFC; }
p { color: rgb(220,108,252); }
H1.HeaderClassName
{
color: #DC6CFC;
}
.AnyTagClassName
{
color: #DC6CFC;
}
</style>
background-color css
<style>
a { background-color: #DC6CFC; }
a { background-color: rgb(220,108,252); }
div.DivClassName
{
background-color: #DC6CFC;
}
.BgClassName
{
background-color: #DC6CFC;
}
</style>
border-color css
<style>
span { border-color: #DC6CFC; }
span { border-color: rgb(220,108,252); }
td.TdClassName
{
border-color: #DC6CFC;
}
.TagClassName
{
border-color: #DC6CFC;
}
</style>