Shades of Heliotrope #C67AFC
Tints of Heliotrope #C67AFC
RGB
CMYK
RGB Variations
Color information
#C67AFC (or 0xC67AFC) is known color: Heliotrope. HEX triplet: C6, 7A and FC. RGB value is (198,122,252). Sum of RGB (Red+Green+Blue) = 198+122+252=572 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.62% from 572); Green value is 122 (48.05% from 255 or 21.33% from 572); Blue value is 252 (98.83% from 255 or 44.06% from 572); Max value from RGB is 252 - color contains mainly: blue. Hex color #C67AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67AFC is #398503. Grayscale: #9F9F9F. Windows color (decimal): -3769604 or 16546502. OLE color: 16546502.
HSL color Cylindrical-coordinate representation of color #C67AFC: hue angle of 275.08º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C67AFC is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 122 | 252 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.01 |
| HSL | 275.08º | 0.96% | 0.73% | - |
| HSV(B) | 275.08º | 0.52% | 0.99% | - |
| XYZ | 47.82 | 32.95 | 95.94 | - |
| YUV | 159.54 | 180.18 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 122 | 252 | 0.21 | 0.52 | 0 | 0.01 | 275.08 | 0.96 | 0.73 |
| Hex | C6 | 7A | FC | 15 | 34 | 0 | 1 | 113 | 60 | 49 |
| Octal | 306 | 172 | 374 | 25 | 64 | 0 | 1 | 423 | 140 | 111 |
| Binary | 11000110 | 1111010 | 11111100 | 10101 | 110100 | 0 | 1 | 100010011 | 1100000 | 1001001 |
Color Harmonies of #C67AFC
Complementary color
Monochromatic Colors of #C67AFC
Black with #C67AFC
Text Example
Text Example
White with #C67AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67AFC; }
p { color: rgb(198,122,252); }
H1.HeaderClassName
{
color: #C67AFC;
}
.AnyTagClassName
{
color: #C67AFC;
}
</style>
background-color css
<style>
a { background-color: #C67AFC; }
a { background-color: rgb(198,122,252); }
div.DivClassName
{
background-color: #C67AFC;
}
.BgClassName
{
background-color: #C67AFC;
}
</style>
border-color css
<style>
span { border-color: #C67AFC; }
span { border-color: rgb(198,122,252); }
td.TdClassName
{
border-color: #C67AFC;
}
.TagClassName
{
border-color: #C67AFC;
}
</style>