Shades of Heliotrope #D48CFD
Tints of Heliotrope #D48CFD
RGB
CMYK
RGB Variations
Color information
#D48CFD (or 0xD48CFD) is known color: Heliotrope. HEX triplet: D4, 8C and FD. RGB value is (212,140,253). Sum of RGB (Red+Green+Blue) = 212+140+253=605 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.04% from 605); Green value is 140 (55.08% from 255 or 23.14% from 605); Blue value is 253 (99.22% from 255 or 41.82% from 605); Max value from RGB is 253 - color contains mainly: blue. Hex color #D48CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48CFD is #2B7302. Grayscale: #AEAEAE. Windows color (decimal): -2847491 or 16616660. OLE color: 16616660.
HSL color Cylindrical-coordinate representation of color #D48CFD: hue angle of 278.23º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D48CFD is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 140 | 253 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.01 |
| HSL | 278.23º | 0.97% | 0.77% | - |
| HSV(B) | 278.23º | 0.45% | 0.99% | - |
| XYZ | 54.26 | 39.85 | 97.76 | - |
| YUV | 174.41 | 172.35 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 140 | 253 | 0.16 | 0.45 | 0 | 0.01 | 278.23 | 0.97 | 0.77 |
| Hex | D4 | 8C | FD | 10 | 2D | 0 | 1 | 116 | 61 | 4D |
| Octal | 324 | 214 | 375 | 20 | 55 | 0 | 1 | 426 | 141 | 115 |
| Binary | 11010100 | 10001100 | 11111101 | 10000 | 101101 | 0 | 1 | 100010110 | 1100001 | 1001101 |
Color Harmonies of #D48CFD
Complementary color
Monochromatic Colors of #D48CFD
Black with #D48CFD
Text Example
Text Example
White with #D48CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48CFD; }
p { color: rgb(212,140,253); }
H1.HeaderClassName
{
color: #D48CFD;
}
.AnyTagClassName
{
color: #D48CFD;
}
</style>
background-color css
<style>
a { background-color: #D48CFD; }
a { background-color: rgb(212,140,253); }
div.DivClassName
{
background-color: #D48CFD;
}
.BgClassName
{
background-color: #D48CFD;
}
</style>
border-color css
<style>
span { border-color: #D48CFD; }
span { border-color: rgb(212,140,253); }
td.TdClassName
{
border-color: #D48CFD;
}
.TagClassName
{
border-color: #D48CFD;
}
</style>