Shades of Heliotrope #D66BFE
Tints of Heliotrope #D66BFE
RGB
CMYK
RGB Variations
Color information
#D66BFE (or 0xD66BFE) is known color: Heliotrope. HEX triplet: D6, 6B and FE. RGB value is (214,107,254). Sum of RGB (Red+Green+Blue) = 214+107+254=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 107 (42.19% from 255 or 18.61% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #D66BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D66BFE is #299401. Grayscale: #9B9B9B. Windows color (decimal): -2724866 or 16673750. OLE color: 16673750.
HSL color Cylindrical-coordinate representation of color #D66BFE: hue angle of 283.67º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D66BFE is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 107 | 254 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.00 |
| HSL | 283.67º | 0.99% | 0.71% | - |
| HSV(B) | 283.67º | 0.58% | 1% | - |
| XYZ | 50.88 | 31.97 | 97.25 | - |
| YUV | 155.75 | 183.45 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 107 | 254 | 0.16 | 0.58 | 0 | 0.00 | 283.67 | 0.99 | 0.71 |
| Hex | D6 | 6B | FE | 10 | 3A | 0 | 0 | 11C | 63 | 47 |
| Octal | 326 | 153 | 376 | 20 | 72 | 0 | 0 | 434 | 143 | 107 |
| Binary | 11010110 | 1101011 | 11111110 | 10000 | 111010 | 0 | 0 | 100011100 | 1100011 | 1000111 |
Color Harmonies of #D66BFE
Complementary color
Monochromatic Colors of #D66BFE
Black with #D66BFE
Text Example
Text Example
White with #D66BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66BFE; }
p { color: rgb(214,107,254); }
H1.HeaderClassName
{
color: #D66BFE;
}
.AnyTagClassName
{
color: #D66BFE;
}
</style>
background-color css
<style>
a { background-color: #D66BFE; }
a { background-color: rgb(214,107,254); }
div.DivClassName
{
background-color: #D66BFE;
}
.BgClassName
{
background-color: #D66BFE;
}
</style>
border-color css
<style>
span { border-color: #D66BFE; }
span { border-color: rgb(214,107,254); }
td.TdClassName
{
border-color: #D66BFE;
}
.TagClassName
{
border-color: #D66BFE;
}
</style>