Shades of Heliotrope #D673FA
Tints of Heliotrope #D673FA
RGB
CMYK
RGB Variations
Color information
#D673FA (or 0xD673FA) is known color: Heliotrope. HEX triplet: D6, 73 and FA. RGB value is (214,115,250). Sum of RGB (Red+Green+Blue) = 214+115+250=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 115 (45.31% from 255 or 19.86% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #D673FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D673FA is #298C05. Grayscale: #9F9F9F. Windows color (decimal): -2722822 or 16413654. OLE color: 16413654.
HSL color Cylindrical-coordinate representation of color #D673FA: hue angle of 284º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D673FA is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 115 | 250 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.02 |
| HSL | 284º | 0.93% | 0.72% | - |
| HSV(B) | 284º | 0.54% | 0.98% | - |
| XYZ | 51.12 | 33.46 | 94.21 | - |
| YUV | 159.99 | 178.8 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 115 | 250 | 0.14 | 0.54 | 0 | 0.02 | 284 | 0.93 | 0.72 |
| Hex | D6 | 73 | FA | E | 36 | 0 | 2 | 11C | 5D | 48 |
| Octal | 326 | 163 | 372 | 16 | 66 | 0 | 2 | 434 | 135 | 110 |
| Binary | 11010110 | 1110011 | 11111010 | 1110 | 110110 | 0 | 10 | 100011100 | 1011101 | 1001000 |
Color Harmonies of #D673FA
Complementary color
Monochromatic Colors of #D673FA
Black with #D673FA
Text Example
Text Example
White with #D673FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D673FA; }
p { color: rgb(214,115,250); }
H1.HeaderClassName
{
color: #D673FA;
}
.AnyTagClassName
{
color: #D673FA;
}
</style>
background-color css
<style>
a { background-color: #D673FA; }
a { background-color: rgb(214,115,250); }
div.DivClassName
{
background-color: #D673FA;
}
.BgClassName
{
background-color: #D673FA;
}
</style>
border-color css
<style>
span { border-color: #D673FA; }
span { border-color: rgb(214,115,250); }
td.TdClassName
{
border-color: #D673FA;
}
.TagClassName
{
border-color: #D673FA;
}
</style>