Shades of Heliotrope #D685FC
Tints of Heliotrope #D685FC
RGB
CMYK
RGB Variations
Color information
#D685FC (or 0xD685FC) is known color: Heliotrope. HEX triplet: D6, 85 and FC. RGB value is (214,133,252). Sum of RGB (Red+Green+Blue) = 214+133+252=599 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.73% from 599); Green value is 133 (52.34% from 255 or 22.20% from 599); Blue value is 252 (98.83% from 255 or 42.07% from 599); Max value from RGB is 252 - color contains mainly: blue. Hex color #D685FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D685FC is #297A03. Grayscale: #AAAAAA. Windows color (decimal): -2718212 or 16549334. OLE color: 16549334.
HSL color Cylindrical-coordinate representation of color #D685FC: hue angle of 280.84º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D685FC is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 133 | 252 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.01 |
| HSL | 280.84º | 0.95% | 0.75% | - |
| HSV(B) | 280.84º | 0.47% | 0.99% | - |
| XYZ | 53.69 | 38.1 | 96.62 | - |
| YUV | 170.79 | 173.84 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 133 | 252 | 0.15 | 0.47 | 0 | 0.01 | 280.84 | 0.95 | 0.75 |
| Hex | D6 | 85 | FC | F | 2F | 0 | 1 | 119 | 5F | 4B |
| Octal | 326 | 205 | 374 | 17 | 57 | 0 | 1 | 431 | 137 | 113 |
| Binary | 11010110 | 10000101 | 11111100 | 1111 | 101111 | 0 | 1 | 100011001 | 1011111 | 1001011 |
Color Harmonies of #D685FC
Complementary color
Monochromatic Colors of #D685FC
Black with #D685FC
Text Example
Text Example
White with #D685FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D685FC; }
p { color: rgb(214,133,252); }
H1.HeaderClassName
{
color: #D685FC;
}
.AnyTagClassName
{
color: #D685FC;
}
</style>
background-color css
<style>
a { background-color: #D685FC; }
a { background-color: rgb(214,133,252); }
div.DivClassName
{
background-color: #D685FC;
}
.BgClassName
{
background-color: #D685FC;
}
</style>
border-color css
<style>
span { border-color: #D685FC; }
span { border-color: rgb(214,133,252); }
td.TdClassName
{
border-color: #D685FC;
}
.TagClassName
{
border-color: #D685FC;
}
</style>