Shades of Heliotrope #D05CF6
Tints of Heliotrope #D05CF6
RGB
CMYK
RGB Variations
Color information
#D05CF6 (or 0xD05CF6) is known color: Heliotrope. HEX triplet: D0, 5C and F6. RGB value is (208,92,246). Sum of RGB (Red+Green+Blue) = 208+92+246=546 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.10% from 546); Green value is 92 (36.33% from 255 or 16.85% from 546); Blue value is 246 (96.48% from 255 or 45.05% from 546); Max value from RGB is 246 - color contains mainly: blue. Hex color #D05CF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D05CF6 is #2FA309. Grayscale: #8F8F8F. Windows color (decimal): -3121930 or 16145616. OLE color: 16145616.
HSL color Cylindrical-coordinate representation of color #D05CF6: hue angle of 285.19º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D05CF6 is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 92 | 246 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.04 |
| HSL | 285.19º | 0.9% | 0.66% | - |
| HSV(B) | 285.19º | 0.63% | 0.96% | - |
| XYZ | 46.47 | 27.72 | 90.09 | - |
| YUV | 144.24 | 185.43 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 92 | 246 | 0.15 | 0.63 | 0 | 0.04 | 285.19 | 0.9 | 0.66 |
| Hex | D0 | 5C | F6 | F | 3F | 0 | 4 | 11D | 5A | 42 |
| Octal | 320 | 134 | 366 | 17 | 77 | 0 | 4 | 435 | 132 | 102 |
| Binary | 11010000 | 1011100 | 11110110 | 1111 | 111111 | 0 | 100 | 100011101 | 1011010 | 1000010 |
Color Harmonies of #D05CF6
Complementary color
Monochromatic Colors of #D05CF6
Black with #D05CF6
Text Example
Text Example
White with #D05CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05CF6; }
p { color: rgb(208,92,246); }
H1.HeaderClassName
{
color: #D05CF6;
}
.AnyTagClassName
{
color: #D05CF6;
}
</style>
background-color css
<style>
a { background-color: #D05CF6; }
a { background-color: rgb(208,92,246); }
div.DivClassName
{
background-color: #D05CF6;
}
.BgClassName
{
background-color: #D05CF6;
}
</style>
border-color css
<style>
span { border-color: #D05CF6; }
span { border-color: rgb(208,92,246); }
td.TdClassName
{
border-color: #D05CF6;
}
.TagClassName
{
border-color: #D05CF6;
}
</style>