Shades of Heliotrope #C05EFA
Tints of Heliotrope #C05EFA
RGB
CMYK
RGB Variations
Color information
#C05EFA (or 0xC05EFA) is known color: Heliotrope. HEX triplet: C0, 5E and FA. RGB value is (192,94,250). Sum of RGB (Red+Green+Blue) = 192+94+250=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 94 (37.11% from 255 or 17.54% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #C05EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05EFA is #3FA105. Grayscale: #8C8C8C. Windows color (decimal): -4169990 or 16408256. OLE color: 16408256.
HSL color Cylindrical-coordinate representation of color #C05EFA: hue angle of 277.69º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C05EFA is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 94 | 250 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.02 |
| HSL | 277.69º | 0.94% | 0.67% | - |
| HSV(B) | 277.69º | 0.62% | 0.98% | - |
| XYZ | 43 | 26.11 | 93.22 | - |
| YUV | 141.09 | 189.47 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 94 | 250 | 0.23 | 0.62 | 0 | 0.02 | 277.69 | 0.94 | 0.67 |
| Hex | C0 | 5E | FA | 17 | 3E | 0 | 2 | 116 | 5E | 43 |
| Octal | 300 | 136 | 372 | 27 | 76 | 0 | 2 | 426 | 136 | 103 |
| Binary | 11000000 | 1011110 | 11111010 | 10111 | 111110 | 0 | 10 | 100010110 | 1011110 | 1000011 |
Color Harmonies of #C05EFA
Complementary color
Monochromatic Colors of #C05EFA
Black with #C05EFA
Text Example
Text Example
White with #C05EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05EFA; }
p { color: rgb(192,94,250); }
H1.HeaderClassName
{
color: #C05EFA;
}
.AnyTagClassName
{
color: #C05EFA;
}
</style>
background-color css
<style>
a { background-color: #C05EFA; }
a { background-color: rgb(192,94,250); }
div.DivClassName
{
background-color: #C05EFA;
}
.BgClassName
{
background-color: #C05EFA;
}
</style>
border-color css
<style>
span { border-color: #C05EFA; }
span { border-color: rgb(192,94,250); }
td.TdClassName
{
border-color: #C05EFA;
}
.TagClassName
{
border-color: #C05EFA;
}
</style>