Shades of Heliotrope #DC75FE
Tints of Heliotrope #DC75FE
RGB
CMYK
RGB Variations
Color information
#DC75FE (or 0xDC75FE) is known color: Heliotrope. HEX triplet: DC, 75 and FE. RGB value is (220,117,254). Sum of RGB (Red+Green+Blue) = 220+117+254=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 117 (46.09% from 255 or 19.80% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC75FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC75FE is #238A01. Grayscale: #A2A2A2. Windows color (decimal): -2329090 or 16676316. OLE color: 16676316.
HSL color Cylindrical-coordinate representation of color #DC75FE: hue angle of 285.11º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC75FE is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 117 | 254 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.00 |
| HSL | 285.11º | 0.99% | 0.73% | - |
| HSV(B) | 285.11º | 0.54% | 1% | - |
| XYZ | 53.77 | 35.09 | 97.71 | - |
| YUV | 163.42 | 179.12 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 254 | 0.13 | 0.54 | 0 | 0.00 | 285.11 | 0.99 | 0.73 |
| Hex | DC | 75 | FE | D | 36 | 0 | 0 | 11D | 63 | 49 |
| Octal | 334 | 165 | 376 | 15 | 66 | 0 | 0 | 435 | 143 | 111 |
| Binary | 11011100 | 1110101 | 11111110 | 1101 | 110110 | 0 | 0 | 100011101 | 1100011 | 1001001 |
Color Harmonies of #DC75FE
Complementary color
Monochromatic Colors of #DC75FE
Black with #DC75FE
Text Example
Text Example
White with #DC75FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC75FE; }
p { color: rgb(220,117,254); }
H1.HeaderClassName
{
color: #DC75FE;
}
.AnyTagClassName
{
color: #DC75FE;
}
</style>
background-color css
<style>
a { background-color: #DC75FE; }
a { background-color: rgb(220,117,254); }
div.DivClassName
{
background-color: #DC75FE;
}
.BgClassName
{
background-color: #DC75FE;
}
</style>
border-color css
<style>
span { border-color: #DC75FE; }
span { border-color: rgb(220,117,254); }
td.TdClassName
{
border-color: #DC75FE;
}
.TagClassName
{
border-color: #DC75FE;
}
</style>