Shades of Heliotrope #D68FFB
Tints of Heliotrope #D68FFB
RGB
CMYK
RGB Variations
Color information
#D68FFB (or 0xD68FFB) is known color: Heliotrope. HEX triplet: D6, 8F and FB. RGB value is (214,143,251). Sum of RGB (Red+Green+Blue) = 214+143+251=608 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.20% from 608); Green value is 143 (56.25% from 255 or 23.52% from 608); Blue value is 251 (98.44% from 255 or 41.28% from 608); Max value from RGB is 251 - color contains mainly: blue. Hex color #D68FFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68FFB is #297004. Grayscale: #B0B0B0. Windows color (decimal): -2715653 or 16486358. OLE color: 16486358.
HSL color Cylindrical-coordinate representation of color #D68FFB: hue angle of 279.44º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D68FFB is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 143 | 251 | - |
| CMYK | 0.15 | 0.43 | 0 | 0.02 |
| HSL | 279.44º | 0.93% | 0.77% | - |
| HSV(B) | 279.44º | 0.43% | 0.98% | - |
| XYZ | 54.97 | 40.91 | 96.27 | - |
| YUV | 176.54 | 170.02 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 143 | 251 | 0.15 | 0.43 | 0 | 0.02 | 279.44 | 0.93 | 0.77 |
| Hex | D6 | 8F | FB | F | 2B | 0 | 2 | 117 | 5D | 4D |
| Octal | 326 | 217 | 373 | 17 | 53 | 0 | 2 | 427 | 135 | 115 |
| Binary | 11010110 | 10001111 | 11111011 | 1111 | 101011 | 0 | 10 | 100010111 | 1011101 | 1001101 |
Color Harmonies of #D68FFB
Complementary color
Monochromatic Colors of #D68FFB
Black with #D68FFB
Text Example
Text Example
White with #D68FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68FFB; }
p { color: rgb(214,143,251); }
H1.HeaderClassName
{
color: #D68FFB;
}
.AnyTagClassName
{
color: #D68FFB;
}
</style>
background-color css
<style>
a { background-color: #D68FFB; }
a { background-color: rgb(214,143,251); }
div.DivClassName
{
background-color: #D68FFB;
}
.BgClassName
{
background-color: #D68FFB;
}
</style>
border-color css
<style>
span { border-color: #D68FFB; }
span { border-color: rgb(214,143,251); }
td.TdClassName
{
border-color: #D68FFB;
}
.TagClassName
{
border-color: #D68FFB;
}
</style>