Shades of Heliotrope #C67CFA
Tints of Heliotrope #C67CFA
RGB
CMYK
RGB Variations
Color information
#C67CFA (or 0xC67CFA) is known color: Heliotrope. HEX triplet: C6, 7C and FA. RGB value is (198,124,250). Sum of RGB (Red+Green+Blue) = 198+124+250=572 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.62% from 572); Green value is 124 (48.83% from 255 or 21.68% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #C67CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67CFA is #398305. Grayscale: #A0A0A0. Windows color (decimal): -3769094 or 16415942. OLE color: 16415942.
HSL color Cylindrical-coordinate representation of color #C67CFA: hue angle of 275.24º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C67CFA is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 124 | 250 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.02 |
| HSL | 275.24º | 0.93% | 0.73% | - |
| HSV(B) | 275.24º | 0.5% | 0.98% | - |
| XYZ | 47.75 | 33.32 | 94.36 | - |
| YUV | 160.49 | 178.52 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 124 | 250 | 0.21 | 0.50 | 0 | 0.02 | 275.24 | 0.93 | 0.73 |
| Hex | C6 | 7C | FA | 15 | 32 | 0 | 2 | 113 | 5D | 49 |
| Octal | 306 | 174 | 372 | 25 | 62 | 0 | 2 | 423 | 135 | 111 |
| Binary | 11000110 | 1111100 | 11111010 | 10101 | 110010 | 0 | 10 | 100010011 | 1011101 | 1001001 |
Color Harmonies of #C67CFA
Complementary color
Monochromatic Colors of #C67CFA
Black with #C67CFA
Text Example
Text Example
White with #C67CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67CFA; }
p { color: rgb(198,124,250); }
H1.HeaderClassName
{
color: #C67CFA;
}
.AnyTagClassName
{
color: #C67CFA;
}
</style>
background-color css
<style>
a { background-color: #C67CFA; }
a { background-color: rgb(198,124,250); }
div.DivClassName
{
background-color: #C67CFA;
}
.BgClassName
{
background-color: #C67CFA;
}
</style>
border-color css
<style>
span { border-color: #C67CFA; }
span { border-color: rgb(198,124,250); }
td.TdClassName
{
border-color: #C67CFA;
}
.TagClassName
{
border-color: #C67CFA;
}
</style>