Shades of Heliotrope #DC6BFD
Tints of Heliotrope #DC6BFD
RGB
CMYK
RGB Variations
Color information
#DC6BFD (or 0xDC6BFD) is known color: Heliotrope. HEX triplet: DC, 6B and FD. RGB value is (220,107,253). Sum of RGB (Red+Green+Blue) = 220+107+253=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 107 (42.19% from 255 or 18.45% from 580); Blue value is 253 (99.22% from 255 or 43.62% from 580); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC6BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6BFD is #239402. Grayscale: #9C9C9C. Windows color (decimal): -2331651 or 16608220. OLE color: 16608220.
HSL color Cylindrical-coordinate representation of color #DC6BFD: hue angle of 286.44º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC6BFD is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 107 | 253 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.01 |
| HSL | 286.44º | 0.97% | 0.71% | - |
| HSV(B) | 286.44º | 0.58% | 0.99% | - |
| XYZ | 52.5 | 32.82 | 96.5 | - |
| YUV | 157.43 | 181.94 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 253 | 0.13 | 0.58 | 0 | 0.01 | 286.44 | 0.97 | 0.71 |
| Hex | DC | 6B | FD | D | 3A | 0 | 1 | 11E | 61 | 47 |
| Octal | 334 | 153 | 375 | 15 | 72 | 0 | 1 | 436 | 141 | 107 |
| Binary | 11011100 | 1101011 | 11111101 | 1101 | 111010 | 0 | 1 | 100011110 | 1100001 | 1000111 |
Color Harmonies of #DC6BFD
Complementary color
Monochromatic Colors of #DC6BFD
Black with #DC6BFD
Text Example
Text Example
White with #DC6BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6BFD; }
p { color: rgb(220,107,253); }
H1.HeaderClassName
{
color: #DC6BFD;
}
.AnyTagClassName
{
color: #DC6BFD;
}
</style>
background-color css
<style>
a { background-color: #DC6BFD; }
a { background-color: rgb(220,107,253); }
div.DivClassName
{
background-color: #DC6BFD;
}
.BgClassName
{
background-color: #DC6BFD;
}
</style>
border-color css
<style>
span { border-color: #DC6BFD; }
span { border-color: rgb(220,107,253); }
td.TdClassName
{
border-color: #DC6BFD;
}
.TagClassName
{
border-color: #DC6BFD;
}
</style>