Shades of Heliotrope #C06CFC
Tints of Heliotrope #C06CFC
RGB
CMYK
RGB Variations
Color information
#C06CFC (or 0xC06CFC) is known color: Heliotrope. HEX triplet: C0, 6C and FC. RGB value is (192,108,252). Sum of RGB (Red+Green+Blue) = 192+108+252=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 108 (42.58% from 255 or 19.57% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #C06CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06CFC is #3F9303. Grayscale: #959595. Windows color (decimal): -4166404 or 16542912. OLE color: 16542912.
HSL color Cylindrical-coordinate representation of color #C06CFC: hue angle of 275º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C06CFC is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 108 | 252 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.01 |
| HSL | 275º | 0.96% | 0.71% | - |
| HSV(B) | 275º | 0.57% | 0.99% | - |
| XYZ | 44.67 | 28.96 | 95.33 | - |
| YUV | 149.53 | 185.83 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 252 | 0.24 | 0.57 | 0 | 0.01 | 275 | 0.96 | 0.71 |
| Hex | C0 | 6C | FC | 18 | 39 | 0 | 1 | 113 | 60 | 47 |
| Octal | 300 | 154 | 374 | 30 | 71 | 0 | 1 | 423 | 140 | 107 |
| Binary | 11000000 | 1101100 | 11111100 | 11000 | 111001 | 0 | 1 | 100010011 | 1100000 | 1000111 |
Color Harmonies of #C06CFC
Complementary color
Monochromatic Colors of #C06CFC
Black with #C06CFC
Text Example
Text Example
White with #C06CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06CFC; }
p { color: rgb(192,108,252); }
H1.HeaderClassName
{
color: #C06CFC;
}
.AnyTagClassName
{
color: #C06CFC;
}
</style>
background-color css
<style>
a { background-color: #C06CFC; }
a { background-color: rgb(192,108,252); }
div.DivClassName
{
background-color: #C06CFC;
}
.BgClassName
{
background-color: #C06CFC;
}
</style>
border-color css
<style>
span { border-color: #C06CFC; }
span { border-color: rgb(192,108,252); }
td.TdClassName
{
border-color: #C06CFC;
}
.TagClassName
{
border-color: #C06CFC;
}
</style>