Shades of Heliotrope #D65CF1
Tints of Heliotrope #D65CF1
RGB
CMYK
RGB Variations
Color information
#D65CF1 (or 0xD65CF1) is known color: Heliotrope. HEX triplet: D6, 5C and F1. RGB value is (214,92,241). Sum of RGB (Red+Green+Blue) = 214+92+241=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 92 (36.33% from 255 or 16.82% from 547); Blue value is 241 (94.53% from 255 or 44.06% from 547); Max value from RGB is 241 - color contains mainly: blue. Hex color #D65CF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65CF1 is #29A30E. Grayscale: #909090. Windows color (decimal): -2728719 or 15817942. OLE color: 15817942.
HSL color Cylindrical-coordinate representation of color #D65CF1: hue angle of 289.13º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D65CF1 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 92 | 241 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.05 |
| HSL | 289.13º | 0.84% | 0.65% | - |
| HSV(B) | 289.13º | 0.62% | 0.95% | - |
| XYZ | 47.44 | 28.3 | 86.18 | - |
| YUV | 145.46 | 181.92 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 92 | 241 | 0.11 | 0.62 | 0 | 0.05 | 289.13 | 0.84 | 0.65 |
| Hex | D6 | 5C | F1 | B | 3E | 0 | 5 | 121 | 54 | 41 |
| Octal | 326 | 134 | 361 | 13 | 76 | 0 | 5 | 441 | 124 | 101 |
| Binary | 11010110 | 1011100 | 11110001 | 1011 | 111110 | 0 | 101 | 100100001 | 1010100 | 1000001 |
Color Harmonies of #D65CF1
Complementary color
Monochromatic Colors of #D65CF1
Black with #D65CF1
Text Example
Text Example
White with #D65CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65CF1; }
p { color: rgb(214,92,241); }
H1.HeaderClassName
{
color: #D65CF1;
}
.AnyTagClassName
{
color: #D65CF1;
}
</style>
background-color css
<style>
a { background-color: #D65CF1; }
a { background-color: rgb(214,92,241); }
div.DivClassName
{
background-color: #D65CF1;
}
.BgClassName
{
background-color: #D65CF1;
}
</style>
border-color css
<style>
span { border-color: #D65CF1; }
span { border-color: rgb(214,92,241); }
td.TdClassName
{
border-color: #D65CF1;
}
.TagClassName
{
border-color: #D65CF1;
}
</style>