Shades of Heliotrope #D05CFE
Tints of Heliotrope #D05CFE
RGB
CMYK
RGB Variations
Color information
#D05CFE (or 0xD05CFE) is known color: Heliotrope. HEX triplet: D0, 5C and FE. RGB value is (208,92,254). Sum of RGB (Red+Green+Blue) = 208+92+254=554 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.55% from 554); Green value is 92 (36.33% from 255 or 16.61% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #D05CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D05CFE is #2FA301. Grayscale: #909090. Windows color (decimal): -3121922 or 16669904. OLE color: 16669904.
HSL color Cylindrical-coordinate representation of color #D05CFE: hue angle of 282.96º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D05CFE is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 92 | 254 | - |
| CMYK | 0.18 | 0.64 | 0 | 0.00 |
| HSL | 282.96º | 0.99% | 0.68% | - |
| HSV(B) | 282.96º | 0.64% | 1% | - |
| XYZ | 47.73 | 28.22 | 96.7 | - |
| YUV | 145.15 | 189.43 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 92 | 254 | 0.18 | 0.64 | 0 | 0.00 | 282.96 | 0.99 | 0.68 |
| Hex | D0 | 5C | FE | 12 | 40 | 0 | 0 | 11B | 63 | 44 |
| Octal | 320 | 134 | 376 | 22 | 100 | 0 | 0 | 433 | 143 | 104 |
| Binary | 11010000 | 1011100 | 11111110 | 10010 | 1000000 | 0 | 0 | 100011011 | 1100011 | 1000100 |
Color Harmonies of #D05CFE
Complementary color
Monochromatic Colors of #D05CFE
Black with #D05CFE
Text Example
Text Example
White with #D05CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05CFE; }
p { color: rgb(208,92,254); }
H1.HeaderClassName
{
color: #D05CFE;
}
.AnyTagClassName
{
color: #D05CFE;
}
</style>
background-color css
<style>
a { background-color: #D05CFE; }
a { background-color: rgb(208,92,254); }
div.DivClassName
{
background-color: #D05CFE;
}
.BgClassName
{
background-color: #D05CFE;
}
</style>
border-color css
<style>
span { border-color: #D05CFE; }
span { border-color: rgb(208,92,254); }
td.TdClassName
{
border-color: #D05CFE;
}
.TagClassName
{
border-color: #D05CFE;
}
</style>