Shades of Heliotrope #D67CFD
Tints of Heliotrope #D67CFD
RGB
CMYK
RGB Variations
Color information
#D67CFD (or 0xD67CFD) is known color: Heliotrope. HEX triplet: D6, 7C and FD. RGB value is (214,124,253). Sum of RGB (Red+Green+Blue) = 214+124+253=591 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.21% from 591); Green value is 124 (48.83% from 255 or 20.98% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #D67CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D67CFD is #298302. Grayscale: #A5A5A5. Windows color (decimal): -2720515 or 16612566. OLE color: 16612566.
HSL color Cylindrical-coordinate representation of color #D67CFD: hue angle of 281.86º 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 #D67CFD is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 124 | 253 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.01 |
| HSL | 281.86º | 0.97% | 0.74% | - |
| HSV(B) | 281.86º | 0.51% | 0.99% | - |
| XYZ | 52.67 | 35.8 | 97.06 | - |
| YUV | 165.62 | 177.32 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 124 | 253 | 0.15 | 0.51 | 0 | 0.01 | 281.86 | 0.97 | 0.74 |
| Hex | D6 | 7C | FD | F | 33 | 0 | 1 | 11A | 61 | 4A |
| Octal | 326 | 174 | 375 | 17 | 63 | 0 | 1 | 432 | 141 | 112 |
| Binary | 11010110 | 1111100 | 11111101 | 1111 | 110011 | 0 | 1 | 100011010 | 1100001 | 1001010 |
Color Harmonies of #D67CFD
Complementary color
Monochromatic Colors of #D67CFD
Black with #D67CFD
Text Example
Text Example
White with #D67CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67CFD; }
p { color: rgb(214,124,253); }
H1.HeaderClassName
{
color: #D67CFD;
}
.AnyTagClassName
{
color: #D67CFD;
}
</style>
background-color css
<style>
a { background-color: #D67CFD; }
a { background-color: rgb(214,124,253); }
div.DivClassName
{
background-color: #D67CFD;
}
.BgClassName
{
background-color: #D67CFD;
}
</style>
border-color css
<style>
span { border-color: #D67CFD; }
span { border-color: rgb(214,124,253); }
td.TdClassName
{
border-color: #D67CFD;
}
.TagClassName
{
border-color: #D67CFD;
}
</style>