Shades of Heliotrope #DC6CEF
Tints of Heliotrope #DC6CEF
RGB
CMYK
RGB Variations
Color information
#DC6CEF (or 0xDC6CEF) is known color: Heliotrope. HEX triplet: DC, 6C and EF. RGB value is (220,108,239). Sum of RGB (Red+Green+Blue) = 220+108+239=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 108 (42.58% from 255 or 19.05% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC6CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6CEF is #239310. Grayscale: #9C9C9C. Windows color (decimal): -2331409 or 15690972. OLE color: 15690972.
HSL color Cylindrical-coordinate representation of color #DC6CEF: hue angle of 291.3º degrees, saturation: 0.8, 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 #DC6CEF is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 108 | 239 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.06 |
| HSL | 291.3º | 0.8% | 0.68% | - |
| HSV(B) | 291.3º | 0.55% | 0.94% | - |
| XYZ | 50.46 | 32.17 | 85.21 | - |
| YUV | 156.42 | 174.61 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 108 | 239 | 0.08 | 0.55 | 0 | 0.06 | 291.3 | 0.8 | 0.68 |
| Hex | DC | 6C | EF | 8 | 37 | 0 | 6 | 123 | 50 | 44 |
| Octal | 334 | 154 | 357 | 10 | 67 | 0 | 6 | 443 | 120 | 104 |
| Binary | 11011100 | 1101100 | 11101111 | 1000 | 110111 | 0 | 110 | 100100011 | 1010000 | 1000100 |
Color Harmonies of #DC6CEF
Complementary color
Monochromatic Colors of #DC6CEF
Black with #DC6CEF
Text Example
Text Example
White with #DC6CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6CEF; }
p { color: rgb(220,108,239); }
H1.HeaderClassName
{
color: #DC6CEF;
}
.AnyTagClassName
{
color: #DC6CEF;
}
</style>
background-color css
<style>
a { background-color: #DC6CEF; }
a { background-color: rgb(220,108,239); }
div.DivClassName
{
background-color: #DC6CEF;
}
.BgClassName
{
background-color: #DC6CEF;
}
</style>
border-color css
<style>
span { border-color: #DC6CEF; }
span { border-color: rgb(220,108,239); }
td.TdClassName
{
border-color: #DC6CEF;
}
.TagClassName
{
border-color: #DC6CEF;
}
</style>