Shades of Heliotrope #D08AFC
Tints of Heliotrope #D08AFC
RGB
CMYK
RGB Variations
Color information
#D08AFC (or 0xD08AFC) is known color: Heliotrope. HEX triplet: D0, 8A and FC. RGB value is (208,138,252). Sum of RGB (Red+Green+Blue) = 208+138+252=598 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.78% from 598); Green value is 138 (54.30% from 255 or 23.08% from 598); Blue value is 252 (98.83% from 255 or 42.14% from 598); Max value from RGB is 252 - color contains mainly: blue. Hex color #D08AFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08AFC is #2F7503. Grayscale: #ABABAB. Windows color (decimal): -3110148 or 16550608. OLE color: 16550608.
HSL color Cylindrical-coordinate representation of color #D08AFC: hue angle of 276.84º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D08AFC is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 138 | 252 | - |
| CMYK | 0.17 | 0.45 | 0 | 0.01 |
| HSL | 276.84º | 0.95% | 0.76% | - |
| HSV(B) | 276.84º | 0.45% | 0.99% | - |
| XYZ | 52.67 | 38.62 | 96.77 | - |
| YUV | 171.93 | 173.19 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 138 | 252 | 0.17 | 0.45 | 0 | 0.01 | 276.84 | 0.95 | 0.76 |
| Hex | D0 | 8A | FC | 11 | 2D | 0 | 1 | 115 | 5F | 4C |
| Octal | 320 | 212 | 374 | 21 | 55 | 0 | 1 | 425 | 137 | 114 |
| Binary | 11010000 | 10001010 | 11111100 | 10001 | 101101 | 0 | 1 | 100010101 | 1011111 | 1001100 |
Color Harmonies of #D08AFC
Complementary color
Monochromatic Colors of #D08AFC
Black with #D08AFC
Text Example
Text Example
White with #D08AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08AFC; }
p { color: rgb(208,138,252); }
H1.HeaderClassName
{
color: #D08AFC;
}
.AnyTagClassName
{
color: #D08AFC;
}
</style>
background-color css
<style>
a { background-color: #D08AFC; }
a { background-color: rgb(208,138,252); }
div.DivClassName
{
background-color: #D08AFC;
}
.BgClassName
{
background-color: #D08AFC;
}
</style>
border-color css
<style>
span { border-color: #D08AFC; }
span { border-color: rgb(208,138,252); }
td.TdClassName
{
border-color: #D08AFC;
}
.TagClassName
{
border-color: #D08AFC;
}
</style>