Shades of Heliotrope #D766F2
Tints of Heliotrope #D766F2
RGB
CMYK
RGB Variations
Color information
#D766F2 (or 0xD766F2) is known color: Heliotrope. HEX triplet: D7, 66 and F2. RGB value is (215,102,242). Sum of RGB (Red+Green+Blue) = 215+102+242=559 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.46% from 559); Green value is 102 (40.23% from 255 or 18.25% from 559); Blue value is 242 (94.92% from 255 or 43.29% from 559); Max value from RGB is 242 - color contains mainly: blue. Hex color #D766F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D766F2 is #28990D. Grayscale: #979797. Windows color (decimal): -2660622 or 15886039. OLE color: 15886039.
HSL color Cylindrical-coordinate representation of color #D766F2: hue angle of 288.43º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D766F2 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 102 | 242 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.05 |
| HSL | 288.43º | 0.84% | 0.67% | - |
| HSV(B) | 288.43º | 0.58% | 0.95% | - |
| XYZ | 48.8 | 30.36 | 87.29 | - |
| YUV | 151.75 | 178.94 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 102 | 242 | 0.11 | 0.58 | 0 | 0.05 | 288.43 | 0.84 | 0.67 |
| Hex | D7 | 66 | F2 | B | 3A | 0 | 5 | 120 | 54 | 43 |
| Octal | 327 | 146 | 362 | 13 | 72 | 0 | 5 | 440 | 124 | 103 |
| Binary | 11010111 | 1100110 | 11110010 | 1011 | 111010 | 0 | 101 | 100100000 | 1010100 | 1000011 |
Color Harmonies of #D766F2
Complementary color
Monochromatic Colors of #D766F2
Black with #D766F2
Text Example
Text Example
White with #D766F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D766F2; }
p { color: rgb(215,102,242); }
H1.HeaderClassName
{
color: #D766F2;
}
.AnyTagClassName
{
color: #D766F2;
}
</style>
background-color css
<style>
a { background-color: #D766F2; }
a { background-color: rgb(215,102,242); }
div.DivClassName
{
background-color: #D766F2;
}
.BgClassName
{
background-color: #D766F2;
}
</style>
border-color css
<style>
span { border-color: #D766F2; }
span { border-color: rgb(215,102,242); }
td.TdClassName
{
border-color: #D766F2;
}
.TagClassName
{
border-color: #D766F2;
}
</style>