Shades of Heliotrope #D67BFD
Tints of Heliotrope #D67BFD
RGB
CMYK
RGB Variations
Color information
#D67BFD (or 0xD67BFD) is known color: Heliotrope. HEX triplet: D6, 7B and FD. RGB value is (214,123,253). Sum of RGB (Red+Green+Blue) = 214+123+253=590 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.27% from 590); Green value is 123 (48.44% from 255 or 20.85% from 590); Blue value is 253 (99.22% from 255 or 42.88% from 590); Max value from RGB is 253 - color contains mainly: blue. Hex color #D67BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D67BFD is #298402. Grayscale: #A4A4A4. Windows color (decimal): -2720771 or 16612310. OLE color: 16612310.
HSL color Cylindrical-coordinate representation of color #D67BFD: hue angle of 282º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D67BFD is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 123 | 253 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.01 |
| HSL | 282º | 0.97% | 0.74% | - |
| HSV(B) | 282º | 0.51% | 0.99% | - |
| XYZ | 52.54 | 35.55 | 97.02 | - |
| YUV | 165.03 | 177.65 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 123 | 253 | 0.15 | 0.51 | 0 | 0.01 | 282 | 0.97 | 0.74 |
| Hex | D6 | 7B | FD | F | 33 | 0 | 1 | 11A | 61 | 4A |
| Octal | 326 | 173 | 375 | 17 | 63 | 0 | 1 | 432 | 141 | 112 |
| Binary | 11010110 | 1111011 | 11111101 | 1111 | 110011 | 0 | 1 | 100011010 | 1100001 | 1001010 |
Color Harmonies of #D67BFD
Complementary color
Monochromatic Colors of #D67BFD
Black with #D67BFD
Text Example
Text Example
White with #D67BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67BFD; }
p { color: rgb(214,123,253); }
H1.HeaderClassName
{
color: #D67BFD;
}
.AnyTagClassName
{
color: #D67BFD;
}
</style>
background-color css
<style>
a { background-color: #D67BFD; }
a { background-color: rgb(214,123,253); }
div.DivClassName
{
background-color: #D67BFD;
}
.BgClassName
{
background-color: #D67BFD;
}
</style>
border-color css
<style>
span { border-color: #D67BFD; }
span { border-color: rgb(214,123,253); }
td.TdClassName
{
border-color: #D67BFD;
}
.TagClassName
{
border-color: #D67BFD;
}
</style>