Shades of Heliotrope #C05FFF
Tints of Heliotrope #C05FFF
RGB
CMYK
RGB Variations
Color information
#C05FFF (or 0xC05FFF) is known color: Heliotrope. HEX triplet: C0, 5F and FF. RGB value is (192,95,255). Sum of RGB (Red+Green+Blue) = 192+95+255=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 95 (37.5% from 255 or 17.53% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #C05FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05FFF is #3FA000. Grayscale: #8D8D8D. Windows color (decimal): -4169729 or 16736192. OLE color: 16736192.
HSL color Cylindrical-coordinate representation of color #C05FFF: hue angle of 276.38º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C05FFF is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 95 | 255 | - |
| CMYK | 0.25 | 0.63 | 0 | 0 |
| HSL | 276.38º | 1% | 0.69% | - |
| HSV(B) | 276.38º | 0.63% | 1% | - |
| XYZ | 43.88 | 26.61 | 97.43 | - |
| YUV | 142.24 | 191.64 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 255 | 0.25 | 0.63 | 0 | 0 | 276.38 | 1 | 0.69 |
| Hex | C0 | 5F | FF | 19 | 3F | 0 | 0 | 114 | 64 | 45 |
| Octal | 300 | 137 | 377 | 31 | 77 | 0 | 0 | 424 | 144 | 105 |
| Binary | 11000000 | 1011111 | 11111111 | 11001 | 111111 | 0 | 0 | 100010100 | 1100100 | 1000101 |
Color Harmonies of #C05FFF
Complementary color
Monochromatic Colors of #C05FFF
Black with #C05FFF
Text Example
Text Example
White with #C05FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05FFF; }
p { color: rgb(192,95,255); }
H1.HeaderClassName
{
color: #C05FFF;
}
.AnyTagClassName
{
color: #C05FFF;
}
</style>
background-color css
<style>
a { background-color: #C05FFF; }
a { background-color: rgb(192,95,255); }
div.DivClassName
{
background-color: #C05FFF;
}
.BgClassName
{
background-color: #C05FFF;
}
</style>
border-color css
<style>
span { border-color: #C05FFF; }
span { border-color: rgb(192,95,255); }
td.TdClassName
{
border-color: #C05FFF;
}
.TagClassName
{
border-color: #C05FFF;
}
</style>