Shades of Heliotrope #D682FC
Tints of Heliotrope #D682FC
RGB
CMYK
RGB Variations
Color information
#D682FC (or 0xD682FC) is known color: Heliotrope. HEX triplet: D6, 82 and FC. RGB value is (214,130,252). Sum of RGB (Red+Green+Blue) = 214+130+252=596 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.91% from 596); Green value is 130 (51.17% from 255 or 21.81% from 596); Blue value is 252 (98.83% from 255 or 42.28% from 596); Max value from RGB is 252 - color contains mainly: blue. Hex color #D682FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D682FC is #297D03. Grayscale: #A8A8A8. Windows color (decimal): -2718980 or 16548566. OLE color: 16548566.
HSL color Cylindrical-coordinate representation of color #D682FC: hue angle of 281.31º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D682FC is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 130 | 252 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.01 |
| HSL | 281.31º | 0.95% | 0.75% | - |
| HSV(B) | 281.31º | 0.48% | 0.99% | - |
| XYZ | 53.28 | 37.29 | 96.48 | - |
| YUV | 169.02 | 174.83 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 130 | 252 | 0.15 | 0.48 | 0 | 0.01 | 281.31 | 0.95 | 0.75 |
| Hex | D6 | 82 | FC | F | 30 | 0 | 1 | 119 | 5F | 4B |
| Octal | 326 | 202 | 374 | 17 | 60 | 0 | 1 | 431 | 137 | 113 |
| Binary | 11010110 | 10000010 | 11111100 | 1111 | 110000 | 0 | 1 | 100011001 | 1011111 | 1001011 |
Color Harmonies of #D682FC
Complementary color
Monochromatic Colors of #D682FC
Black with #D682FC
Text Example
Text Example
White with #D682FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D682FC; }
p { color: rgb(214,130,252); }
H1.HeaderClassName
{
color: #D682FC;
}
.AnyTagClassName
{
color: #D682FC;
}
</style>
background-color css
<style>
a { background-color: #D682FC; }
a { background-color: rgb(214,130,252); }
div.DivClassName
{
background-color: #D682FC;
}
.BgClassName
{
background-color: #D682FC;
}
</style>
border-color css
<style>
span { border-color: #D682FC; }
span { border-color: rgb(214,130,252); }
td.TdClassName
{
border-color: #D682FC;
}
.TagClassName
{
border-color: #D682FC;
}
</style>