Shades of Heliotrope #DC6FFC
Tints of Heliotrope #DC6FFC
RGB
CMYK
RGB Variations
Color information
#DC6FFC (or 0xDC6FFC) is known color: Heliotrope. HEX triplet: DC, 6F and FC. RGB value is (220,111,252). Sum of RGB (Red+Green+Blue) = 220+111+252=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 111 (43.75% from 255 or 19.04% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC6FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6FFC is #239003. Grayscale: #9F9F9F. Windows color (decimal): -2330628 or 16543708. OLE color: 16543708.
HSL color Cylindrical-coordinate representation of color #DC6FFC: hue angle of 286.38º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC6FFC is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 111 | 252 | - |
CMYK | 0.13 | 0.56 | 0 | 0.01 |
HSL | 286.38º | 0.96% | 0.71% | - |
HSV(B) | 286.38º | 0.56% | 0.99% | - |
XYZ | 52.77 | 33.61 | 95.8 | - |
YUV | 159.67 | 180.11 | 171.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 111 | 252 | 0.13 | 0.56 | 0 | 0.01 | 286.38 | 0.96 | 0.71 |
Hex | DC | 6F | FC | D | 38 | 0 | 1 | 11E | 60 | 47 |
Octal | 334 | 157 | 374 | 15 | 70 | 0 | 1 | 436 | 140 | 107 |
Binary | 11011100 | 1101111 | 11111100 | 1101 | 111000 | 0 | 1 | 100011110 | 1100000 | 1000111 |
Color Harmonies of #DC6FFC
Complementary color
Monochromatic Colors of #DC6FFC
Black with #DC6FFC
Text Example
Text Example
White with #DC6FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6FFC; }
p { color: rgb(220,111,252); }
H1.HeaderClassName
{
color: #DC6FFC;
}
.AnyTagClassName
{
color: #DC6FFC;
}
</style>
background-color css
<style>
a { background-color: #DC6FFC; }
a { background-color: rgb(220,111,252); }
div.DivClassName
{
background-color: #DC6FFC;
}
.BgClassName
{
background-color: #DC6FFC;
}
</style>
border-color css
<style>
span { border-color: #DC6FFC; }
span { border-color: rgb(220,111,252); }
td.TdClassName
{
border-color: #DC6FFC;
}
.TagClassName
{
border-color: #DC6FFC;
}
</style>