Shades of Heliotrope #D688FD
Tints of Heliotrope #D688FD
RGB
CMYK
RGB Variations
Color information
#D688FD (or 0xD688FD) is known color: Heliotrope. HEX triplet: D6, 88 and FD. RGB value is (214,136,253). Sum of RGB (Red+Green+Blue) = 214+136+253=603 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.49% from 603); Green value is 136 (53.52% from 255 or 22.55% from 603); Blue value is 253 (99.22% from 255 or 41.96% from 603); Max value from RGB is 253 - color contains mainly: blue. Hex color #D688FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D688FD is #297702. Grayscale: #ACACAC. Windows color (decimal): -2717443 or 16615638. OLE color: 16615638.
HSL color Cylindrical-coordinate representation of color #D688FD: hue angle of 280º degrees, saturation: 0.97, 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 #D688FD is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 136 | 253 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.01 |
| HSL | 280º | 0.97% | 0.76% | - |
| HSV(B) | 280º | 0.46% | 0.99% | - |
| XYZ | 54.27 | 39 | 97.6 | - |
| YUV | 172.66 | 173.34 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 136 | 253 | 0.15 | 0.46 | 0 | 0.01 | 280 | 0.97 | 0.76 |
| Hex | D6 | 88 | FD | F | 2E | 0 | 1 | 118 | 61 | 4C |
| Octal | 326 | 210 | 375 | 17 | 56 | 0 | 1 | 430 | 141 | 114 |
| Binary | 11010110 | 10001000 | 11111101 | 1111 | 101110 | 0 | 1 | 100011000 | 1100001 | 1001100 |
Color Harmonies of #D688FD
Complementary color
Monochromatic Colors of #D688FD
Black with #D688FD
Text Example
Text Example
White with #D688FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D688FD; }
p { color: rgb(214,136,253); }
H1.HeaderClassName
{
color: #D688FD;
}
.AnyTagClassName
{
color: #D688FD;
}
</style>
background-color css
<style>
a { background-color: #D688FD; }
a { background-color: rgb(214,136,253); }
div.DivClassName
{
background-color: #D688FD;
}
.BgClassName
{
background-color: #D688FD;
}
</style>
border-color css
<style>
span { border-color: #D688FD; }
span { border-color: rgb(214,136,253); }
td.TdClassName
{
border-color: #D688FD;
}
.TagClassName
{
border-color: #D688FD;
}
</style>