Shades of Heliotrope #D95CF0
Tints of Heliotrope #D95CF0
RGB
CMYK
RGB Variations
Color information
#D95CF0 (or 0xD95CF0) is known color: Heliotrope. HEX triplet: D9, 5C and F0. RGB value is (217,92,240). Sum of RGB (Red+Green+Blue) = 217+92+240=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 92 (36.33% from 255 or 16.76% from 549); Blue value is 240 (94.14% from 255 or 43.72% from 549); Max value from RGB is 240 - color contains mainly: blue. Hex color #D95CF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D95CF0 is #26A30F. Grayscale: #919191. Windows color (decimal): -2532112 or 15752409. OLE color: 15752409.
HSL color Cylindrical-coordinate representation of color #D95CF0: hue angle of 290.68º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D95CF0 is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 92 | 240 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.06 |
| HSL | 290.68º | 0.83% | 0.65% | - |
| HSV(B) | 290.68º | 0.62% | 0.94% | - |
| XYZ | 48.17 | 28.7 | 85.44 | - |
| YUV | 146.25 | 180.91 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 92 | 240 | 0.10 | 0.62 | 0 | 0.06 | 290.68 | 0.83 | 0.65 |
| Hex | D9 | 5C | F0 | A | 3E | 0 | 6 | 123 | 53 | 41 |
| Octal | 331 | 134 | 360 | 12 | 76 | 0 | 6 | 443 | 123 | 101 |
| Binary | 11011001 | 1011100 | 11110000 | 1010 | 111110 | 0 | 110 | 100100011 | 1010011 | 1000001 |
Color Harmonies of #D95CF0
Complementary color
Monochromatic Colors of #D95CF0
Black with #D95CF0
Text Example
Text Example
White with #D95CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95CF0; }
p { color: rgb(217,92,240); }
H1.HeaderClassName
{
color: #D95CF0;
}
.AnyTagClassName
{
color: #D95CF0;
}
</style>
background-color css
<style>
a { background-color: #D95CF0; }
a { background-color: rgb(217,92,240); }
div.DivClassName
{
background-color: #D95CF0;
}
.BgClassName
{
background-color: #D95CF0;
}
</style>
border-color css
<style>
span { border-color: #D95CF0; }
span { border-color: rgb(217,92,240); }
td.TdClassName
{
border-color: #D95CF0;
}
.TagClassName
{
border-color: #D95CF0;
}
</style>