Shades of Heliotrope #D469FC
Tints of Heliotrope #D469FC
RGB
CMYK
RGB Variations
Color information
#D469FC (or 0xD469FC) is known color: Heliotrope. HEX triplet: D4, 69 and FC. RGB value is (212,105,252). Sum of RGB (Red+Green+Blue) = 212+105+252=569 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.26% from 569); Green value is 105 (41.41% from 255 or 18.45% from 569); Blue value is 252 (98.83% from 255 or 44.29% from 569); Max value from RGB is 252 - color contains mainly: blue. Hex color #D469FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D469FC is #2B9603. Grayscale: #999999. Windows color (decimal): -2856452 or 16542164. OLE color: 16542164.
HSL color Cylindrical-coordinate representation of color #D469FC: hue angle of 283.67º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D469FC is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 105 | 252 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.01 |
| HSL | 283.67º | 0.96% | 0.7% | - |
| HSV(B) | 283.67º | 0.58% | 0.99% | - |
| XYZ | 49.77 | 31.13 | 95.48 | - |
| YUV | 153.75 | 183.45 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 105 | 252 | 0.16 | 0.58 | 0 | 0.01 | 283.67 | 0.96 | 0.7 |
| Hex | D4 | 69 | FC | 10 | 3A | 0 | 1 | 11C | 60 | 46 |
| Octal | 324 | 151 | 374 | 20 | 72 | 0 | 1 | 434 | 140 | 106 |
| Binary | 11010100 | 1101001 | 11111100 | 10000 | 111010 | 0 | 1 | 100011100 | 1100000 | 1000110 |
Color Harmonies of #D469FC
Complementary color
Monochromatic Colors of #D469FC
Black with #D469FC
Text Example
Text Example
White with #D469FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D469FC; }
p { color: rgb(212,105,252); }
H1.HeaderClassName
{
color: #D469FC;
}
.AnyTagClassName
{
color: #D469FC;
}
</style>
background-color css
<style>
a { background-color: #D469FC; }
a { background-color: rgb(212,105,252); }
div.DivClassName
{
background-color: #D469FC;
}
.BgClassName
{
background-color: #D469FC;
}
</style>
border-color css
<style>
span { border-color: #D469FC; }
span { border-color: rgb(212,105,252); }
td.TdClassName
{
border-color: #D469FC;
}
.TagClassName
{
border-color: #D469FC;
}
</style>