Shades of Heliotrope #D76CF2
Tints of Heliotrope #D76CF2
RGB
CMYK
RGB Variations
Color information
#D76CF2 (or 0xD76CF2) is known color: Heliotrope. HEX triplet: D7, 6C and F2. RGB value is (215,108,242). Sum of RGB (Red+Green+Blue) = 215+108+242=565 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.05% from 565); Green value is 108 (42.58% from 255 or 19.12% from 565); Blue value is 242 (94.92% from 255 or 42.83% from 565); Max value from RGB is 242 - color contains mainly: blue. Hex color #D76CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D76CF2 is #28930D. Grayscale: #9A9A9A. Windows color (decimal): -2659086 or 15887575. OLE color: 15887575.
HSL color Cylindrical-coordinate representation of color #D76CF2: hue angle of 287.91º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D76CF2 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 108 | 242 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.05 |
| HSL | 287.91º | 0.84% | 0.69% | - |
| HSV(B) | 287.91º | 0.55% | 0.95% | - |
| XYZ | 49.41 | 31.58 | 87.5 | - |
| YUV | 155.27 | 176.95 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 108 | 242 | 0.11 | 0.55 | 0 | 0.05 | 287.91 | 0.84 | 0.69 |
| Hex | D7 | 6C | F2 | B | 37 | 0 | 5 | 120 | 54 | 45 |
| Octal | 327 | 154 | 362 | 13 | 67 | 0 | 5 | 440 | 124 | 105 |
| Binary | 11010111 | 1101100 | 11110010 | 1011 | 110111 | 0 | 101 | 100100000 | 1010100 | 1000101 |
Color Harmonies of #D76CF2
Complementary color
Monochromatic Colors of #D76CF2
Black with #D76CF2
Text Example
Text Example
White with #D76CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76CF2; }
p { color: rgb(215,108,242); }
H1.HeaderClassName
{
color: #D76CF2;
}
.AnyTagClassName
{
color: #D76CF2;
}
</style>
background-color css
<style>
a { background-color: #D76CF2; }
a { background-color: rgb(215,108,242); }
div.DivClassName
{
background-color: #D76CF2;
}
.BgClassName
{
background-color: #D76CF2;
}
</style>
border-color css
<style>
span { border-color: #D76CF2; }
span { border-color: rgb(215,108,242); }
td.TdClassName
{
border-color: #D76CF2;
}
.TagClassName
{
border-color: #D76CF2;
}
</style>