Shades of Heliotrope #D75CFC
Tints of Heliotrope #D75CFC
RGB
CMYK
RGB Variations
Color information
#D75CFC (or 0xD75CFC) is known color: Heliotrope. HEX triplet: D7, 5C and FC. RGB value is (215,92,252). Sum of RGB (Red+Green+Blue) = 215+92+252=559 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.46% from 559); Green value is 92 (36.33% from 255 or 16.46% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #D75CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D75CFC is #28A303. Grayscale: #929292. Windows color (decimal): -2663172 or 16538839. OLE color: 16538839.
HSL color Cylindrical-coordinate representation of color #D75CFC: hue angle of 286.12º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D75CFC is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 92 | 252 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.01 |
| HSL | 286.13º | 0.96% | 0.67% | - |
| HSV(B) | 286.13º | 0.63% | 0.99% | - |
| XYZ | 49.42 | 29.13 | 95.11 | - |
| YUV | 147.02 | 187.25 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 92 | 252 | 0.15 | 0.63 | 0 | 0.01 | 286.13 | 0.96 | 0.67 |
| Hex | D7 | 5C | FC | F | 3F | 0 | 1 | 11E | 60 | 43 |
| Octal | 327 | 134 | 374 | 17 | 77 | 0 | 1 | 436 | 140 | 103 |
| Binary | 11010111 | 1011100 | 11111100 | 1111 | 111111 | 0 | 1 | 100011110 | 1100000 | 1000011 |
Color Harmonies of #D75CFC
Complementary color
Monochromatic Colors of #D75CFC
Black with #D75CFC
Text Example
Text Example
White with #D75CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75CFC; }
p { color: rgb(215,92,252); }
H1.HeaderClassName
{
color: #D75CFC;
}
.AnyTagClassName
{
color: #D75CFC;
}
</style>
background-color css
<style>
a { background-color: #D75CFC; }
a { background-color: rgb(215,92,252); }
div.DivClassName
{
background-color: #D75CFC;
}
.BgClassName
{
background-color: #D75CFC;
}
</style>
border-color css
<style>
span { border-color: #D75CFC; }
span { border-color: rgb(215,92,252); }
td.TdClassName
{
border-color: #D75CFC;
}
.TagClassName
{
border-color: #D75CFC;
}
</style>