Shades of Heliotrope #C06CEE
Tints of Heliotrope #C06CEE
RGB
CMYK
RGB Variations
Color information
#C06CEE (or 0xC06CEE) is known color: Heliotrope. HEX triplet: C0, 6C and EE. RGB value is (192,108,238). Sum of RGB (Red+Green+Blue) = 192+108+238=538 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.69% from 538); Green value is 108 (42.58% from 255 or 20.07% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #C06CEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06CEE is #3F9311. Grayscale: #939393. Windows color (decimal): -4166418 or 15625408. OLE color: 15625408.
HSL color Cylindrical-coordinate representation of color #C06CEE: hue angle of 278.77º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C06CEE is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 108 | 238 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.07 |
| HSL | 278.77º | 0.79% | 0.68% | - |
| HSV(B) | 278.77º | 0.55% | 0.93% | - |
| XYZ | 42.53 | 28.1 | 84.07 | - |
| YUV | 147.94 | 178.83 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 238 | 0.19 | 0.55 | 0 | 0.07 | 278.77 | 0.79 | 0.68 |
| Hex | C0 | 6C | EE | 13 | 37 | 0 | 7 | 117 | 4F | 44 |
| Octal | 300 | 154 | 356 | 23 | 67 | 0 | 7 | 427 | 117 | 104 |
| Binary | 11000000 | 1101100 | 11101110 | 10011 | 110111 | 0 | 111 | 100010111 | 1001111 | 1000100 |
Color Harmonies of #C06CEE
Complementary color
Monochromatic Colors of #C06CEE
Black with #C06CEE
Text Example
Text Example
White with #C06CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06CEE; }
p { color: rgb(192,108,238); }
H1.HeaderClassName
{
color: #C06CEE;
}
.AnyTagClassName
{
color: #C06CEE;
}
</style>
background-color css
<style>
a { background-color: #C06CEE; }
a { background-color: rgb(192,108,238); }
div.DivClassName
{
background-color: #C06CEE;
}
.BgClassName
{
background-color: #C06CEE;
}
</style>
border-color css
<style>
span { border-color: #C06CEE; }
span { border-color: rgb(192,108,238); }
td.TdClassName
{
border-color: #C06CEE;
}
.TagClassName
{
border-color: #C06CEE;
}
</style>