Shades of Heliotrope #D675FB
Tints of Heliotrope #D675FB
RGB
CMYK
RGB Variations
Color information
#D675FB (or 0xD675FB) is known color: Heliotrope. HEX triplet: D6, 75 and FB. RGB value is (214,117,251). Sum of RGB (Red+Green+Blue) = 214+117+251=582 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.77% from 582); Green value is 117 (46.09% from 255 or 20.10% from 582); Blue value is 251 (98.44% from 255 or 43.13% from 582); Max value from RGB is 251 - color contains mainly: blue. Hex color #D675FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D675FB is #298A04. Grayscale: #A0A0A0. Windows color (decimal): -2722309 or 16479702. OLE color: 16479702.
HSL color Cylindrical-coordinate representation of color #D675FB: hue angle of 283.43º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D675FB is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 117 | 251 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.02 |
| HSL | 283.43º | 0.94% | 0.72% | - |
| HSV(B) | 283.43º | 0.53% | 0.98% | - |
| XYZ | 51.51 | 33.98 | 95.11 | - |
| YUV | 161.28 | 178.64 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 117 | 251 | 0.15 | 0.53 | 0 | 0.02 | 283.43 | 0.94 | 0.72 |
| Hex | D6 | 75 | FB | F | 35 | 0 | 2 | 11B | 5E | 48 |
| Octal | 326 | 165 | 373 | 17 | 65 | 0 | 2 | 433 | 136 | 110 |
| Binary | 11010110 | 1110101 | 11111011 | 1111 | 110101 | 0 | 10 | 100011011 | 1011110 | 1001000 |
Color Harmonies of #D675FB
Complementary color
Monochromatic Colors of #D675FB
Black with #D675FB
Text Example
Text Example
White with #D675FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D675FB; }
p { color: rgb(214,117,251); }
H1.HeaderClassName
{
color: #D675FB;
}
.AnyTagClassName
{
color: #D675FB;
}
</style>
background-color css
<style>
a { background-color: #D675FB; }
a { background-color: rgb(214,117,251); }
div.DivClassName
{
background-color: #D675FB;
}
.BgClassName
{
background-color: #D675FB;
}
</style>
border-color css
<style>
span { border-color: #D675FB; }
span { border-color: rgb(214,117,251); }
td.TdClassName
{
border-color: #D675FB;
}
.TagClassName
{
border-color: #D675FB;
}
</style>