Shades of Heliotrope #D08BFF
Tints of Heliotrope #D08BFF
RGB
CMYK
RGB Variations
Color information
#D08BFF (or 0xD08BFF) is known color: Heliotrope. HEX triplet: D0, 8B and FF. RGB value is (208,139,255). Sum of RGB (Red+Green+Blue) = 208+139+255=602 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.55% from 602); Green value is 139 (54.69% from 255 or 23.09% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #D08BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08BFF is #2F7400. Grayscale: #ACACAC. Windows color (decimal): -3109889 or 16747472. OLE color: 16747472.
HSL color Cylindrical-coordinate representation of color #D08BFF: hue angle of 275.69º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D08BFF is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 139 | 255 | - |
| CMYK | 0.18 | 0.45 | 0 | 0 |
| HSL | 275.69º | 1% | 0.77% | - |
| HSV(B) | 275.69º | 0.45% | 1% | - |
| XYZ | 53.3 | 39.1 | 99.34 | - |
| YUV | 172.86 | 174.36 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 139 | 255 | 0.18 | 0.45 | 0 | 0 | 275.69 | 1 | 0.77 |
| Hex | D0 | 8B | FF | 12 | 2D | 0 | 0 | 114 | 64 | 4D |
| Octal | 320 | 213 | 377 | 22 | 55 | 0 | 0 | 424 | 144 | 115 |
| Binary | 11010000 | 10001011 | 11111111 | 10010 | 101101 | 0 | 0 | 100010100 | 1100100 | 1001101 |
Color Harmonies of #D08BFF
Complementary color
Monochromatic Colors of #D08BFF
Black with #D08BFF
Text Example
Text Example
White with #D08BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08BFF; }
p { color: rgb(208,139,255); }
H1.HeaderClassName
{
color: #D08BFF;
}
.AnyTagClassName
{
color: #D08BFF;
}
</style>
background-color css
<style>
a { background-color: #D08BFF; }
a { background-color: rgb(208,139,255); }
div.DivClassName
{
background-color: #D08BFF;
}
.BgClassName
{
background-color: #D08BFF;
}
</style>
border-color css
<style>
span { border-color: #D08BFF; }
span { border-color: rgb(208,139,255); }
td.TdClassName
{
border-color: #D08BFF;
}
.TagClassName
{
border-color: #D08BFF;
}
</style>