Shades of Heliotrope #C06CFE
Tints of Heliotrope #C06CFE
RGB
CMYK
RGB Variations
Color information
#C06CFE (or 0xC06CFE) is known color: Heliotrope. HEX triplet: C0, 6C and FE. RGB value is (192,108,254). Sum of RGB (Red+Green+Blue) = 192+108+254=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 108 (42.58% from 255 or 19.49% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #C06CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06CFE is #3F9301. Grayscale: #959595. Windows color (decimal): -4166402 or 16673984. OLE color: 16673984.
HSL color Cylindrical-coordinate representation of color #C06CFE: hue angle of 274.52º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C06CFE is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 108 | 254 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.00 |
| HSL | 274.52º | 0.99% | 0.71% | - |
| HSV(B) | 274.52º | 0.57% | 1% | - |
| XYZ | 44.99 | 29.09 | 97.01 | - |
| YUV | 149.76 | 186.83 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 254 | 0.24 | 0.57 | 0 | 0.00 | 274.52 | 0.99 | 0.71 |
| Hex | C0 | 6C | FE | 18 | 39 | 0 | 0 | 113 | 63 | 47 |
| Octal | 300 | 154 | 376 | 30 | 71 | 0 | 0 | 423 | 143 | 107 |
| Binary | 11000000 | 1101100 | 11111110 | 11000 | 111001 | 0 | 0 | 100010011 | 1100011 | 1000111 |
Color Harmonies of #C06CFE
Complementary color
Monochromatic Colors of #C06CFE
Black with #C06CFE
Text Example
Text Example
White with #C06CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06CFE; }
p { color: rgb(192,108,254); }
H1.HeaderClassName
{
color: #C06CFE;
}
.AnyTagClassName
{
color: #C06CFE;
}
</style>
background-color css
<style>
a { background-color: #C06CFE; }
a { background-color: rgb(192,108,254); }
div.DivClassName
{
background-color: #C06CFE;
}
.BgClassName
{
background-color: #C06CFE;
}
</style>
border-color css
<style>
span { border-color: #C06CFE; }
span { border-color: rgb(192,108,254); }
td.TdClassName
{
border-color: #C06CFE;
}
.TagClassName
{
border-color: #C06CFE;
}
</style>