Shades of Heliotrope #C67AEE
Tints of Heliotrope #C67AEE
RGB
CMYK
RGB Variations
Color information
#C67AEE (or 0xC67AEE) is known color: Heliotrope. HEX triplet: C6, 7A and EE. RGB value is (198,122,238). Sum of RGB (Red+Green+Blue) = 198+122+238=558 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.48% from 558); Green value is 122 (48.05% from 255 or 21.86% from 558); Blue value is 238 (93.36% from 255 or 42.65% from 558); Max value from RGB is 238 - color contains mainly: blue. Hex color #C67AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67AEE is #398511. Grayscale: #9D9D9D. Windows color (decimal): -3769618 or 15628998. OLE color: 15628998.
HSL color Cylindrical-coordinate representation of color #C67AEE: hue angle of 279.31º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C67AEE is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 122 | 238 | - |
| CMYK | 0.17 | 0.49 | 0 | 0.07 |
| HSL | 279.31º | 0.77% | 0.71% | - |
| HSV(B) | 279.31º | 0.49% | 0.93% | - |
| XYZ | 45.68 | 32.1 | 84.68 | - |
| YUV | 157.95 | 173.18 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 122 | 238 | 0.17 | 0.49 | 0 | 0.07 | 279.31 | 0.77 | 0.71 |
| Hex | C6 | 7A | EE | 11 | 31 | 0 | 7 | 117 | 4D | 47 |
| Octal | 306 | 172 | 356 | 21 | 61 | 0 | 7 | 427 | 115 | 107 |
| Binary | 11000110 | 1111010 | 11101110 | 10001 | 110001 | 0 | 111 | 100010111 | 1001101 | 1000111 |
Color Harmonies of #C67AEE
Complementary color
Monochromatic Colors of #C67AEE
Black with #C67AEE
Text Example
Text Example
White with #C67AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67AEE; }
p { color: rgb(198,122,238); }
H1.HeaderClassName
{
color: #C67AEE;
}
.AnyTagClassName
{
color: #C67AEE;
}
</style>
background-color css
<style>
a { background-color: #C67AEE; }
a { background-color: rgb(198,122,238); }
div.DivClassName
{
background-color: #C67AEE;
}
.BgClassName
{
background-color: #C67AEE;
}
</style>
border-color css
<style>
span { border-color: #C67AEE; }
span { border-color: rgb(198,122,238); }
td.TdClassName
{
border-color: #C67AEE;
}
.TagClassName
{
border-color: #C67AEE;
}
</style>