Shades of Heliotrope #DC75FF
Tints of Heliotrope #DC75FF
RGB
CMYK
RGB Variations
Color information
#DC75FF (or 0xDC75FF) is known color: Heliotrope. HEX triplet: DC, 75 and FF. RGB value is (220,117,255). Sum of RGB (Red+Green+Blue) = 220+117+255=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 117 (46.09% from 255 or 19.76% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC75FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC75FF is #238A00. Grayscale: #A3A3A3. Windows color (decimal): -2329089 or 16741852. OLE color: 16741852.
HSL color Cylindrical-coordinate representation of color #DC75FF: hue angle of 284.78º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC75FF is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 117 | 255 | - |
| CMYK | 0.14 | 0.54 | 0 | 0 |
| HSL | 284.78º | 1% | 0.73% | - |
| HSV(B) | 284.78º | 0.54% | 1% | - |
| XYZ | 53.93 | 35.16 | 98.55 | - |
| YUV | 163.53 | 179.62 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 255 | 0.14 | 0.54 | 0 | 0 | 284.78 | 1 | 0.73 |
| Hex | DC | 75 | FF | E | 36 | 0 | 0 | 11D | 64 | 49 |
| Octal | 334 | 165 | 377 | 16 | 66 | 0 | 0 | 435 | 144 | 111 |
| Binary | 11011100 | 1110101 | 11111111 | 1110 | 110110 | 0 | 0 | 100011101 | 1100100 | 1001001 |
Color Harmonies of #DC75FF
Complementary color
Monochromatic Colors of #DC75FF
Black with #DC75FF
Text Example
Text Example
White with #DC75FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC75FF; }
p { color: rgb(220,117,255); }
H1.HeaderClassName
{
color: #DC75FF;
}
.AnyTagClassName
{
color: #DC75FF;
}
</style>
background-color css
<style>
a { background-color: #DC75FF; }
a { background-color: rgb(220,117,255); }
div.DivClassName
{
background-color: #DC75FF;
}
.BgClassName
{
background-color: #DC75FF;
}
</style>
border-color css
<style>
span { border-color: #DC75FF; }
span { border-color: rgb(220,117,255); }
td.TdClassName
{
border-color: #DC75FF;
}
.TagClassName
{
border-color: #DC75FF;
}
</style>