Shades of Heliotrope #D68AFB
Tints of Heliotrope #D68AFB
RGB
CMYK
RGB Variations
Color information
#D68AFB (or 0xD68AFB) is known color: Heliotrope. HEX triplet: D6, 8A and FB. RGB value is (214,138,251). Sum of RGB (Red+Green+Blue) = 214+138+251=603 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.49% from 603); Green value is 138 (54.30% from 255 or 22.89% from 603); Blue value is 251 (98.44% from 255 or 41.63% from 603); Max value from RGB is 251 - color contains mainly: blue. Hex color #D68AFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68AFB is #297504. Grayscale: #ADADAD. Windows color (decimal): -2716933 or 16485078. OLE color: 16485078.
HSL color Cylindrical-coordinate representation of color #D68AFB: hue angle of 280.35º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D68AFB is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 138 | 251 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.02 |
| HSL | 280.35º | 0.93% | 0.76% | - |
| HSV(B) | 280.35º | 0.45% | 0.98% | - |
| XYZ | 54.23 | 39.44 | 96.02 | - |
| YUV | 173.61 | 171.68 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 138 | 251 | 0.15 | 0.45 | 0 | 0.02 | 280.35 | 0.93 | 0.76 |
| Hex | D6 | 8A | FB | F | 2D | 0 | 2 | 118 | 5D | 4C |
| Octal | 326 | 212 | 373 | 17 | 55 | 0 | 2 | 430 | 135 | 114 |
| Binary | 11010110 | 10001010 | 11111011 | 1111 | 101101 | 0 | 10 | 100011000 | 1011101 | 1001100 |
Color Harmonies of #D68AFB
Complementary color
Monochromatic Colors of #D68AFB
Black with #D68AFB
Text Example
Text Example
White with #D68AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68AFB; }
p { color: rgb(214,138,251); }
H1.HeaderClassName
{
color: #D68AFB;
}
.AnyTagClassName
{
color: #D68AFB;
}
</style>
background-color css
<style>
a { background-color: #D68AFB; }
a { background-color: rgb(214,138,251); }
div.DivClassName
{
background-color: #D68AFB;
}
.BgClassName
{
background-color: #D68AFB;
}
</style>
border-color css
<style>
span { border-color: #D68AFB; }
span { border-color: rgb(214,138,251); }
td.TdClassName
{
border-color: #D68AFB;
}
.TagClassName
{
border-color: #D68AFB;
}
</style>