Shades of Heliotrope #D68CFA
Tints of Heliotrope #D68CFA
RGB
CMYK
RGB Variations
Color information
#D68CFA (or 0xD68CFA) is known color: Heliotrope. HEX triplet: D6, 8C and FA. RGB value is (214,140,250). Sum of RGB (Red+Green+Blue) = 214+140+250=604 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.43% from 604); Green value is 140 (55.08% from 255 or 23.18% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #D68CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68CFA is #297305. Grayscale: #AEAEAE. Windows color (decimal): -2716422 or 16420054. OLE color: 16420054.
HSL color Cylindrical-coordinate representation of color #D68CFA: hue angle of 280.36º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D68CFA is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 140 | 250 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.02 |
| HSL | 280.36º | 0.92% | 0.76% | - |
| HSV(B) | 280.36º | 0.44% | 0.98% | - |
| XYZ | 54.36 | 39.95 | 95.29 | - |
| YUV | 174.67 | 170.52 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 140 | 250 | 0.14 | 0.44 | 0 | 0.02 | 280.36 | 0.92 | 0.76 |
| Hex | D6 | 8C | FA | E | 2C | 0 | 2 | 118 | 5C | 4C |
| Octal | 326 | 214 | 372 | 16 | 54 | 0 | 2 | 430 | 134 | 114 |
| Binary | 11010110 | 10001100 | 11111010 | 1110 | 101100 | 0 | 10 | 100011000 | 1011100 | 1001100 |
Color Harmonies of #D68CFA
Complementary color
Monochromatic Colors of #D68CFA
Black with #D68CFA
Text Example
Text Example
White with #D68CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68CFA; }
p { color: rgb(214,140,250); }
H1.HeaderClassName
{
color: #D68CFA;
}
.AnyTagClassName
{
color: #D68CFA;
}
</style>
background-color css
<style>
a { background-color: #D68CFA; }
a { background-color: rgb(214,140,250); }
div.DivClassName
{
background-color: #D68CFA;
}
.BgClassName
{
background-color: #D68CFA;
}
</style>
border-color css
<style>
span { border-color: #D68CFA; }
span { border-color: rgb(214,140,250); }
td.TdClassName
{
border-color: #D68CFA;
}
.TagClassName
{
border-color: #D68CFA;
}
</style>