Shades of Heliotrope #C05DFA
Tints of Heliotrope #C05DFA
RGB
CMYK
RGB Variations
Color information
#C05DFA (or 0xC05DFA) is known color: Heliotrope. HEX triplet: C0, 5D and FA. RGB value is (192,93,250). Sum of RGB (Red+Green+Blue) = 192+93+250=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 93 (36.72% from 255 or 17.38% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #C05DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05DFA is #3FA205. Grayscale: #8B8B8B. Windows color (decimal): -4170246 or 16408000. OLE color: 16408000.
HSL color Cylindrical-coordinate representation of color #C05DFA: hue angle of 277.83º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C05DFA is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 93 | 250 | - |
| CMYK | 0.23 | 0.63 | 0 | 0.02 |
| HSL | 277.83º | 0.94% | 0.67% | - |
| HSV(B) | 277.83º | 0.63% | 0.98% | - |
| XYZ | 42.91 | 25.94 | 93.19 | - |
| YUV | 140.5 | 189.8 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 93 | 250 | 0.23 | 0.63 | 0 | 0.02 | 277.83 | 0.94 | 0.67 |
| Hex | C0 | 5D | FA | 17 | 3F | 0 | 2 | 116 | 5E | 43 |
| Octal | 300 | 135 | 372 | 27 | 77 | 0 | 2 | 426 | 136 | 103 |
| Binary | 11000000 | 1011101 | 11111010 | 10111 | 111111 | 0 | 10 | 100010110 | 1011110 | 1000011 |
Color Harmonies of #C05DFA
Complementary color
Monochromatic Colors of #C05DFA
Black with #C05DFA
Text Example
Text Example
White with #C05DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05DFA; }
p { color: rgb(192,93,250); }
H1.HeaderClassName
{
color: #C05DFA;
}
.AnyTagClassName
{
color: #C05DFA;
}
</style>
background-color css
<style>
a { background-color: #C05DFA; }
a { background-color: rgb(192,93,250); }
div.DivClassName
{
background-color: #C05DFA;
}
.BgClassName
{
background-color: #C05DFA;
}
</style>
border-color css
<style>
span { border-color: #C05DFA; }
span { border-color: rgb(192,93,250); }
td.TdClassName
{
border-color: #C05DFA;
}
.TagClassName
{
border-color: #C05DFA;
}
</style>