Shades of Heliotrope #D688FC
Tints of Heliotrope #D688FC
RGB
CMYK
RGB Variations
Color information
#D688FC (or 0xD688FC) is known color: Heliotrope. HEX triplet: D6, 88 and FC. RGB value is (214,136,252). Sum of RGB (Red+Green+Blue) = 214+136+252=602 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.55% from 602); Green value is 136 (53.52% from 255 or 22.59% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #D688FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D688FC is #297703. Grayscale: #ACACAC. Windows color (decimal): -2717444 or 16550102. OLE color: 16550102.
HSL color Cylindrical-coordinate representation of color #D688FC: hue angle of 280.34º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D688FC is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 136 | 252 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.01 |
| HSL | 280.34º | 0.95% | 0.76% | - |
| HSV(B) | 280.34º | 0.46% | 0.99% | - |
| XYZ | 54.11 | 38.93 | 96.76 | - |
| YUV | 172.55 | 172.84 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 136 | 252 | 0.15 | 0.46 | 0 | 0.01 | 280.34 | 0.95 | 0.76 |
| Hex | D6 | 88 | FC | F | 2E | 0 | 1 | 118 | 5F | 4C |
| Octal | 326 | 210 | 374 | 17 | 56 | 0 | 1 | 430 | 137 | 114 |
| Binary | 11010110 | 10001000 | 11111100 | 1111 | 101110 | 0 | 1 | 100011000 | 1011111 | 1001100 |
Color Harmonies of #D688FC
Complementary color
Monochromatic Colors of #D688FC
Black with #D688FC
Text Example
Text Example
White with #D688FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D688FC; }
p { color: rgb(214,136,252); }
H1.HeaderClassName
{
color: #D688FC;
}
.AnyTagClassName
{
color: #D688FC;
}
</style>
background-color css
<style>
a { background-color: #D688FC; }
a { background-color: rgb(214,136,252); }
div.DivClassName
{
background-color: #D688FC;
}
.BgClassName
{
background-color: #D688FC;
}
</style>
border-color css
<style>
span { border-color: #D688FC; }
span { border-color: rgb(214,136,252); }
td.TdClassName
{
border-color: #D688FC;
}
.TagClassName
{
border-color: #D688FC;
}
</style>