Shades of Heliotrope #DC67F1
Tints of Heliotrope #DC67F1
RGB
CMYK
RGB Variations
Color information
#DC67F1 (or 0xDC67F1) is known color: Heliotrope. HEX triplet: DC, 67 and F1. RGB value is (220,103,241). Sum of RGB (Red+Green+Blue) = 220+103+241=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 103 (40.62% from 255 or 18.26% from 564); Blue value is 241 (94.53% from 255 or 42.73% from 564); Max value from RGB is 241 - color contains mainly: blue. Hex color #DC67F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC67F1 is #23980E. Grayscale: #999999. Windows color (decimal): -2332687 or 15820764. OLE color: 15820764.
HSL color Cylindrical-coordinate representation of color #DC67F1: hue angle of 290.87º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC67F1 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 103 | 241 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.05 |
| HSL | 290.87º | 0.83% | 0.67% | - |
| HSV(B) | 290.87º | 0.57% | 0.95% | - |
| XYZ | 50.24 | 31.27 | 86.61 | - |
| YUV | 153.72 | 177.26 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 241 | 0.09 | 0.57 | 0 | 0.05 | 290.87 | 0.83 | 0.67 |
| Hex | DC | 67 | F1 | 9 | 39 | 0 | 5 | 123 | 53 | 43 |
| Octal | 334 | 147 | 361 | 11 | 71 | 0 | 5 | 443 | 123 | 103 |
| Binary | 11011100 | 1100111 | 11110001 | 1001 | 111001 | 0 | 101 | 100100011 | 1010011 | 1000011 |
Color Harmonies of #DC67F1
Complementary color
Monochromatic Colors of #DC67F1
Black with #DC67F1
Text Example
Text Example
White with #DC67F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC67F1; }
p { color: rgb(220,103,241); }
H1.HeaderClassName
{
color: #DC67F1;
}
.AnyTagClassName
{
color: #DC67F1;
}
</style>
background-color css
<style>
a { background-color: #DC67F1; }
a { background-color: rgb(220,103,241); }
div.DivClassName
{
background-color: #DC67F1;
}
.BgClassName
{
background-color: #DC67F1;
}
</style>
border-color css
<style>
span { border-color: #DC67F1; }
span { border-color: rgb(220,103,241); }
td.TdClassName
{
border-color: #DC67F1;
}
.TagClassName
{
border-color: #DC67F1;
}
</style>