Shades of Heliotrope #D08BFE
Tints of Heliotrope #D08BFE
RGB
CMYK
RGB Variations
Color information
#D08BFE (or 0xD08BFE) is known color: Heliotrope. HEX triplet: D0, 8B and FE. RGB value is (208,139,254). Sum of RGB (Red+Green+Blue) = 208+139+254=601 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.61% from 601); Green value is 139 (54.69% from 255 or 23.13% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #D08BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08BFE is #2F7401. Grayscale: #ACACAC. Windows color (decimal): -3109890 or 16681936. OLE color: 16681936.
HSL color Cylindrical-coordinate representation of color #D08BFE: hue angle of 276º 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 #D08BFE is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 139 | 254 | - |
| CMYK | 0.18 | 0.45 | 0 | 0.00 |
| HSL | 276º | 0.98% | 0.77% | - |
| HSV(B) | 276º | 0.45% | 1% | - |
| XYZ | 53.13 | 39.03 | 98.5 | - |
| YUV | 172.74 | 173.86 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 139 | 254 | 0.18 | 0.45 | 0 | 0.00 | 276 | 0.98 | 0.77 |
| Hex | D0 | 8B | FE | 12 | 2D | 0 | 0 | 114 | 62 | 4D |
| Octal | 320 | 213 | 376 | 22 | 55 | 0 | 0 | 424 | 142 | 115 |
| Binary | 11010000 | 10001011 | 11111110 | 10010 | 101101 | 0 | 0 | 100010100 | 1100010 | 1001101 |
Color Harmonies of #D08BFE
Complementary color
Monochromatic Colors of #D08BFE
Black with #D08BFE
Text Example
Text Example
White with #D08BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08BFE; }
p { color: rgb(208,139,254); }
H1.HeaderClassName
{
color: #D08BFE;
}
.AnyTagClassName
{
color: #D08BFE;
}
</style>
background-color css
<style>
a { background-color: #D08BFE; }
a { background-color: rgb(208,139,254); }
div.DivClassName
{
background-color: #D08BFE;
}
.BgClassName
{
background-color: #D08BFE;
}
</style>
border-color css
<style>
span { border-color: #D08BFE; }
span { border-color: rgb(208,139,254); }
td.TdClassName
{
border-color: #D08BFE;
}
.TagClassName
{
border-color: #D08BFE;
}
</style>