Shades of Heliotrope #D68CFE
Tints of Heliotrope #D68CFE
RGB
CMYK
RGB Variations
Color information
#D68CFE (or 0xD68CFE) is known color: Heliotrope. HEX triplet: D6, 8C and FE. RGB value is (214,140,254). Sum of RGB (Red+Green+Blue) = 214+140+254=608 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.20% from 608); Green value is 140 (55.08% from 255 or 23.03% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #D68CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68CFE is #297301. Grayscale: #AEAEAE. Windows color (decimal): -2716418 or 16682198. OLE color: 16682198.
HSL color Cylindrical-coordinate representation of color #D68CFE: hue angle of 278.95º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D68CFE is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 140 | 254 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.00 |
| HSL | 278.95º | 0.98% | 0.77% | - |
| HSV(B) | 278.95º | 0.45% | 1% | - |
| XYZ | 55 | 40.21 | 98.63 | - |
| YUV | 175.12 | 172.52 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 140 | 254 | 0.16 | 0.45 | 0 | 0.00 | 278.95 | 0.98 | 0.77 |
| Hex | D6 | 8C | FE | 10 | 2D | 0 | 0 | 117 | 62 | 4D |
| Octal | 326 | 214 | 376 | 20 | 55 | 0 | 0 | 427 | 142 | 115 |
| Binary | 11010110 | 10001100 | 11111110 | 10000 | 101101 | 0 | 0 | 100010111 | 1100010 | 1001101 |
Color Harmonies of #D68CFE
Complementary color
Monochromatic Colors of #D68CFE
Black with #D68CFE
Text Example
Text Example
White with #D68CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68CFE; }
p { color: rgb(214,140,254); }
H1.HeaderClassName
{
color: #D68CFE;
}
.AnyTagClassName
{
color: #D68CFE;
}
</style>
background-color css
<style>
a { background-color: #D68CFE; }
a { background-color: rgb(214,140,254); }
div.DivClassName
{
background-color: #D68CFE;
}
.BgClassName
{
background-color: #D68CFE;
}
</style>
border-color css
<style>
span { border-color: #D68CFE; }
span { border-color: rgb(214,140,254); }
td.TdClassName
{
border-color: #D68CFE;
}
.TagClassName
{
border-color: #D68CFE;
}
</style>