Shades of Heliotrope #DC69FF
Tints of Heliotrope #DC69FF
RGB
CMYK
RGB Variations
Color information
#DC69FF (or 0xDC69FF) is known color: Heliotrope. HEX triplet: DC, 69 and FF. RGB value is (220,105,255). Sum of RGB (Red+Green+Blue) = 220+105+255=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 105 (41.41% from 255 or 18.10% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC69FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC69FF is #239600. Grayscale: #9C9C9C. Windows color (decimal): -2332161 or 16738780. OLE color: 16738780.
HSL color Cylindrical-coordinate representation of color #DC69FF: hue angle of 286º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC69FF is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 105 | 255 | - |
| CMYK | 0.14 | 0.59 | 0 | 0 |
| HSL | 286º | 1% | 0.71% | - |
| HSV(B) | 286º | 0.59% | 1% | - |
| XYZ | 52.62 | 32.54 | 98.12 | - |
| YUV | 156.49 | 183.6 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 255 | 0.14 | 0.59 | 0 | 0 | 286 | 1 | 0.71 |
| Hex | DC | 69 | FF | E | 3B | 0 | 0 | 11E | 64 | 47 |
| Octal | 334 | 151 | 377 | 16 | 73 | 0 | 0 | 436 | 144 | 107 |
| Binary | 11011100 | 1101001 | 11111111 | 1110 | 111011 | 0 | 0 | 100011110 | 1100100 | 1000111 |
Color Harmonies of #DC69FF
Complementary color
Monochromatic Colors of #DC69FF
Black with #DC69FF
Text Example
Text Example
White with #DC69FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC69FF; }
p { color: rgb(220,105,255); }
H1.HeaderClassName
{
color: #DC69FF;
}
.AnyTagClassName
{
color: #DC69FF;
}
</style>
background-color css
<style>
a { background-color: #DC69FF; }
a { background-color: rgb(220,105,255); }
div.DivClassName
{
background-color: #DC69FF;
}
.BgClassName
{
background-color: #DC69FF;
}
</style>
border-color css
<style>
span { border-color: #DC69FF; }
span { border-color: rgb(220,105,255); }
td.TdClassName
{
border-color: #DC69FF;
}
.TagClassName
{
border-color: #DC69FF;
}
</style>