Shades of Heliotrope #C671FA
Tints of Heliotrope #C671FA
RGB
CMYK
RGB Variations
Color information
#C671FA (or 0xC671FA) is known color: Heliotrope. HEX triplet: C6, 71 and FA. RGB value is (198,113,250). Sum of RGB (Red+Green+Blue) = 198+113+250=561 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.29% from 561); Green value is 113 (44.53% from 255 or 20.14% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #C671FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C671FA is #398E05. Grayscale: #999999. Windows color (decimal): -3771910 or 16413126. OLE color: 16413126.
HSL color Cylindrical-coordinate representation of color #C671FA: hue angle of 277.23º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C671FA is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 113 | 250 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.02 |
| HSL | 277.23º | 0.93% | 0.71% | - |
| HSV(B) | 277.23º | 0.55% | 0.98% | - |
| XYZ | 46.45 | 30.72 | 93.92 | - |
| YUV | 154.03 | 182.16 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 113 | 250 | 0.21 | 0.55 | 0 | 0.02 | 277.23 | 0.93 | 0.71 |
| Hex | C6 | 71 | FA | 15 | 37 | 0 | 2 | 115 | 5D | 47 |
| Octal | 306 | 161 | 372 | 25 | 67 | 0 | 2 | 425 | 135 | 107 |
| Binary | 11000110 | 1110001 | 11111010 | 10101 | 110111 | 0 | 10 | 100010101 | 1011101 | 1000111 |
Color Harmonies of #C671FA
Complementary color
Monochromatic Colors of #C671FA
Black with #C671FA
Text Example
Text Example
White with #C671FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C671FA; }
p { color: rgb(198,113,250); }
H1.HeaderClassName
{
color: #C671FA;
}
.AnyTagClassName
{
color: #C671FA;
}
</style>
background-color css
<style>
a { background-color: #C671FA; }
a { background-color: rgb(198,113,250); }
div.DivClassName
{
background-color: #C671FA;
}
.BgClassName
{
background-color: #C671FA;
}
</style>
border-color css
<style>
span { border-color: #C671FA; }
span { border-color: rgb(198,113,250); }
td.TdClassName
{
border-color: #C671FA;
}
.TagClassName
{
border-color: #C671FA;
}
</style>