Shades of Heliotrope #DC80F0
Tints of Heliotrope #DC80F0
RGB
CMYK
RGB Variations
Color information
#DC80F0 (or 0xDC80F0) is known color: Heliotrope. HEX triplet: DC, 80 and F0. RGB value is (220,128,240). Sum of RGB (Red+Green+Blue) = 220+128+240=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 128 (50.39% from 255 or 21.77% from 588); Blue value is 240 (94.14% from 255 or 40.82% from 588); Max value from RGB is 240 - color contains mainly: blue. Hex color #DC80F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC80F0 is #237F0F. Grayscale: #A7A7A7. Windows color (decimal): -2326288 or 15761628. OLE color: 15761628.
HSL color Cylindrical-coordinate representation of color #DC80F0: hue angle of 289.29º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC80F0 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 220 | 128 | 240 | - |
CMYK | 0.08 | 0.47 | 0 | 0.06 |
HSL | 289.29º | 0.79% | 0.72% | - |
HSV(B) | 289.29º | 0.47% | 0.94% | - |
XYZ | 52.96 | 36.95 | 86.78 | - |
YUV | 168.28 | 168.48 | 164.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 128 | 240 | 0.08 | 0.47 | 0 | 0.06 | 289.29 | 0.79 | 0.72 |
Hex | DC | 80 | F0 | 8 | 2F | 0 | 6 | 121 | 4F | 48 |
Octal | 334 | 200 | 360 | 10 | 57 | 0 | 6 | 441 | 117 | 110 |
Binary | 11011100 | 10000000 | 11110000 | 1000 | 101111 | 0 | 110 | 100100001 | 1001111 | 1001000 |
Color Harmonies of #DC80F0
Complementary color
Monochromatic Colors of #DC80F0
Black with #DC80F0
Text Example
Text Example
White with #DC80F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC80F0; }
p { color: rgb(220,128,240); }
H1.HeaderClassName
{
color: #DC80F0;
}
.AnyTagClassName
{
color: #DC80F0;
}
</style>
background-color css
<style>
a { background-color: #DC80F0; }
a { background-color: rgb(220,128,240); }
div.DivClassName
{
background-color: #DC80F0;
}
.BgClassName
{
background-color: #DC80F0;
}
</style>
border-color css
<style>
span { border-color: #DC80F0; }
span { border-color: rgb(220,128,240); }
td.TdClassName
{
border-color: #DC80F0;
}
.TagClassName
{
border-color: #DC80F0;
}
</style>