Shades of Heliotrope #C682F5
Tints of Heliotrope #C682F5
RGB
CMYK
RGB Variations
Color information
#C682F5 (or 0xC682F5) is known color: Heliotrope. HEX triplet: C6, 82 and F5. RGB value is (198,130,245). Sum of RGB (Red+Green+Blue) = 198+130+245=573 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.55% from 573); Green value is 130 (51.17% from 255 or 22.69% from 573); Blue value is 245 (96.09% from 255 or 42.76% from 573); Max value from RGB is 245 - color contains mainly: blue. Hex color #C682F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C682F5 is #397D0A. Grayscale: #A3A3A3. Windows color (decimal): -3767563 or 16089798. OLE color: 16089798.
HSL color Cylindrical-coordinate representation of color #C682F5: hue angle of 275.48º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C682F5 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 130 | 245 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.04 |
| HSL | 275.48º | 0.85% | 0.74% | - |
| HSV(B) | 275.48º | 0.47% | 0.96% | - |
| XYZ | 47.75 | 34.56 | 90.54 | - |
| YUV | 163.44 | 174.03 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 130 | 245 | 0.19 | 0.47 | 0 | 0.04 | 275.48 | 0.85 | 0.74 |
| Hex | C6 | 82 | F5 | 13 | 2F | 0 | 4 | 113 | 55 | 4A |
| Octal | 306 | 202 | 365 | 23 | 57 | 0 | 4 | 423 | 125 | 112 |
| Binary | 11000110 | 10000010 | 11110101 | 10011 | 101111 | 0 | 100 | 100010011 | 1010101 | 1001010 |
Color Harmonies of #C682F5
Complementary color
Monochromatic Colors of #C682F5
Black with #C682F5
Text Example
Text Example
White with #C682F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C682F5; }
p { color: rgb(198,130,245); }
H1.HeaderClassName
{
color: #C682F5;
}
.AnyTagClassName
{
color: #C682F5;
}
</style>
background-color css
<style>
a { background-color: #C682F5; }
a { background-color: rgb(198,130,245); }
div.DivClassName
{
background-color: #C682F5;
}
.BgClassName
{
background-color: #C682F5;
}
</style>
border-color css
<style>
span { border-color: #C682F5; }
span { border-color: rgb(198,130,245); }
td.TdClassName
{
border-color: #C682F5;
}
.TagClassName
{
border-color: #C682F5;
}
</style>