Shades of Heliotrope #DC67FD
Tints of Heliotrope #DC67FD
RGB
CMYK
RGB Variations
Color information
#DC67FD (or 0xDC67FD) is known color: Heliotrope. HEX triplet: DC, 67 and FD. RGB value is (220,103,253). Sum of RGB (Red+Green+Blue) = 220+103+253=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 103 (40.62% from 255 or 17.88% from 576); Blue value is 253 (99.22% from 255 or 43.92% from 576); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC67FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC67FD is #239802. Grayscale: #9A9A9A. Windows color (decimal): -2332675 or 16607196. OLE color: 16607196.
HSL color Cylindrical-coordinate representation of color #DC67FD: hue angle of 286.8º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC67FD is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 103 | 253 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.01 |
| HSL | 286.8º | 0.97% | 0.7% | - |
| HSV(B) | 286.8º | 0.59% | 0.99% | - |
| XYZ | 52.1 | 32.01 | 96.36 | - |
| YUV | 155.08 | 183.26 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 253 | 0.13 | 0.59 | 0 | 0.01 | 286.8 | 0.97 | 0.7 |
| Hex | DC | 67 | FD | D | 3B | 0 | 1 | 11F | 61 | 46 |
| Octal | 334 | 147 | 375 | 15 | 73 | 0 | 1 | 437 | 141 | 106 |
| Binary | 11011100 | 1100111 | 11111101 | 1101 | 111011 | 0 | 1 | 100011111 | 1100001 | 1000110 |
Color Harmonies of #DC67FD
Complementary color
Monochromatic Colors of #DC67FD
Black with #DC67FD
Text Example
Text Example
White with #DC67FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC67FD; }
p { color: rgb(220,103,253); }
H1.HeaderClassName
{
color: #DC67FD;
}
.AnyTagClassName
{
color: #DC67FD;
}
</style>
background-color css
<style>
a { background-color: #DC67FD; }
a { background-color: rgb(220,103,253); }
div.DivClassName
{
background-color: #DC67FD;
}
.BgClassName
{
background-color: #DC67FD;
}
</style>
border-color css
<style>
span { border-color: #DC67FD; }
span { border-color: rgb(220,103,253); }
td.TdClassName
{
border-color: #DC67FD;
}
.TagClassName
{
border-color: #DC67FD;
}
</style>