Shades of Heliotrope #D685FE
Tints of Heliotrope #D685FE
RGB
CMYK
RGB Variations
Color information
#D685FE (or 0xD685FE) is known color: Heliotrope. HEX triplet: D6, 85 and FE. RGB value is (214,133,254). Sum of RGB (Red+Green+Blue) = 214+133+254=601 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.61% from 601); Green value is 133 (52.34% from 255 or 22.13% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #D685FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D685FE is #297A01. Grayscale: #AAAAAA. Windows color (decimal): -2718210 or 16680406. OLE color: 16680406.
HSL color Cylindrical-coordinate representation of color #D685FE: hue angle of 280.17º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D685FE is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 133 | 254 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.00 |
| HSL | 280.17º | 0.98% | 0.76% | - |
| HSV(B) | 280.17º | 0.48% | 1% | - |
| XYZ | 54.01 | 38.23 | 98.3 | - |
| YUV | 171.01 | 174.84 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 133 | 254 | 0.16 | 0.48 | 0 | 0.00 | 280.17 | 0.98 | 0.76 |
| Hex | D6 | 85 | FE | 10 | 30 | 0 | 0 | 118 | 62 | 4C |
| Octal | 326 | 205 | 376 | 20 | 60 | 0 | 0 | 430 | 142 | 114 |
| Binary | 11010110 | 10000101 | 11111110 | 10000 | 110000 | 0 | 0 | 100011000 | 1100010 | 1001100 |
Color Harmonies of #D685FE
Complementary color
Monochromatic Colors of #D685FE
Black with #D685FE
Text Example
Text Example
White with #D685FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D685FE; }
p { color: rgb(214,133,254); }
H1.HeaderClassName
{
color: #D685FE;
}
.AnyTagClassName
{
color: #D685FE;
}
</style>
background-color css
<style>
a { background-color: #D685FE; }
a { background-color: rgb(214,133,254); }
div.DivClassName
{
background-color: #D685FE;
}
.BgClassName
{
background-color: #D685FE;
}
</style>
border-color css
<style>
span { border-color: #D685FE; }
span { border-color: rgb(214,133,254); }
td.TdClassName
{
border-color: #D685FE;
}
.TagClassName
{
border-color: #D685FE;
}
</style>