Shades of Heliotrope #DC68FD
Tints of Heliotrope #DC68FD
RGB
CMYK
RGB Variations
Color information
#DC68FD (or 0xDC68FD) is known color: Heliotrope. HEX triplet: DC, 68 and FD. RGB value is (220,104,253). Sum of RGB (Red+Green+Blue) = 220+104+253=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 104 (41.02% from 255 or 18.02% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC68FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC68FD is #239702. Grayscale: #9B9B9B. Windows color (decimal): -2332419 or 16607452. OLE color: 16607452.
HSL color Cylindrical-coordinate representation of color #DC68FD: hue angle of 286.71º 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 #DC68FD is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 104 | 253 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.01 |
| HSL | 286.71º | 0.97% | 0.7% | - |
| HSV(B) | 286.71º | 0.59% | 0.99% | - |
| XYZ | 52.2 | 32.21 | 96.39 | - |
| YUV | 155.67 | 182.93 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 253 | 0.13 | 0.59 | 0 | 0.01 | 286.71 | 0.97 | 0.7 |
| Hex | DC | 68 | FD | D | 3B | 0 | 1 | 11F | 61 | 46 |
| Octal | 334 | 150 | 375 | 15 | 73 | 0 | 1 | 437 | 141 | 106 |
| Binary | 11011100 | 1101000 | 11111101 | 1101 | 111011 | 0 | 1 | 100011111 | 1100001 | 1000110 |
Color Harmonies of #DC68FD
Complementary color
Monochromatic Colors of #DC68FD
Black with #DC68FD
Text Example
Text Example
White with #DC68FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC68FD; }
p { color: rgb(220,104,253); }
H1.HeaderClassName
{
color: #DC68FD;
}
.AnyTagClassName
{
color: #DC68FD;
}
</style>
background-color css
<style>
a { background-color: #DC68FD; }
a { background-color: rgb(220,104,253); }
div.DivClassName
{
background-color: #DC68FD;
}
.BgClassName
{
background-color: #DC68FD;
}
</style>
border-color css
<style>
span { border-color: #DC68FD; }
span { border-color: rgb(220,104,253); }
td.TdClassName
{
border-color: #DC68FD;
}
.TagClassName
{
border-color: #DC68FD;
}
</style>