Shades of Heliotrope #D58CFF
Tints of Heliotrope #D58CFF
RGB
CMYK
RGB Variations
Color information
#D58CFF (or 0xD58CFF) is known color: Heliotrope. HEX triplet: D5, 8C and FF. RGB value is (213,140,255). Sum of RGB (Red+Green+Blue) = 213+140+255=608 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.03% from 608); Green value is 140 (55.08% from 255 or 23.03% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #D58CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58CFF is #2A7300. Grayscale: #AEAEAE. Windows color (decimal): -2781953 or 16747733. OLE color: 16747733.
HSL color Cylindrical-coordinate representation of color #D58CFF: hue angle of 278.09º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D58CFF is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 140 | 255 | - |
| CMYK | 0.16 | 0.45 | 0 | 0 |
| HSL | 278.09º | 1% | 0.77% | - |
| HSV(B) | 278.09º | 0.45% | 1% | - |
| XYZ | 54.87 | 40.12 | 99.46 | - |
| YUV | 174.94 | 173.18 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 140 | 255 | 0.16 | 0.45 | 0 | 0 | 278.09 | 1 | 0.77 |
| Hex | D5 | 8C | FF | 10 | 2D | 0 | 0 | 116 | 64 | 4D |
| Octal | 325 | 214 | 377 | 20 | 55 | 0 | 0 | 426 | 144 | 115 |
| Binary | 11010101 | 10001100 | 11111111 | 10000 | 101101 | 0 | 0 | 100010110 | 1100100 | 1001101 |
Color Harmonies of #D58CFF
Complementary color
Monochromatic Colors of #D58CFF
Black with #D58CFF
Text Example
Text Example
White with #D58CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58CFF; }
p { color: rgb(213,140,255); }
H1.HeaderClassName
{
color: #D58CFF;
}
.AnyTagClassName
{
color: #D58CFF;
}
</style>
background-color css
<style>
a { background-color: #D58CFF; }
a { background-color: rgb(213,140,255); }
div.DivClassName
{
background-color: #D58CFF;
}
.BgClassName
{
background-color: #D58CFF;
}
</style>
border-color css
<style>
span { border-color: #D58CFF; }
span { border-color: rgb(213,140,255); }
td.TdClassName
{
border-color: #D58CFF;
}
.TagClassName
{
border-color: #D58CFF;
}
</style>