Shades of Heliotrope #D768F5
Tints of Heliotrope #D768F5
RGB
CMYK
RGB Variations
Color information
#D768F5 (or 0xD768F5) is known color: Heliotrope. HEX triplet: D7, 68 and F5. RGB value is (215,104,245). Sum of RGB (Red+Green+Blue) = 215+104+245=564 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.12% from 564); Green value is 104 (41.02% from 255 or 18.44% from 564); Blue value is 245 (96.09% from 255 or 43.44% from 564); Max value from RGB is 245 - color contains mainly: blue. Hex color #D768F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D768F5 is #28970A. Grayscale: #989898. Windows color (decimal): -2660107 or 16083159. OLE color: 16083159.
HSL color Cylindrical-coordinate representation of color #D768F5: hue angle of 287.23º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D768F5 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 215 | 104 | 245 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.04 |
| HSL | 287.23º | 0.88% | 0.68% | - |
| HSV(B) | 287.23º | 0.58% | 0.96% | - |
| XYZ | 49.46 | 30.94 | 89.75 | - |
| YUV | 153.26 | 179.77 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 104 | 245 | 0.12 | 0.58 | 0 | 0.04 | 287.23 | 0.88 | 0.68 |
| Hex | D7 | 68 | F5 | C | 3A | 0 | 4 | 11F | 58 | 44 |
| Octal | 327 | 150 | 365 | 14 | 72 | 0 | 4 | 437 | 130 | 104 |
| Binary | 11010111 | 1101000 | 11110101 | 1100 | 111010 | 0 | 100 | 100011111 | 1011000 | 1000100 |
Color Harmonies of #D768F5
Complementary color
Monochromatic Colors of #D768F5
Black with #D768F5
Text Example
Text Example
White with #D768F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D768F5; }
p { color: rgb(215,104,245); }
H1.HeaderClassName
{
color: #D768F5;
}
.AnyTagClassName
{
color: #D768F5;
}
</style>
background-color css
<style>
a { background-color: #D768F5; }
a { background-color: rgb(215,104,245); }
div.DivClassName
{
background-color: #D768F5;
}
.BgClassName
{
background-color: #D768F5;
}
</style>
border-color css
<style>
span { border-color: #D768F5; }
span { border-color: rgb(215,104,245); }
td.TdClassName
{
border-color: #D768F5;
}
.TagClassName
{
border-color: #D768F5;
}
</style>