Shades of Heliotrope #D28CFF
Tints of Heliotrope #D28CFF
RGB
CMYK
RGB Variations
Color information
#D28CFF (or 0xD28CFF) is known color: Heliotrope. HEX triplet: D2, 8C and FF. RGB value is (210,140,255). Sum of RGB (Red+Green+Blue) = 210+140+255=605 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.71% from 605); Green value is 140 (55.08% from 255 or 23.14% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #D28CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28CFF is #2D7300. Grayscale: #ADADAD. Windows color (decimal): -2978561 or 16747730. OLE color: 16747730.
HSL color Cylindrical-coordinate representation of color #D28CFF: hue angle of 276.52º 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 #D28CFF is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 140 | 255 | - |
| CMYK | 0.18 | 0.45 | 0 | 0 |
| HSL | 276.52º | 1% | 0.77% | - |
| HSV(B) | 276.52º | 0.45% | 1% | - |
| XYZ | 54.01 | 39.68 | 99.42 | - |
| YUV | 174.04 | 173.69 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 140 | 255 | 0.18 | 0.45 | 0 | 0 | 276.52 | 1 | 0.77 |
| Hex | D2 | 8C | FF | 12 | 2D | 0 | 0 | 115 | 64 | 4D |
| Octal | 322 | 214 | 377 | 22 | 55 | 0 | 0 | 425 | 144 | 115 |
| Binary | 11010010 | 10001100 | 11111111 | 10010 | 101101 | 0 | 0 | 100010101 | 1100100 | 1001101 |
Color Harmonies of #D28CFF
Complementary color
Monochromatic Colors of #D28CFF
Black with #D28CFF
Text Example
Text Example
White with #D28CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28CFF; }
p { color: rgb(210,140,255); }
H1.HeaderClassName
{
color: #D28CFF;
}
.AnyTagClassName
{
color: #D28CFF;
}
</style>
background-color css
<style>
a { background-color: #D28CFF; }
a { background-color: rgb(210,140,255); }
div.DivClassName
{
background-color: #D28CFF;
}
.BgClassName
{
background-color: #D28CFF;
}
</style>
border-color css
<style>
span { border-color: #D28CFF; }
span { border-color: rgb(210,140,255); }
td.TdClassName
{
border-color: #D28CFF;
}
.TagClassName
{
border-color: #D28CFF;
}
</style>