Shades of Heliotrope #DC6BF0
Tints of Heliotrope #DC6BF0
RGB
CMYK
RGB Variations
Color information
#DC6BF0 (or 0xDC6BF0) is known color: Heliotrope. HEX triplet: DC, 6B and F0. RGB value is (220,107,240). Sum of RGB (Red+Green+Blue) = 220+107+240=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 107 (42.19% from 255 or 18.87% from 567); Blue value is 240 (94.14% from 255 or 42.33% from 567); Max value from RGB is 240 - color contains mainly: blue. Hex color #DC6BF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6BF0 is #23940F. Grayscale: #9B9B9B. Windows color (decimal): -2331664 or 15756252. OLE color: 15756252.
HSL color Cylindrical-coordinate representation of color #DC6BF0: hue angle of 290.98º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC6BF0 is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 107 | 240 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.06 |
| HSL | 290.98º | 0.82% | 0.68% | - |
| HSV(B) | 290.98º | 0.55% | 0.94% | - |
| XYZ | 50.5 | 32.02 | 85.96 | - |
| YUV | 155.95 | 175.44 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 240 | 0.08 | 0.55 | 0 | 0.06 | 290.98 | 0.82 | 0.68 |
| Hex | DC | 6B | F0 | 8 | 37 | 0 | 6 | 123 | 52 | 44 |
| Octal | 334 | 153 | 360 | 10 | 67 | 0 | 6 | 443 | 122 | 104 |
| Binary | 11011100 | 1101011 | 11110000 | 1000 | 110111 | 0 | 110 | 100100011 | 1010010 | 1000100 |
Color Harmonies of #DC6BF0
Complementary color
Monochromatic Colors of #DC6BF0
Black with #DC6BF0
Text Example
Text Example
White with #DC6BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6BF0; }
p { color: rgb(220,107,240); }
H1.HeaderClassName
{
color: #DC6BF0;
}
.AnyTagClassName
{
color: #DC6BF0;
}
</style>
background-color css
<style>
a { background-color: #DC6BF0; }
a { background-color: rgb(220,107,240); }
div.DivClassName
{
background-color: #DC6BF0;
}
.BgClassName
{
background-color: #DC6BF0;
}
</style>
border-color css
<style>
span { border-color: #DC6BF0; }
span { border-color: rgb(220,107,240); }
td.TdClassName
{
border-color: #DC6BF0;
}
.TagClassName
{
border-color: #DC6BF0;
}
</style>