Shades of Heliotrope #D04CFB
Tints of Heliotrope #D04CFB
RGB
CMYK
RGB Variations
Color information
#D04CFB (or 0xD04CFB) is known color: Heliotrope. HEX triplet: D0, 4C and FB. RGB value is (208,76,251). Sum of RGB (Red+Green+Blue) = 208+76+251=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 76 (30.08% from 255 or 14.21% from 535); Blue value is 251 (98.44% from 255 or 46.92% from 535); Max value from RGB is 251 - color contains mainly: blue. Hex color #D04CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D04CFB is #2FB304. Grayscale: #868686. Windows color (decimal): -3126021 or 16469200. OLE color: 16469200.
HSL color Cylindrical-coordinate representation of color #D04CFB: hue angle of 285.26º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D04CFB is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 76 | 251 | - |
| CMYK | 0.17 | 0.70 | 0 | 0.02 |
| HSL | 285.26º | 0.96% | 0.64% | - |
| HSV(B) | 285.26º | 0.7% | 0.98% | - |
| XYZ | 46.01 | 25.54 | 93.77 | - |
| YUV | 135.42 | 193.23 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 76 | 251 | 0.17 | 0.70 | 0 | 0.02 | 285.26 | 0.96 | 0.64 |
| Hex | D0 | 4C | FB | 11 | 46 | 0 | 2 | 11D | 60 | 40 |
| Octal | 320 | 114 | 373 | 21 | 106 | 0 | 2 | 435 | 140 | 100 |
| Binary | 11010000 | 1001100 | 11111011 | 10001 | 1000110 | 0 | 10 | 100011101 | 1100000 | 1000000 |
Color Harmonies of #D04CFB
Complementary color
Monochromatic Colors of #D04CFB
Black with #D04CFB
Text Example
Text Example
White with #D04CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04CFB; }
p { color: rgb(208,76,251); }
H1.HeaderClassName
{
color: #D04CFB;
}
.AnyTagClassName
{
color: #D04CFB;
}
</style>
background-color css
<style>
a { background-color: #D04CFB; }
a { background-color: rgb(208,76,251); }
div.DivClassName
{
background-color: #D04CFB;
}
.BgClassName
{
background-color: #D04CFB;
}
</style>
border-color css
<style>
span { border-color: #D04CFB; }
span { border-color: rgb(208,76,251); }
td.TdClassName
{
border-color: #D04CFB;
}
.TagClassName
{
border-color: #D04CFB;
}
</style>