Shades of Heliotrope #D15CFF
Tints of Heliotrope #D15CFF
RGB
CMYK
RGB Variations
Color information
#D15CFF (or 0xD15CFF) is known color: Heliotrope. HEX triplet: D1, 5C and FF. RGB value is (209,92,255). Sum of RGB (Red+Green+Blue) = 209+92+255=556 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.59% from 556); Green value is 92 (36.33% from 255 or 16.55% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #D15CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D15CFF is #2EA300. Grayscale: #919191. Windows color (decimal): -3056385 or 16735441. OLE color: 16735441.
HSL color Cylindrical-coordinate representation of color #D15CFF: hue angle of 283.07º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D15CFF is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 92 | 255 | - |
| CMYK | 0.18 | 0.64 | 0 | 0 |
| HSL | 283.07º | 1% | 0.68% | - |
| HSV(B) | 283.07º | 0.64% | 1% | - |
| XYZ | 48.17 | 28.43 | 97.56 | - |
| YUV | 145.57 | 189.76 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 92 | 255 | 0.18 | 0.64 | 0 | 0 | 283.07 | 1 | 0.68 |
| Hex | D1 | 5C | FF | 12 | 40 | 0 | 0 | 11B | 64 | 44 |
| Octal | 321 | 134 | 377 | 22 | 100 | 0 | 0 | 433 | 144 | 104 |
| Binary | 11010001 | 1011100 | 11111111 | 10010 | 1000000 | 0 | 0 | 100011011 | 1100100 | 1000100 |
Color Harmonies of #D15CFF
Complementary color
Monochromatic Colors of #D15CFF
Black with #D15CFF
Text Example
Text Example
White with #D15CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15CFF; }
p { color: rgb(209,92,255); }
H1.HeaderClassName
{
color: #D15CFF;
}
.AnyTagClassName
{
color: #D15CFF;
}
</style>
background-color css
<style>
a { background-color: #D15CFF; }
a { background-color: rgb(209,92,255); }
div.DivClassName
{
background-color: #D15CFF;
}
.BgClassName
{
background-color: #D15CFF;
}
</style>
border-color css
<style>
span { border-color: #D15CFF; }
span { border-color: rgb(209,92,255); }
td.TdClassName
{
border-color: #D15CFF;
}
.TagClassName
{
border-color: #D15CFF;
}
</style>