Shades of Heliotrope #D28CFA
Tints of Heliotrope #D28CFA
RGB
CMYK
RGB Variations
Color information
#D28CFA (or 0xD28CFA) is known color: Heliotrope. HEX triplet: D2, 8C and FA. RGB value is (210,140,250). Sum of RGB (Red+Green+Blue) = 210+140+250=600 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35% from 600); Green value is 140 (55.08% from 255 or 23.33% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #D28CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28CFA is #2D7305. Grayscale: #ADADAD. Windows color (decimal): -2978566 or 16420050. OLE color: 16420050.
HSL color Cylindrical-coordinate representation of color #D28CFA: hue angle of 278.18º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D28CFA is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 140 | 250 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.02 |
| HSL | 278.18º | 0.92% | 0.76% | - |
| HSV(B) | 278.18º | 0.44% | 0.98% | - |
| XYZ | 53.21 | 39.36 | 95.24 | - |
| YUV | 173.47 | 171.19 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 140 | 250 | 0.16 | 0.44 | 0 | 0.02 | 278.18 | 0.92 | 0.76 |
| Hex | D2 | 8C | FA | 10 | 2C | 0 | 2 | 116 | 5C | 4C |
| Octal | 322 | 214 | 372 | 20 | 54 | 0 | 2 | 426 | 134 | 114 |
| Binary | 11010010 | 10001100 | 11111010 | 10000 | 101100 | 0 | 10 | 100010110 | 1011100 | 1001100 |
Color Harmonies of #D28CFA
Complementary color
Monochromatic Colors of #D28CFA
Black with #D28CFA
Text Example
Text Example
White with #D28CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28CFA; }
p { color: rgb(210,140,250); }
H1.HeaderClassName
{
color: #D28CFA;
}
.AnyTagClassName
{
color: #D28CFA;
}
</style>
background-color css
<style>
a { background-color: #D28CFA; }
a { background-color: rgb(210,140,250); }
div.DivClassName
{
background-color: #D28CFA;
}
.BgClassName
{
background-color: #D28CFA;
}
</style>
border-color css
<style>
span { border-color: #D28CFA; }
span { border-color: rgb(210,140,250); }
td.TdClassName
{
border-color: #D28CFA;
}
.TagClassName
{
border-color: #D28CFA;
}
</style>