Shades of Heliotrope #DC6BEC
Tints of Heliotrope #DC6BEC
RGB
CMYK
RGB Variations
Color information
#DC6BEC (or 0xDC6BEC) is known color: Heliotrope. HEX triplet: DC, 6B and EC. RGB value is (220,107,236). Sum of RGB (Red+Green+Blue) = 220+107+236=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 107 (42.19% from 255 or 19.01% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC6BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6BEC is #239413. Grayscale: #9B9B9B. Windows color (decimal): -2331668 or 15494108. OLE color: 15494108.
HSL color Cylindrical-coordinate representation of color #DC6BEC: hue angle of 292.56º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC6BEC is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 107 | 236 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.07 |
| HSL | 292.56º | 0.77% | 0.67% | - |
| HSV(B) | 292.56º | 0.55% | 0.93% | - |
| XYZ | 49.91 | 31.79 | 82.86 | - |
| YUV | 155.49 | 173.44 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 236 | 0.07 | 0.55 | 0 | 0.07 | 292.56 | 0.77 | 0.67 |
| Hex | DC | 6B | EC | 7 | 37 | 0 | 7 | 125 | 4D | 43 |
| Octal | 334 | 153 | 354 | 7 | 67 | 0 | 7 | 445 | 115 | 103 |
| Binary | 11011100 | 1101011 | 11101100 | 111 | 110111 | 0 | 111 | 100100101 | 1001101 | 1000011 |
Color Harmonies of #DC6BEC
Complementary color
Monochromatic Colors of #DC6BEC
Black with #DC6BEC
Text Example
Text Example
White with #DC6BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6BEC; }
p { color: rgb(220,107,236); }
H1.HeaderClassName
{
color: #DC6BEC;
}
.AnyTagClassName
{
color: #DC6BEC;
}
</style>
background-color css
<style>
a { background-color: #DC6BEC; }
a { background-color: rgb(220,107,236); }
div.DivClassName
{
background-color: #DC6BEC;
}
.BgClassName
{
background-color: #DC6BEC;
}
</style>
border-color css
<style>
span { border-color: #DC6BEC; }
span { border-color: rgb(220,107,236); }
td.TdClassName
{
border-color: #DC6BEC;
}
.TagClassName
{
border-color: #DC6BEC;
}
</style>