Shades of Heliotrope #D15AFC
Tints of Heliotrope #D15AFC
RGB
CMYK
RGB Variations
Color information
#D15AFC (or 0xD15AFC) is known color: Heliotrope. HEX triplet: D1, 5A and FC. RGB value is (209,90,252). Sum of RGB (Red+Green+Blue) = 209+90+252=551 (72% of max value = 765). Red value is 209 (82.03% from 255 or 37.93% from 551); Green value is 90 (35.55% from 255 or 16.33% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #D15AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D15AFC is #2EA503. Grayscale: #8F8F8F. Windows color (decimal): -3056900 or 16538321. OLE color: 16538321.
HSL color Cylindrical-coordinate representation of color #D15AFC: hue angle of 284.07º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D15AFC is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 90 | 252 | - |
| CMYK | 0.17 | 0.64 | 0 | 0.01 |
| HSL | 284.07º | 0.96% | 0.67% | - |
| HSV(B) | 284.07º | 0.64% | 0.99% | - |
| XYZ | 47.52 | 27.9 | 94.98 | - |
| YUV | 144.05 | 188.92 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 90 | 252 | 0.17 | 0.64 | 0 | 0.01 | 284.07 | 0.96 | 0.67 |
| Hex | D1 | 5A | FC | 11 | 40 | 0 | 1 | 11C | 60 | 43 |
| Octal | 321 | 132 | 374 | 21 | 100 | 0 | 1 | 434 | 140 | 103 |
| Binary | 11010001 | 1011010 | 11111100 | 10001 | 1000000 | 0 | 1 | 100011100 | 1100000 | 1000011 |
Color Harmonies of #D15AFC
Complementary color
Monochromatic Colors of #D15AFC
Black with #D15AFC
Text Example
Text Example
White with #D15AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15AFC; }
p { color: rgb(209,90,252); }
H1.HeaderClassName
{
color: #D15AFC;
}
.AnyTagClassName
{
color: #D15AFC;
}
</style>
background-color css
<style>
a { background-color: #D15AFC; }
a { background-color: rgb(209,90,252); }
div.DivClassName
{
background-color: #D15AFC;
}
.BgClassName
{
background-color: #D15AFC;
}
</style>
border-color css
<style>
span { border-color: #D15AFC; }
span { border-color: rgb(209,90,252); }
td.TdClassName
{
border-color: #D15AFC;
}
.TagClassName
{
border-color: #D15AFC;
}
</style>