Shades of Heliotrope #DC6EFB
Tints of Heliotrope #DC6EFB
RGB
CMYK
RGB Variations
Color information
#DC6EFB (or 0xDC6EFB) is known color: Heliotrope. HEX triplet: DC, 6E and FB. RGB value is (220,110,251). Sum of RGB (Red+Green+Blue) = 220+110+251=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 110 (43.36% from 255 or 18.93% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC6EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6EFB is #239104. Grayscale: #9E9E9E. Windows color (decimal): -2330885 or 16477916. OLE color: 16477916.
HSL color Cylindrical-coordinate representation of color #DC6EFB: hue angle of 286.81º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC6EFB is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 110 | 251 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.02 |
| HSL | 286.81º | 0.95% | 0.71% | - |
| HSV(B) | 286.81º | 0.56% | 0.98% | - |
| XYZ | 52.5 | 33.33 | 94.93 | - |
| YUV | 158.96 | 179.94 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 110 | 251 | 0.12 | 0.56 | 0 | 0.02 | 286.81 | 0.95 | 0.71 |
| Hex | DC | 6E | FB | C | 38 | 0 | 2 | 11F | 5F | 47 |
| Octal | 334 | 156 | 373 | 14 | 70 | 0 | 2 | 437 | 137 | 107 |
| Binary | 11011100 | 1101110 | 11111011 | 1100 | 111000 | 0 | 10 | 100011111 | 1011111 | 1000111 |
Color Harmonies of #DC6EFB
Complementary color
Monochromatic Colors of #DC6EFB
Black with #DC6EFB
Text Example
Text Example
White with #DC6EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6EFB; }
p { color: rgb(220,110,251); }
H1.HeaderClassName
{
color: #DC6EFB;
}
.AnyTagClassName
{
color: #DC6EFB;
}
</style>
background-color css
<style>
a { background-color: #DC6EFB; }
a { background-color: rgb(220,110,251); }
div.DivClassName
{
background-color: #DC6EFB;
}
.BgClassName
{
background-color: #DC6EFB;
}
</style>
border-color css
<style>
span { border-color: #DC6EFB; }
span { border-color: rgb(220,110,251); }
td.TdClassName
{
border-color: #DC6EFB;
}
.TagClassName
{
border-color: #DC6EFB;
}
</style>