Shades of Heliotrope #D68FFC
Tints of Heliotrope #D68FFC
RGB
CMYK
RGB Variations
Color information
#D68FFC (or 0xD68FFC) is known color: Heliotrope. HEX triplet: D6, 8F and FC. RGB value is (214,143,252). Sum of RGB (Red+Green+Blue) = 214+143+252=609 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.14% from 609); Green value is 143 (56.25% from 255 or 23.48% from 609); Blue value is 252 (98.83% from 255 or 41.38% from 609); Max value from RGB is 252 - color contains mainly: blue. Hex color #D68FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68FFC is #297003. Grayscale: #B0B0B0. Windows color (decimal): -2715652 or 16551894. OLE color: 16551894.
HSL color Cylindrical-coordinate representation of color #D68FFC: hue angle of 279.08º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D68FFC is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 143 | 252 | - |
| CMYK | 0.15 | 0.43 | 0 | 0.01 |
| HSL | 279.08º | 0.95% | 0.77% | - |
| HSV(B) | 279.08º | 0.43% | 0.99% | - |
| XYZ | 55.12 | 40.97 | 97.1 | - |
| YUV | 176.66 | 170.52 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 143 | 252 | 0.15 | 0.43 | 0 | 0.01 | 279.08 | 0.95 | 0.77 |
| Hex | D6 | 8F | FC | F | 2B | 0 | 1 | 117 | 5F | 4D |
| Octal | 326 | 217 | 374 | 17 | 53 | 0 | 1 | 427 | 137 | 115 |
| Binary | 11010110 | 10001111 | 11111100 | 1111 | 101011 | 0 | 1 | 100010111 | 1011111 | 1001101 |
Color Harmonies of #D68FFC
Complementary color
Monochromatic Colors of #D68FFC
Black with #D68FFC
Text Example
Text Example
White with #D68FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68FFC; }
p { color: rgb(214,143,252); }
H1.HeaderClassName
{
color: #D68FFC;
}
.AnyTagClassName
{
color: #D68FFC;
}
</style>
background-color css
<style>
a { background-color: #D68FFC; }
a { background-color: rgb(214,143,252); }
div.DivClassName
{
background-color: #D68FFC;
}
.BgClassName
{
background-color: #D68FFC;
}
</style>
border-color css
<style>
span { border-color: #D68FFC; }
span { border-color: rgb(214,143,252); }
td.TdClassName
{
border-color: #D68FFC;
}
.TagClassName
{
border-color: #D68FFC;
}
</style>