Shades of Heliotrope #D96CF2
Tints of Heliotrope #D96CF2
RGB
CMYK
RGB Variations
Color information
#D96CF2 (or 0xD96CF2) is known color: Heliotrope. HEX triplet: D9, 6C and F2. RGB value is (217,108,242). Sum of RGB (Red+Green+Blue) = 217+108+242=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 108 (42.58% from 255 or 19.05% from 567); Blue value is 242 (94.92% from 255 or 42.68% from 567); Max value from RGB is 242 - color contains mainly: blue. Hex color #D96CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96CF2 is #26930D. Grayscale: #9B9B9B. Windows color (decimal): -2528014 or 15887577. OLE color: 15887577.
HSL color Cylindrical-coordinate representation of color #D96CF2: hue angle of 288.81º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D96CF2 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 108 | 242 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.05 |
| HSL | 288.81º | 0.84% | 0.69% | - |
| HSV(B) | 288.81º | 0.55% | 0.95% | - |
| XYZ | 50 | 31.89 | 87.52 | - |
| YUV | 155.87 | 176.61 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 108 | 242 | 0.10 | 0.55 | 0 | 0.05 | 288.81 | 0.84 | 0.69 |
| Hex | D9 | 6C | F2 | A | 37 | 0 | 5 | 121 | 54 | 45 |
| Octal | 331 | 154 | 362 | 12 | 67 | 0 | 5 | 441 | 124 | 105 |
| Binary | 11011001 | 1101100 | 11110010 | 1010 | 110111 | 0 | 101 | 100100001 | 1010100 | 1000101 |
Color Harmonies of #D96CF2
Complementary color
Monochromatic Colors of #D96CF2
Black with #D96CF2
Text Example
Text Example
White with #D96CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96CF2; }
p { color: rgb(217,108,242); }
H1.HeaderClassName
{
color: #D96CF2;
}
.AnyTagClassName
{
color: #D96CF2;
}
</style>
background-color css
<style>
a { background-color: #D96CF2; }
a { background-color: rgb(217,108,242); }
div.DivClassName
{
background-color: #D96CF2;
}
.BgClassName
{
background-color: #D96CF2;
}
</style>
border-color css
<style>
span { border-color: #D96CF2; }
span { border-color: rgb(217,108,242); }
td.TdClassName
{
border-color: #D96CF2;
}
.TagClassName
{
border-color: #D96CF2;
}
</style>