Shades of Heliotrope #DC6BFA
Tints of Heliotrope #DC6BFA
RGB
CMYK
RGB Variations
Color information
#DC6BFA (or 0xDC6BFA) is known color: Heliotrope. HEX triplet: DC, 6B and FA. RGB value is (220,107,250). Sum of RGB (Red+Green+Blue) = 220+107+250=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 107 (42.19% from 255 or 18.54% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC6BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6BFA is #239405. Grayscale: #9C9C9C. Windows color (decimal): -2331654 or 16411612. OLE color: 16411612.
HSL color Cylindrical-coordinate representation of color #DC6BFA: hue angle of 287.41º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC6BFA is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 107 | 250 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.02 |
| HSL | 287.41º | 0.93% | 0.7% | - |
| HSV(B) | 287.41º | 0.57% | 0.98% | - |
| XYZ | 52.03 | 32.63 | 94 | - |
| YUV | 157.09 | 180.44 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 250 | 0.12 | 0.57 | 0 | 0.02 | 287.41 | 0.93 | 0.7 |
| Hex | DC | 6B | FA | C | 39 | 0 | 2 | 11F | 5D | 46 |
| Octal | 334 | 153 | 372 | 14 | 71 | 0 | 2 | 437 | 135 | 106 |
| Binary | 11011100 | 1101011 | 11111010 | 1100 | 111001 | 0 | 10 | 100011111 | 1011101 | 1000110 |
Color Harmonies of #DC6BFA
Complementary color
Monochromatic Colors of #DC6BFA
Black with #DC6BFA
Text Example
Text Example
White with #DC6BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6BFA; }
p { color: rgb(220,107,250); }
H1.HeaderClassName
{
color: #DC6BFA;
}
.AnyTagClassName
{
color: #DC6BFA;
}
</style>
background-color css
<style>
a { background-color: #DC6BFA; }
a { background-color: rgb(220,107,250); }
div.DivClassName
{
background-color: #DC6BFA;
}
.BgClassName
{
background-color: #DC6BFA;
}
</style>
border-color css
<style>
span { border-color: #DC6BFA; }
span { border-color: rgb(220,107,250); }
td.TdClassName
{
border-color: #DC6BFA;
}
.TagClassName
{
border-color: #DC6BFA;
}
</style>