Shades of Heliotrope #DC6BFC
Tints of Heliotrope #DC6BFC
RGB
CMYK
RGB Variations
Color information
#DC6BFC (or 0xDC6BFC) is known color: Heliotrope. HEX triplet: DC, 6B and FC. RGB value is (220,107,252). Sum of RGB (Red+Green+Blue) = 220+107+252=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 107 (42.19% from 255 or 18.48% from 579); Blue value is 252 (98.83% from 255 or 43.52% from 579); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC6BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6BFC is #239403. Grayscale: #9C9C9C. Windows color (decimal): -2331652 or 16542684. OLE color: 16542684.
HSL color Cylindrical-coordinate representation of color #DC6BFC: hue angle of 286.76º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC6BFC is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 107 | 252 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.01 |
| HSL | 286.76º | 0.96% | 0.7% | - |
| HSV(B) | 286.76º | 0.58% | 0.99% | - |
| XYZ | 52.34 | 32.76 | 95.66 | - |
| YUV | 157.32 | 181.44 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 252 | 0.13 | 0.58 | 0 | 0.01 | 286.76 | 0.96 | 0.7 |
| Hex | DC | 6B | FC | D | 3A | 0 | 1 | 11F | 60 | 46 |
| Octal | 334 | 153 | 374 | 15 | 72 | 0 | 1 | 437 | 140 | 106 |
| Binary | 11011100 | 1101011 | 11111100 | 1101 | 111010 | 0 | 1 | 100011111 | 1100000 | 1000110 |
Color Harmonies of #DC6BFC
Complementary color
Monochromatic Colors of #DC6BFC
Black with #DC6BFC
Text Example
Text Example
White with #DC6BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6BFC; }
p { color: rgb(220,107,252); }
H1.HeaderClassName
{
color: #DC6BFC;
}
.AnyTagClassName
{
color: #DC6BFC;
}
</style>
background-color css
<style>
a { background-color: #DC6BFC; }
a { background-color: rgb(220,107,252); }
div.DivClassName
{
background-color: #DC6BFC;
}
.BgClassName
{
background-color: #DC6BFC;
}
</style>
border-color css
<style>
span { border-color: #DC6BFC; }
span { border-color: rgb(220,107,252); }
td.TdClassName
{
border-color: #DC6BFC;
}
.TagClassName
{
border-color: #DC6BFC;
}
</style>