Shades of Heliotrope #C06FEE
Tints of Heliotrope #C06FEE
RGB
CMYK
RGB Variations
Color information
#C06FEE (or 0xC06FEE) is known color: Heliotrope. HEX triplet: C0, 6F and EE. RGB value is (192,111,238). Sum of RGB (Red+Green+Blue) = 192+111+238=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 111 (43.75% from 255 or 20.52% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #C06FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06FEE is #3F9011. Grayscale: #959595. Windows color (decimal): -4165650 or 15626176. OLE color: 15626176.
HSL color Cylindrical-coordinate representation of color #C06FEE: hue angle of 278.27º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C06FEE is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 111 | 238 | - |
| CMYK | 0.19 | 0.53 | 0 | 0.07 |
| HSL | 278.27º | 0.79% | 0.68% | - |
| HSV(B) | 278.27º | 0.53% | 0.93% | - |
| XYZ | 42.86 | 28.75 | 84.18 | - |
| YUV | 149.7 | 177.84 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 111 | 238 | 0.19 | 0.53 | 0 | 0.07 | 278.27 | 0.79 | 0.68 |
| Hex | C0 | 6F | EE | 13 | 35 | 0 | 7 | 116 | 4F | 44 |
| Octal | 300 | 157 | 356 | 23 | 65 | 0 | 7 | 426 | 117 | 104 |
| Binary | 11000000 | 1101111 | 11101110 | 10011 | 110101 | 0 | 111 | 100010110 | 1001111 | 1000100 |
Color Harmonies of #C06FEE
Complementary color
Monochromatic Colors of #C06FEE
Black with #C06FEE
Text Example
Text Example
White with #C06FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06FEE; }
p { color: rgb(192,111,238); }
H1.HeaderClassName
{
color: #C06FEE;
}
.AnyTagClassName
{
color: #C06FEE;
}
</style>
background-color css
<style>
a { background-color: #C06FEE; }
a { background-color: rgb(192,111,238); }
div.DivClassName
{
background-color: #C06FEE;
}
.BgClassName
{
background-color: #C06FEE;
}
</style>
border-color css
<style>
span { border-color: #C06FEE; }
span { border-color: rgb(192,111,238); }
td.TdClassName
{
border-color: #C06FEE;
}
.TagClassName
{
border-color: #C06FEE;
}
</style>