Shades of Heliotrope #DC67FE
Tints of Heliotrope #DC67FE
RGB
CMYK
RGB Variations
Color information
#DC67FE (or 0xDC67FE) is known color: Heliotrope. HEX triplet: DC, 67 and FE. RGB value is (220,103,254). Sum of RGB (Red+Green+Blue) = 220+103+254=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 103 (40.62% from 255 or 17.85% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC67FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC67FE is #239801. Grayscale: #9A9A9A. Windows color (decimal): -2332674 or 16672732. OLE color: 16672732.
HSL color Cylindrical-coordinate representation of color #DC67FE: hue angle of 286.49º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC67FE is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 103 | 254 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.00 |
| HSL | 286.49º | 0.99% | 0.7% | - |
| HSV(B) | 286.49º | 0.59% | 1% | - |
| XYZ | 52.25 | 32.07 | 97.2 | - |
| YUV | 155.2 | 183.76 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 254 | 0.13 | 0.59 | 0 | 0.00 | 286.49 | 0.99 | 0.7 |
| Hex | DC | 67 | FE | D | 3B | 0 | 0 | 11E | 63 | 46 |
| Octal | 334 | 147 | 376 | 15 | 73 | 0 | 0 | 436 | 143 | 106 |
| Binary | 11011100 | 1100111 | 11111110 | 1101 | 111011 | 0 | 0 | 100011110 | 1100011 | 1000110 |
Color Harmonies of #DC67FE
Complementary color
Monochromatic Colors of #DC67FE
Black with #DC67FE
Text Example
Text Example
White with #DC67FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC67FE; }
p { color: rgb(220,103,254); }
H1.HeaderClassName
{
color: #DC67FE;
}
.AnyTagClassName
{
color: #DC67FE;
}
</style>
background-color css
<style>
a { background-color: #DC67FE; }
a { background-color: rgb(220,103,254); }
div.DivClassName
{
background-color: #DC67FE;
}
.BgClassName
{
background-color: #DC67FE;
}
</style>
border-color css
<style>
span { border-color: #DC67FE; }
span { border-color: rgb(220,103,254); }
td.TdClassName
{
border-color: #DC67FE;
}
.TagClassName
{
border-color: #DC67FE;
}
</style>