Shades of Heliotrope #D15CF2
Tints of Heliotrope #D15CF2
RGB
CMYK
RGB Variations
Color information
#D15CF2 (or 0xD15CF2) is known color: Heliotrope. HEX triplet: D1, 5C and F2. RGB value is (209,92,242). Sum of RGB (Red+Green+Blue) = 209+92+242=543 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.49% from 543); Green value is 92 (36.33% from 255 or 16.94% from 543); Blue value is 242 (94.92% from 255 or 44.57% from 543); Max value from RGB is 242 - color contains mainly: blue. Hex color #D15CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D15CF2 is #2EA30D. Grayscale: #8F8F8F. Windows color (decimal): -3056398 or 15883473. OLE color: 15883473.
HSL color Cylindrical-coordinate representation of color #D15CF2: hue angle of 286.8º degrees, saturation: 0.85, 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 #D15CF2 is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 92 | 242 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.05 |
| HSL | 286.8º | 0.85% | 0.65% | - |
| HSV(B) | 286.8º | 0.62% | 0.95% | - |
| XYZ | 46.15 | 27.62 | 86.9 | - |
| YUV | 144.08 | 183.26 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 92 | 242 | 0.14 | 0.62 | 0 | 0.05 | 286.8 | 0.85 | 0.65 |
| Hex | D1 | 5C | F2 | E | 3E | 0 | 5 | 11F | 55 | 41 |
| Octal | 321 | 134 | 362 | 16 | 76 | 0 | 5 | 437 | 125 | 101 |
| Binary | 11010001 | 1011100 | 11110010 | 1110 | 111110 | 0 | 101 | 100011111 | 1010101 | 1000001 |
Color Harmonies of #D15CF2
Complementary color
Monochromatic Colors of #D15CF2
Black with #D15CF2
Text Example
Text Example
White with #D15CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15CF2; }
p { color: rgb(209,92,242); }
H1.HeaderClassName
{
color: #D15CF2;
}
.AnyTagClassName
{
color: #D15CF2;
}
</style>
background-color css
<style>
a { background-color: #D15CF2; }
a { background-color: rgb(209,92,242); }
div.DivClassName
{
background-color: #D15CF2;
}
.BgClassName
{
background-color: #D15CF2;
}
</style>
border-color css
<style>
span { border-color: #D15CF2; }
span { border-color: rgb(209,92,242); }
td.TdClassName
{
border-color: #D15CF2;
}
.TagClassName
{
border-color: #D15CF2;
}
</style>