Shades of Heliotrope #D675F8
Tints of Heliotrope #D675F8
RGB
CMYK
RGB Variations
Color information
#D675F8 (or 0xD675F8) is known color: Heliotrope. HEX triplet: D6, 75 and F8. RGB value is (214,117,248). Sum of RGB (Red+Green+Blue) = 214+117+248=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 117 (46.09% from 255 or 20.21% from 579); Blue value is 248 (97.27% from 255 or 42.83% from 579); Max value from RGB is 248 - color contains mainly: blue. Hex color #D675F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D675F8 is #298A07. Grayscale: #A0A0A0. Windows color (decimal): -2722312 or 16283094. OLE color: 16283094.
HSL color Cylindrical-coordinate representation of color #D675F8: hue angle of 284.43º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D675F8 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 214 | 117 | 248 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.03 |
| HSL | 284.43º | 0.9% | 0.72% | - |
| HSV(B) | 284.43º | 0.53% | 0.97% | - |
| XYZ | 51.04 | 33.8 | 92.64 | - |
| YUV | 160.94 | 177.14 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 117 | 248 | 0.14 | 0.53 | 0 | 0.03 | 284.43 | 0.9 | 0.72 |
| Hex | D6 | 75 | F8 | E | 35 | 0 | 3 | 11C | 5A | 48 |
| Octal | 326 | 165 | 370 | 16 | 65 | 0 | 3 | 434 | 132 | 110 |
| Binary | 11010110 | 1110101 | 11111000 | 1110 | 110101 | 0 | 11 | 100011100 | 1011010 | 1001000 |
Color Harmonies of #D675F8
Complementary color
Monochromatic Colors of #D675F8
Black with #D675F8
Text Example
Text Example
White with #D675F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D675F8; }
p { color: rgb(214,117,248); }
H1.HeaderClassName
{
color: #D675F8;
}
.AnyTagClassName
{
color: #D675F8;
}
</style>
background-color css
<style>
a { background-color: #D675F8; }
a { background-color: rgb(214,117,248); }
div.DivClassName
{
background-color: #D675F8;
}
.BgClassName
{
background-color: #D675F8;
}
</style>
border-color css
<style>
span { border-color: #D675F8; }
span { border-color: rgb(214,117,248); }
td.TdClassName
{
border-color: #D675F8;
}
.TagClassName
{
border-color: #D675F8;
}
</style>