Shades of Heliotrope #C06CF4
Tints of Heliotrope #C06CF4
RGB
CMYK
RGB Variations
Color information
#C06CF4 (or 0xC06CF4) is known color: Heliotrope. HEX triplet: C0, 6C and F4. RGB value is (192,108,244). Sum of RGB (Red+Green+Blue) = 192+108+244=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 108 (42.58% from 255 or 19.85% from 544); Blue value is 244 (95.70% from 255 or 44.85% from 544); Max value from RGB is 244 - color contains mainly: blue. Hex color #C06CF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06CF4 is #3F930B. Grayscale: #949494. Windows color (decimal): -4166412 or 16018624. OLE color: 16018624.
HSL color Cylindrical-coordinate representation of color #C06CF4: hue angle of 277.06º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C06CF4 is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 108 | 244 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.04 |
| HSL | 277.06º | 0.86% | 0.69% | - |
| HSV(B) | 277.06º | 0.56% | 0.96% | - |
| XYZ | 43.43 | 28.46 | 88.79 | - |
| YUV | 148.62 | 181.83 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 244 | 0.21 | 0.56 | 0 | 0.04 | 277.06 | 0.86 | 0.69 |
| Hex | C0 | 6C | F4 | 15 | 38 | 0 | 4 | 115 | 56 | 45 |
| Octal | 300 | 154 | 364 | 25 | 70 | 0 | 4 | 425 | 126 | 105 |
| Binary | 11000000 | 1101100 | 11110100 | 10101 | 111000 | 0 | 100 | 100010101 | 1010110 | 1000101 |
Color Harmonies of #C06CF4
Complementary color
Monochromatic Colors of #C06CF4
Black with #C06CF4
Text Example
Text Example
White with #C06CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06CF4; }
p { color: rgb(192,108,244); }
H1.HeaderClassName
{
color: #C06CF4;
}
.AnyTagClassName
{
color: #C06CF4;
}
</style>
background-color css
<style>
a { background-color: #C06CF4; }
a { background-color: rgb(192,108,244); }
div.DivClassName
{
background-color: #C06CF4;
}
.BgClassName
{
background-color: #C06CF4;
}
</style>
border-color css
<style>
span { border-color: #C06CF4; }
span { border-color: rgb(192,108,244); }
td.TdClassName
{
border-color: #C06CF4;
}
.TagClassName
{
border-color: #C06CF4;
}
</style>