Shades of Heliotrope #D768F3
Tints of Heliotrope #D768F3
RGB
CMYK
RGB Variations
Color information
#D768F3 (or 0xD768F3) is known color: Heliotrope. HEX triplet: D7, 68 and F3. RGB value is (215,104,243). Sum of RGB (Red+Green+Blue) = 215+104+243=562 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.26% from 562); Green value is 104 (41.02% from 255 or 18.51% from 562); Blue value is 243 (95.31% from 255 or 43.24% from 562); Max value from RGB is 243 - color contains mainly: blue. Hex color #D768F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D768F3 is #28970C. Grayscale: #989898. Windows color (decimal): -2660109 or 15952087. OLE color: 15952087.
HSL color Cylindrical-coordinate representation of color #D768F3: hue angle of 287.91º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D768F3 is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 104 | 243 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.05 |
| HSL | 287.91º | 0.85% | 0.68% | - |
| HSV(B) | 287.91º | 0.57% | 0.95% | - |
| XYZ | 49.15 | 30.82 | 88.15 | - |
| YUV | 153.04 | 178.77 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 104 | 243 | 0.12 | 0.57 | 0 | 0.05 | 287.91 | 0.85 | 0.68 |
| Hex | D7 | 68 | F3 | C | 39 | 0 | 5 | 120 | 55 | 44 |
| Octal | 327 | 150 | 363 | 14 | 71 | 0 | 5 | 440 | 125 | 104 |
| Binary | 11010111 | 1101000 | 11110011 | 1100 | 111001 | 0 | 101 | 100100000 | 1010101 | 1000100 |
Color Harmonies of #D768F3
Complementary color
Monochromatic Colors of #D768F3
Black with #D768F3
Text Example
Text Example
White with #D768F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D768F3; }
p { color: rgb(215,104,243); }
H1.HeaderClassName
{
color: #D768F3;
}
.AnyTagClassName
{
color: #D768F3;
}
</style>
background-color css
<style>
a { background-color: #D768F3; }
a { background-color: rgb(215,104,243); }
div.DivClassName
{
background-color: #D768F3;
}
.BgClassName
{
background-color: #D768F3;
}
</style>
border-color css
<style>
span { border-color: #D768F3; }
span { border-color: rgb(215,104,243); }
td.TdClassName
{
border-color: #D768F3;
}
.TagClassName
{
border-color: #D768F3;
}
</style>