Shades of Heliotrope #D75AFC
Tints of Heliotrope #D75AFC
RGB
CMYK
RGB Variations
Color information
#D75AFC (or 0xD75AFC) is known color: Heliotrope. HEX triplet: D7, 5A and FC. RGB value is (215,90,252). Sum of RGB (Red+Green+Blue) = 215+90+252=557 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.60% from 557); Green value is 90 (35.55% from 255 or 16.16% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #D75AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D75AFC is #28A503. Grayscale: #919191. Windows color (decimal): -2663684 or 16538327. OLE color: 16538327.
HSL color Cylindrical-coordinate representation of color #D75AFC: hue angle of 286.3º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D75AFC is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 90 | 252 | - |
| CMYK | 0.15 | 0.64 | 0 | 0.01 |
| HSL | 286.3º | 0.96% | 0.67% | - |
| HSV(B) | 286.3º | 0.64% | 0.99% | - |
| XYZ | 49.25 | 28.79 | 95.06 | - |
| YUV | 145.84 | 187.91 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 90 | 252 | 0.15 | 0.64 | 0 | 0.01 | 286.3 | 0.96 | 0.67 |
| Hex | D7 | 5A | FC | F | 40 | 0 | 1 | 11E | 60 | 43 |
| Octal | 327 | 132 | 374 | 17 | 100 | 0 | 1 | 436 | 140 | 103 |
| Binary | 11010111 | 1011010 | 11111100 | 1111 | 1000000 | 0 | 1 | 100011110 | 1100000 | 1000011 |
Color Harmonies of #D75AFC
Complementary color
Monochromatic Colors of #D75AFC
Black with #D75AFC
Text Example
Text Example
White with #D75AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75AFC; }
p { color: rgb(215,90,252); }
H1.HeaderClassName
{
color: #D75AFC;
}
.AnyTagClassName
{
color: #D75AFC;
}
</style>
background-color css
<style>
a { background-color: #D75AFC; }
a { background-color: rgb(215,90,252); }
div.DivClassName
{
background-color: #D75AFC;
}
.BgClassName
{
background-color: #D75AFC;
}
</style>
border-color css
<style>
span { border-color: #D75AFC; }
span { border-color: rgb(215,90,252); }
td.TdClassName
{
border-color: #D75AFC;
}
.TagClassName
{
border-color: #D75AFC;
}
</style>