Shades of Heliotrope #C682F3
Tints of Heliotrope #C682F3
RGB
CMYK
RGB Variations
Color information
#C682F3 (or 0xC682F3) is known color: Heliotrope. HEX triplet: C6, 82 and F3. RGB value is (198,130,243). Sum of RGB (Red+Green+Blue) = 198+130+243=571 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.68% from 571); Green value is 130 (51.17% from 255 or 22.77% from 571); Blue value is 243 (95.31% from 255 or 42.56% from 571); Max value from RGB is 243 - color contains mainly: blue. Hex color #C682F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C682F3 is #397D0C. Grayscale: #A2A2A2. Windows color (decimal): -3767565 or 15958726. OLE color: 15958726.
HSL color Cylindrical-coordinate representation of color #C682F3: hue angle of 276.11º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C682F3 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 130 | 243 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.05 |
| HSL | 276.11º | 0.82% | 0.73% | - |
| HSV(B) | 276.11º | 0.47% | 0.95% | - |
| XYZ | 47.45 | 34.44 | 88.94 | - |
| YUV | 163.21 | 173.03 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 130 | 243 | 0.19 | 0.47 | 0 | 0.05 | 276.11 | 0.82 | 0.73 |
| Hex | C6 | 82 | F3 | 13 | 2F | 0 | 5 | 114 | 52 | 49 |
| Octal | 306 | 202 | 363 | 23 | 57 | 0 | 5 | 424 | 122 | 111 |
| Binary | 11000110 | 10000010 | 11110011 | 10011 | 101111 | 0 | 101 | 100010100 | 1010010 | 1001001 |
Color Harmonies of #C682F3
Complementary color
Monochromatic Colors of #C682F3
Black with #C682F3
Text Example
Text Example
White with #C682F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C682F3; }
p { color: rgb(198,130,243); }
H1.HeaderClassName
{
color: #C682F3;
}
.AnyTagClassName
{
color: #C682F3;
}
</style>
background-color css
<style>
a { background-color: #C682F3; }
a { background-color: rgb(198,130,243); }
div.DivClassName
{
background-color: #C682F3;
}
.BgClassName
{
background-color: #C682F3;
}
</style>
border-color css
<style>
span { border-color: #C682F3; }
span { border-color: rgb(198,130,243); }
td.TdClassName
{
border-color: #C682F3;
}
.TagClassName
{
border-color: #C682F3;
}
</style>