Shades of Heliotrope #D18BFE
Tints of Heliotrope #D18BFE
RGB
CMYK
RGB Variations
Color information
#D18BFE (or 0xD18BFE) is known color: Heliotrope. HEX triplet: D1, 8B and FE. RGB value is (209,139,254). Sum of RGB (Red+Green+Blue) = 209+139+254=602 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.72% from 602); Green value is 139 (54.69% from 255 or 23.09% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #D18BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D18BFE is #2E7401. Grayscale: #ACACAC. Windows color (decimal): -3044354 or 16681937. OLE color: 16681937.
HSL color Cylindrical-coordinate representation of color #D18BFE: hue angle of 276.52º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D18BFE is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 139 | 254 | - |
| CMYK | 0.18 | 0.45 | 0 | 0.00 |
| HSL | 276.52º | 0.98% | 0.77% | - |
| HSV(B) | 276.52º | 0.45% | 1% | - |
| XYZ | 53.42 | 39.18 | 98.51 | - |
| YUV | 173.04 | 173.69 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 139 | 254 | 0.18 | 0.45 | 0 | 0.00 | 276.52 | 0.98 | 0.77 |
| Hex | D1 | 8B | FE | 12 | 2D | 0 | 0 | 115 | 62 | 4D |
| Octal | 321 | 213 | 376 | 22 | 55 | 0 | 0 | 425 | 142 | 115 |
| Binary | 11010001 | 10001011 | 11111110 | 10010 | 101101 | 0 | 0 | 100010101 | 1100010 | 1001101 |
Color Harmonies of #D18BFE
Complementary color
Monochromatic Colors of #D18BFE
Black with #D18BFE
Text Example
Text Example
White with #D18BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18BFE; }
p { color: rgb(209,139,254); }
H1.HeaderClassName
{
color: #D18BFE;
}
.AnyTagClassName
{
color: #D18BFE;
}
</style>
background-color css
<style>
a { background-color: #D18BFE; }
a { background-color: rgb(209,139,254); }
div.DivClassName
{
background-color: #D18BFE;
}
.BgClassName
{
background-color: #D18BFE;
}
</style>
border-color css
<style>
span { border-color: #D18BFE; }
span { border-color: rgb(209,139,254); }
td.TdClassName
{
border-color: #D18BFE;
}
.TagClassName
{
border-color: #D18BFE;
}
</style>