Shades of Heliotrope #C67EFF
Tints of Heliotrope #C67EFF
RGB
CMYK
RGB Variations
Color information
#C67EFF (or 0xC67EFF) is known color: Heliotrope. HEX triplet: C6, 7E and FF. RGB value is (198,126,255). Sum of RGB (Red+Green+Blue) = 198+126+255=579 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.20% from 579); Green value is 126 (49.61% from 255 or 21.76% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #C67EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67EFF is #398100. Grayscale: #A1A1A1. Windows color (decimal): -3768577 or 16744134. OLE color: 16744134.
HSL color Cylindrical-coordinate representation of color #C67EFF: hue angle of 273.49º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C67EFF is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 126 | 255 | - |
| CMYK | 0.22 | 0.51 | 0 | 0 |
| HSL | 273.49º | 1% | 0.75% | - |
| HSV(B) | 273.49º | 0.51% | 1% | - |
| XYZ | 48.8 | 34.15 | 98.63 | - |
| YUV | 162.23 | 180.35 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 126 | 255 | 0.22 | 0.51 | 0 | 0 | 273.49 | 1 | 0.75 |
| Hex | C6 | 7E | FF | 16 | 33 | 0 | 0 | 111 | 64 | 4B |
| Octal | 306 | 176 | 377 | 26 | 63 | 0 | 0 | 421 | 144 | 113 |
| Binary | 11000110 | 1111110 | 11111111 | 10110 | 110011 | 0 | 0 | 100010001 | 1100100 | 1001011 |
Color Harmonies of #C67EFF
Complementary color
Monochromatic Colors of #C67EFF
Black with #C67EFF
Text Example
Text Example
White with #C67EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67EFF; }
p { color: rgb(198,126,255); }
H1.HeaderClassName
{
color: #C67EFF;
}
.AnyTagClassName
{
color: #C67EFF;
}
</style>
background-color css
<style>
a { background-color: #C67EFF; }
a { background-color: rgb(198,126,255); }
div.DivClassName
{
background-color: #C67EFF;
}
.BgClassName
{
background-color: #C67EFF;
}
</style>
border-color css
<style>
span { border-color: #C67EFF; }
span { border-color: rgb(198,126,255); }
td.TdClassName
{
border-color: #C67EFF;
}
.TagClassName
{
border-color: #C67EFF;
}
</style>