Shades of Heliotrope #C681F9
Tints of Heliotrope #C681F9
RGB
CMYK
RGB Variations
Color information
#C681F9 (or 0xC681F9) is known color: Heliotrope. HEX triplet: C6, 81 and F9. RGB value is (198,129,249). Sum of RGB (Red+Green+Blue) = 198+129+249=576 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.38% from 576); Green value is 129 (50.78% from 255 or 22.40% from 576); Blue value is 249 (97.66% from 255 or 43.23% from 576); Max value from RGB is 249 - color contains mainly: blue. Hex color #C681F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C681F9 is #397E06. Grayscale: #A2A2A2. Windows color (decimal): -3767815 or 16351686. OLE color: 16351686.
HSL color Cylindrical-coordinate representation of color #C681F9: hue angle of 274.5º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C681F9 is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 129 | 249 | - |
| CMYK | 0.20 | 0.48 | 0 | 0.02 |
| HSL | 274.5º | 0.91% | 0.74% | - |
| HSV(B) | 274.5º | 0.48% | 0.98% | - |
| XYZ | 48.24 | 34.55 | 93.75 | - |
| YUV | 163.31 | 176.36 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 129 | 249 | 0.20 | 0.48 | 0 | 0.02 | 274.5 | 0.91 | 0.74 |
| Hex | C6 | 81 | F9 | 14 | 30 | 0 | 2 | 112 | 5B | 4A |
| Octal | 306 | 201 | 371 | 24 | 60 | 0 | 2 | 422 | 133 | 112 |
| Binary | 11000110 | 10000001 | 11111001 | 10100 | 110000 | 0 | 10 | 100010010 | 1011011 | 1001010 |
Color Harmonies of #C681F9
Complementary color
Monochromatic Colors of #C681F9
Black with #C681F9
Text Example
Text Example
White with #C681F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C681F9; }
p { color: rgb(198,129,249); }
H1.HeaderClassName
{
color: #C681F9;
}
.AnyTagClassName
{
color: #C681F9;
}
</style>
background-color css
<style>
a { background-color: #C681F9; }
a { background-color: rgb(198,129,249); }
div.DivClassName
{
background-color: #C681F9;
}
.BgClassName
{
background-color: #C681F9;
}
</style>
border-color css
<style>
span { border-color: #C681F9; }
span { border-color: rgb(198,129,249); }
td.TdClassName
{
border-color: #C681F9;
}
.TagClassName
{
border-color: #C681F9;
}
</style>