Shades of Heliotrope #D682FE
Tints of Heliotrope #D682FE
RGB
CMYK
RGB Variations
Color information
#D682FE (or 0xD682FE) is known color: Heliotrope. HEX triplet: D6, 82 and FE. RGB value is (214,130,254). Sum of RGB (Red+Green+Blue) = 214+130+254=598 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.79% from 598); Green value is 130 (51.17% from 255 or 21.74% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #D682FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D682FE is #297D01. Grayscale: #A8A8A8. Windows color (decimal): -2718978 or 16679638. OLE color: 16679638.
HSL color Cylindrical-coordinate representation of color #D682FE: hue angle of 280.65º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D682FE is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 130 | 254 | - |
| CMYK | 0.16 | 0.49 | 0 | 0.00 |
| HSL | 280.65º | 0.98% | 0.75% | - |
| HSV(B) | 280.65º | 0.49% | 1% | - |
| XYZ | 53.6 | 37.42 | 98.16 | - |
| YUV | 169.25 | 175.83 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 130 | 254 | 0.16 | 0.49 | 0 | 0.00 | 280.65 | 0.98 | 0.75 |
| Hex | D6 | 82 | FE | 10 | 31 | 0 | 0 | 119 | 62 | 4B |
| Octal | 326 | 202 | 376 | 20 | 61 | 0 | 0 | 431 | 142 | 113 |
| Binary | 11010110 | 10000010 | 11111110 | 10000 | 110001 | 0 | 0 | 100011001 | 1100010 | 1001011 |
Color Harmonies of #D682FE
Complementary color
Monochromatic Colors of #D682FE
Black with #D682FE
Text Example
Text Example
White with #D682FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D682FE; }
p { color: rgb(214,130,254); }
H1.HeaderClassName
{
color: #D682FE;
}
.AnyTagClassName
{
color: #D682FE;
}
</style>
background-color css
<style>
a { background-color: #D682FE; }
a { background-color: rgb(214,130,254); }
div.DivClassName
{
background-color: #D682FE;
}
.BgClassName
{
background-color: #D682FE;
}
</style>
border-color css
<style>
span { border-color: #D682FE; }
span { border-color: rgb(214,130,254); }
td.TdClassName
{
border-color: #D682FE;
}
.TagClassName
{
border-color: #D682FE;
}
</style>