Shades of Heliotrope #C05DFC
Tints of Heliotrope #C05DFC
RGB
CMYK
RGB Variations
Color information
#C05DFC (or 0xC05DFC) is known color: Heliotrope. HEX triplet: C0, 5D and FC. RGB value is (192,93,252). Sum of RGB (Red+Green+Blue) = 192+93+252=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 93 (36.72% from 255 or 17.32% from 537); Blue value is 252 (98.83% from 255 or 46.93% from 537); Max value from RGB is 252 - color contains mainly: blue. Hex color #C05DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05DFC is #3FA203. Grayscale: #8C8C8C. Windows color (decimal): -4170244 or 16539072. OLE color: 16539072.
HSL color Cylindrical-coordinate representation of color #C05DFC: hue angle of 277.36º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C05DFC is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 93 | 252 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.01 |
| HSL | 277.36º | 0.96% | 0.68% | - |
| HSV(B) | 277.36º | 0.63% | 0.99% | - |
| XYZ | 43.22 | 26.06 | 94.85 | - |
| YUV | 140.73 | 190.8 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 93 | 252 | 0.24 | 0.63 | 0 | 0.01 | 277.36 | 0.96 | 0.68 |
| Hex | C0 | 5D | FC | 18 | 3F | 0 | 1 | 115 | 60 | 44 |
| Octal | 300 | 135 | 374 | 30 | 77 | 0 | 1 | 425 | 140 | 104 |
| Binary | 11000000 | 1011101 | 11111100 | 11000 | 111111 | 0 | 1 | 100010101 | 1100000 | 1000100 |
Color Harmonies of #C05DFC
Complementary color
Monochromatic Colors of #C05DFC
Black with #C05DFC
Text Example
Text Example
White with #C05DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05DFC; }
p { color: rgb(192,93,252); }
H1.HeaderClassName
{
color: #C05DFC;
}
.AnyTagClassName
{
color: #C05DFC;
}
</style>
background-color css
<style>
a { background-color: #C05DFC; }
a { background-color: rgb(192,93,252); }
div.DivClassName
{
background-color: #C05DFC;
}
.BgClassName
{
background-color: #C05DFC;
}
</style>
border-color css
<style>
span { border-color: #C05DFC; }
span { border-color: rgb(192,93,252); }
td.TdClassName
{
border-color: #C05DFC;
}
.TagClassName
{
border-color: #C05DFC;
}
</style>