Shades of Heliotrope #D68CF5
Tints of Heliotrope #D68CF5
RGB
CMYK
RGB Variations
Color information
#D68CF5 (or 0xD68CF5) is known color: Heliotrope. HEX triplet: D6, 8C and F5. RGB value is (214,140,245). Sum of RGB (Red+Green+Blue) = 214+140+245=599 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.73% from 599); Green value is 140 (55.08% from 255 or 23.37% from 599); Blue value is 245 (96.09% from 255 or 40.90% from 599); Max value from RGB is 245 - color contains mainly: blue. Hex color #D68CF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68CF5 is #29730A. Grayscale: #ADADAD. Windows color (decimal): -2716427 or 16092374. OLE color: 16092374.
HSL color Cylindrical-coordinate representation of color #D68CF5: hue angle of 282.29º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D68CF5 is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 140 | 245 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.04 |
| HSL | 282.29º | 0.84% | 0.75% | - |
| HSV(B) | 282.29º | 0.43% | 0.96% | - |
| XYZ | 53.59 | 39.64 | 91.21 | - |
| YUV | 174.1 | 168.02 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 140 | 245 | 0.13 | 0.43 | 0 | 0.04 | 282.29 | 0.84 | 0.75 |
| Hex | D6 | 8C | F5 | D | 2B | 0 | 4 | 11A | 54 | 4B |
| Octal | 326 | 214 | 365 | 15 | 53 | 0 | 4 | 432 | 124 | 113 |
| Binary | 11010110 | 10001100 | 11110101 | 1101 | 101011 | 0 | 100 | 100011010 | 1010100 | 1001011 |
Color Harmonies of #D68CF5
Complementary color
Monochromatic Colors of #D68CF5
Black with #D68CF5
Text Example
Text Example
White with #D68CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68CF5; }
p { color: rgb(214,140,245); }
H1.HeaderClassName
{
color: #D68CF5;
}
.AnyTagClassName
{
color: #D68CF5;
}
</style>
background-color css
<style>
a { background-color: #D68CF5; }
a { background-color: rgb(214,140,245); }
div.DivClassName
{
background-color: #D68CF5;
}
.BgClassName
{
background-color: #D68CF5;
}
</style>
border-color css
<style>
span { border-color: #D68CF5; }
span { border-color: rgb(214,140,245); }
td.TdClassName
{
border-color: #D68CF5;
}
.TagClassName
{
border-color: #D68CF5;
}
</style>