Shades of Heliotrope #C67FEC
Tints of Heliotrope #C67FEC
RGB
CMYK
RGB Variations
Color information
#C67FEC (or 0xC67FEC) is known color: Heliotrope. HEX triplet: C6, 7F and EC. RGB value is (198,127,236). Sum of RGB (Red+Green+Blue) = 198+127+236=561 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.29% from 561); Green value is 127 (50% from 255 or 22.64% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #C67FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67FEC is #398013. Grayscale: #A0A0A0. Windows color (decimal): -3768340 or 15499206. OLE color: 15499206.
HSL color Cylindrical-coordinate representation of color #C67FEC: hue angle of 279.08º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C67FEC is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 127 | 236 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.07 |
| HSL | 279.08º | 0.74% | 0.71% | - |
| HSV(B) | 279.08º | 0.46% | 0.93% | - |
| XYZ | 46.02 | 33.24 | 83.35 | - |
| YUV | 160.66 | 170.52 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 127 | 236 | 0.16 | 0.46 | 0 | 0.07 | 279.08 | 0.74 | 0.71 |
| Hex | C6 | 7F | EC | 10 | 2E | 0 | 7 | 117 | 4A | 47 |
| Octal | 306 | 177 | 354 | 20 | 56 | 0 | 7 | 427 | 112 | 107 |
| Binary | 11000110 | 1111111 | 11101100 | 10000 | 101110 | 0 | 111 | 100010111 | 1001010 | 1000111 |
Color Harmonies of #C67FEC
Complementary color
Monochromatic Colors of #C67FEC
Black with #C67FEC
Text Example
Text Example
White with #C67FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67FEC; }
p { color: rgb(198,127,236); }
H1.HeaderClassName
{
color: #C67FEC;
}
.AnyTagClassName
{
color: #C67FEC;
}
</style>
background-color css
<style>
a { background-color: #C67FEC; }
a { background-color: rgb(198,127,236); }
div.DivClassName
{
background-color: #C67FEC;
}
.BgClassName
{
background-color: #C67FEC;
}
</style>
border-color css
<style>
span { border-color: #C67FEC; }
span { border-color: rgb(198,127,236); }
td.TdClassName
{
border-color: #C67FEC;
}
.TagClassName
{
border-color: #C67FEC;
}
</style>