Shades of Heliotrope #C67CFF
Tints of Heliotrope #C67CFF
RGB
CMYK
RGB Variations
Color information
#C67CFF (or 0xC67CFF) is known color: Heliotrope. HEX triplet: C6, 7C and FF. RGB value is (198,124,255). Sum of RGB (Red+Green+Blue) = 198+124+255=577 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.32% from 577); Green value is 124 (48.83% from 255 or 21.49% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #C67CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67CFF is #398300. Grayscale: #A0A0A0. Windows color (decimal): -3769089 or 16743622. OLE color: 16743622.
HSL color Cylindrical-coordinate representation of color #C67CFF: hue angle of 273.89º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C67CFF is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 124 | 255 | - |
| CMYK | 0.22 | 0.51 | 0 | 0 |
| HSL | 273.89º | 1% | 0.74% | - |
| HSV(B) | 273.89º | 0.51% | 1% | - |
| XYZ | 48.55 | 33.64 | 98.54 | - |
| YUV | 161.06 | 181.02 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 124 | 255 | 0.22 | 0.51 | 0 | 0 | 273.89 | 1 | 0.74 |
| Hex | C6 | 7C | FF | 16 | 33 | 0 | 0 | 112 | 64 | 4A |
| Octal | 306 | 174 | 377 | 26 | 63 | 0 | 0 | 422 | 144 | 112 |
| Binary | 11000110 | 1111100 | 11111111 | 10110 | 110011 | 0 | 0 | 100010010 | 1100100 | 1001010 |
Color Harmonies of #C67CFF
Complementary color
Monochromatic Colors of #C67CFF
Black with #C67CFF
Text Example
Text Example
White with #C67CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67CFF; }
p { color: rgb(198,124,255); }
H1.HeaderClassName
{
color: #C67CFF;
}
.AnyTagClassName
{
color: #C67CFF;
}
</style>
background-color css
<style>
a { background-color: #C67CFF; }
a { background-color: rgb(198,124,255); }
div.DivClassName
{
background-color: #C67CFF;
}
.BgClassName
{
background-color: #C67CFF;
}
</style>
border-color css
<style>
span { border-color: #C67CFF; }
span { border-color: rgb(198,124,255); }
td.TdClassName
{
border-color: #C67CFF;
}
.TagClassName
{
border-color: #C67CFF;
}
</style>