Shades of Heliotrope #DC6BFB
Tints of Heliotrope #DC6BFB
RGB
CMYK
RGB Variations
Color information
#DC6BFB (or 0xDC6BFB) is known color: Heliotrope. HEX triplet: DC, 6B and FB. RGB value is (220,107,251). Sum of RGB (Red+Green+Blue) = 220+107+251=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 107 (42.19% from 255 or 18.51% from 578); Blue value is 251 (98.44% from 255 or 43.43% from 578); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC6BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6BFB is #239404. Grayscale: #9C9C9C. Windows color (decimal): -2331653 or 16477148. OLE color: 16477148.
HSL color Cylindrical-coordinate representation of color #DC6BFB: hue angle of 287.08º degrees, saturation: 0.95, 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 #DC6BFB is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 107 | 251 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.02 |
| HSL | 287.08º | 0.95% | 0.7% | - |
| HSV(B) | 287.08º | 0.57% | 0.98% | - |
| XYZ | 52.19 | 32.7 | 94.83 | - |
| YUV | 157.2 | 180.94 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 251 | 0.12 | 0.57 | 0 | 0.02 | 287.08 | 0.95 | 0.7 |
| Hex | DC | 6B | FB | C | 39 | 0 | 2 | 11F | 5F | 46 |
| Octal | 334 | 153 | 373 | 14 | 71 | 0 | 2 | 437 | 137 | 106 |
| Binary | 11011100 | 1101011 | 11111011 | 1100 | 111001 | 0 | 10 | 100011111 | 1011111 | 1000110 |
Color Harmonies of #DC6BFB
Complementary color
Monochromatic Colors of #DC6BFB
Black with #DC6BFB
Text Example
Text Example
White with #DC6BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6BFB; }
p { color: rgb(220,107,251); }
H1.HeaderClassName
{
color: #DC6BFB;
}
.AnyTagClassName
{
color: #DC6BFB;
}
</style>
background-color css
<style>
a { background-color: #DC6BFB; }
a { background-color: rgb(220,107,251); }
div.DivClassName
{
background-color: #DC6BFB;
}
.BgClassName
{
background-color: #DC6BFB;
}
</style>
border-color css
<style>
span { border-color: #DC6BFB; }
span { border-color: rgb(220,107,251); }
td.TdClassName
{
border-color: #DC6BFB;
}
.TagClassName
{
border-color: #DC6BFB;
}
</style>