Shades of Heliotrope #C67AFA
Tints of Heliotrope #C67AFA
RGB
CMYK
RGB Variations
Color information
#C67AFA (or 0xC67AFA) is known color: Heliotrope. HEX triplet: C6, 7A and FA. RGB value is (198,122,250). Sum of RGB (Red+Green+Blue) = 198+122+250=570 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.74% from 570); Green value is 122 (48.05% from 255 or 21.40% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #C67AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67AFA is #398505. Grayscale: #9E9E9E. Windows color (decimal): -3769606 or 16415430. OLE color: 16415430.
HSL color Cylindrical-coordinate representation of color #C67AFA: hue angle of 275.62º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C67AFA is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 122 | 250 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.02 |
| HSL | 275.63º | 0.93% | 0.73% | - |
| HSV(B) | 275.63º | 0.51% | 0.98% | - |
| XYZ | 47.5 | 32.83 | 94.28 | - |
| YUV | 159.32 | 179.18 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 122 | 250 | 0.21 | 0.51 | 0 | 0.02 | 275.63 | 0.93 | 0.73 |
| Hex | C6 | 7A | FA | 15 | 33 | 0 | 2 | 114 | 5D | 49 |
| Octal | 306 | 172 | 372 | 25 | 63 | 0 | 2 | 424 | 135 | 111 |
| Binary | 11000110 | 1111010 | 11111010 | 10101 | 110011 | 0 | 10 | 100010100 | 1011101 | 1001001 |
Color Harmonies of #C67AFA
Complementary color
Monochromatic Colors of #C67AFA
Black with #C67AFA
Text Example
Text Example
White with #C67AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67AFA; }
p { color: rgb(198,122,250); }
H1.HeaderClassName
{
color: #C67AFA;
}
.AnyTagClassName
{
color: #C67AFA;
}
</style>
background-color css
<style>
a { background-color: #C67AFA; }
a { background-color: rgb(198,122,250); }
div.DivClassName
{
background-color: #C67AFA;
}
.BgClassName
{
background-color: #C67AFA;
}
</style>
border-color css
<style>
span { border-color: #C67AFA; }
span { border-color: rgb(198,122,250); }
td.TdClassName
{
border-color: #C67AFA;
}
.TagClassName
{
border-color: #C67AFA;
}
</style>