Shades of Heliotrope #C282F7
Tints of Heliotrope #C282F7
RGB
CMYK
RGB Variations
Color information
#C282F7 (or 0xC282F7) is known color: Heliotrope. HEX triplet: C2, 82 and F7. RGB value is (194,130,247). Sum of RGB (Red+Green+Blue) = 194+130+247=571 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.98% from 571); Green value is 130 (51.17% from 255 or 22.77% from 571); Blue value is 247 (96.88% from 255 or 43.26% from 571); Max value from RGB is 247 - color contains mainly: blue. Hex color #C282F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C282F7 is #3D7D08. Grayscale: #A2A2A2. Windows color (decimal): -4029705 or 16220866. OLE color: 16220866.
HSL color Cylindrical-coordinate representation of color #C282F7: hue angle of 272.82º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C282F7 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 130 | 247 | - |
| CMYK | 0.21 | 0.47 | 0 | 0.03 |
| HSL | 272.82º | 0.88% | 0.74% | - |
| HSV(B) | 272.82º | 0.47% | 0.97% | - |
| XYZ | 47.02 | 34.15 | 92.11 | - |
| YUV | 162.47 | 175.7 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 130 | 247 | 0.21 | 0.47 | 0 | 0.03 | 272.82 | 0.88 | 0.74 |
| Hex | C2 | 82 | F7 | 15 | 2F | 0 | 3 | 111 | 58 | 4A |
| Octal | 302 | 202 | 367 | 25 | 57 | 0 | 3 | 421 | 130 | 112 |
| Binary | 11000010 | 10000010 | 11110111 | 10101 | 101111 | 0 | 11 | 100010001 | 1011000 | 1001010 |
Color Harmonies of #C282F7
Complementary color
Monochromatic Colors of #C282F7
Black with #C282F7
Text Example
Text Example
White with #C282F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C282F7; }
p { color: rgb(194,130,247); }
H1.HeaderClassName
{
color: #C282F7;
}
.AnyTagClassName
{
color: #C282F7;
}
</style>
background-color css
<style>
a { background-color: #C282F7; }
a { background-color: rgb(194,130,247); }
div.DivClassName
{
background-color: #C282F7;
}
.BgClassName
{
background-color: #C282F7;
}
</style>
border-color css
<style>
span { border-color: #C282F7; }
span { border-color: rgb(194,130,247); }
td.TdClassName
{
border-color: #C282F7;
}
.TagClassName
{
border-color: #C282F7;
}
</style>