Shades of Heliotrope #D08BFC
Tints of Heliotrope #D08BFC
RGB
CMYK
RGB Variations
Color information
#D08BFC (or 0xD08BFC) is known color: Heliotrope. HEX triplet: D0, 8B and FC. RGB value is (208,139,252). Sum of RGB (Red+Green+Blue) = 208+139+252=599 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.72% from 599); Green value is 139 (54.69% from 255 or 23.21% from 599); Blue value is 252 (98.83% from 255 or 42.07% from 599); Max value from RGB is 252 - color contains mainly: blue. Hex color #D08BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08BFC is #2F7403. Grayscale: #ACACAC. Windows color (decimal): -3109892 or 16550864. OLE color: 16550864.
HSL color Cylindrical-coordinate representation of color #D08BFC: hue angle of 276.64º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D08BFC is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 139 | 252 | - |
| CMYK | 0.17 | 0.45 | 0 | 0.01 |
| HSL | 276.64º | 0.95% | 0.77% | - |
| HSV(B) | 276.64º | 0.45% | 0.99% | - |
| XYZ | 52.82 | 38.9 | 96.82 | - |
| YUV | 172.51 | 172.86 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 139 | 252 | 0.17 | 0.45 | 0 | 0.01 | 276.64 | 0.95 | 0.77 |
| Hex | D0 | 8B | FC | 11 | 2D | 0 | 1 | 115 | 5F | 4D |
| Octal | 320 | 213 | 374 | 21 | 55 | 0 | 1 | 425 | 137 | 115 |
| Binary | 11010000 | 10001011 | 11111100 | 10001 | 101101 | 0 | 1 | 100010101 | 1011111 | 1001101 |
Color Harmonies of #D08BFC
Complementary color
Monochromatic Colors of #D08BFC
Black with #D08BFC
Text Example
Text Example
White with #D08BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08BFC; }
p { color: rgb(208,139,252); }
H1.HeaderClassName
{
color: #D08BFC;
}
.AnyTagClassName
{
color: #D08BFC;
}
</style>
background-color css
<style>
a { background-color: #D08BFC; }
a { background-color: rgb(208,139,252); }
div.DivClassName
{
background-color: #D08BFC;
}
.BgClassName
{
background-color: #D08BFC;
}
</style>
border-color css
<style>
span { border-color: #D08BFC; }
span { border-color: rgb(208,139,252); }
td.TdClassName
{
border-color: #D08BFC;
}
.TagClassName
{
border-color: #D08BFC;
}
</style>