Shades of Heliotrope #D67AFC
Tints of Heliotrope #D67AFC
RGB
CMYK
RGB Variations
Color information
#D67AFC (or 0xD67AFC) is known color: Heliotrope. HEX triplet: D6, 7A and FC. RGB value is (214,122,252). Sum of RGB (Red+Green+Blue) = 214+122+252=588 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.39% from 588); Green value is 122 (48.05% from 255 or 20.75% from 588); Blue value is 252 (98.83% from 255 or 42.86% from 588); Max value from RGB is 252 - color contains mainly: blue. Hex color #D67AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D67AFC is #298503. Grayscale: #A3A3A3. Windows color (decimal): -2721028 or 16546518. OLE color: 16546518.
HSL color Cylindrical-coordinate representation of color #D67AFC: hue angle of 282.46º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D67AFC is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 122 | 252 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.01 |
| HSL | 282.46º | 0.96% | 0.73% | - |
| HSV(B) | 282.46º | 0.52% | 0.99% | - |
| XYZ | 52.26 | 35.24 | 96.14 | - |
| YUV | 164.33 | 177.48 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 122 | 252 | 0.15 | 0.52 | 0 | 0.01 | 282.46 | 0.96 | 0.73 |
| Hex | D6 | 7A | FC | F | 34 | 0 | 1 | 11A | 60 | 49 |
| Octal | 326 | 172 | 374 | 17 | 64 | 0 | 1 | 432 | 140 | 111 |
| Binary | 11010110 | 1111010 | 11111100 | 1111 | 110100 | 0 | 1 | 100011010 | 1100000 | 1001001 |
Color Harmonies of #D67AFC
Complementary color
Monochromatic Colors of #D67AFC
Black with #D67AFC
Text Example
Text Example
White with #D67AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67AFC; }
p { color: rgb(214,122,252); }
H1.HeaderClassName
{
color: #D67AFC;
}
.AnyTagClassName
{
color: #D67AFC;
}
</style>
background-color css
<style>
a { background-color: #D67AFC; }
a { background-color: rgb(214,122,252); }
div.DivClassName
{
background-color: #D67AFC;
}
.BgClassName
{
background-color: #D67AFC;
}
</style>
border-color css
<style>
span { border-color: #D67AFC; }
span { border-color: rgb(214,122,252); }
td.TdClassName
{
border-color: #D67AFC;
}
.TagClassName
{
border-color: #D67AFC;
}
</style>