Shades of Heliotrope #C05CFC
Tints of Heliotrope #C05CFC
RGB
CMYK
RGB Variations
Color information
#C05CFC (or 0xC05CFC) is known color: Heliotrope. HEX triplet: C0, 5C and FC. RGB value is (192,92,252). Sum of RGB (Red+Green+Blue) = 192+92+252=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 92 (36.33% from 255 or 17.16% from 536); Blue value is 252 (98.83% from 255 or 47.01% from 536); Max value from RGB is 252 - color contains mainly: blue. Hex color #C05CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05CFC is #3FA303. Grayscale: #8B8B8B. Windows color (decimal): -4170500 or 16538816. OLE color: 16538816.
HSL color Cylindrical-coordinate representation of color #C05CFC: hue angle of 277.5º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C05CFC is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 92 | 252 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.01 |
| HSL | 277.5º | 0.96% | 0.67% | - |
| HSV(B) | 277.5º | 0.63% | 0.99% | - |
| XYZ | 43.14 | 25.89 | 94.82 | - |
| YUV | 140.14 | 191.13 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 92 | 252 | 0.24 | 0.63 | 0 | 0.01 | 277.5 | 0.96 | 0.67 |
| Hex | C0 | 5C | FC | 18 | 3F | 0 | 1 | 116 | 60 | 43 |
| Octal | 300 | 134 | 374 | 30 | 77 | 0 | 1 | 426 | 140 | 103 |
| Binary | 11000000 | 1011100 | 11111100 | 11000 | 111111 | 0 | 1 | 100010110 | 1100000 | 1000011 |
Color Harmonies of #C05CFC
Complementary color
Monochromatic Colors of #C05CFC
Black with #C05CFC
Text Example
Text Example
White with #C05CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05CFC; }
p { color: rgb(192,92,252); }
H1.HeaderClassName
{
color: #C05CFC;
}
.AnyTagClassName
{
color: #C05CFC;
}
</style>
background-color css
<style>
a { background-color: #C05CFC; }
a { background-color: rgb(192,92,252); }
div.DivClassName
{
background-color: #C05CFC;
}
.BgClassName
{
background-color: #C05CFC;
}
</style>
border-color css
<style>
span { border-color: #C05CFC; }
span { border-color: rgb(192,92,252); }
td.TdClassName
{
border-color: #C05CFC;
}
.TagClassName
{
border-color: #C05CFC;
}
</style>