Shades of Heliotrope #C281F7
Tints of Heliotrope #C281F7
RGB
CMYK
RGB Variations
Color information
#C281F7 (or 0xC281F7) is known color: Heliotrope. HEX triplet: C2, 81 and F7. RGB value is (194,129,247). Sum of RGB (Red+Green+Blue) = 194+129+247=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 129 (50.78% from 255 or 22.63% from 570); Blue value is 247 (96.88% from 255 or 43.33% from 570); Max value from RGB is 247 - color contains mainly: blue. Hex color #C281F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C281F7 is #3D7E08. Grayscale: #A1A1A1. Windows color (decimal): -4029961 or 16220610. OLE color: 16220610.
HSL color Cylindrical-coordinate representation of color #C281F7: hue angle of 273.05º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C281F7 is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 129 | 247 | - |
| CMYK | 0.21 | 0.48 | 0 | 0.03 |
| HSL | 273.05º | 0.88% | 0.74% | - |
| HSV(B) | 273.05º | 0.48% | 0.97% | - |
| XYZ | 46.89 | 33.89 | 92.06 | - |
| YUV | 161.89 | 176.03 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 129 | 247 | 0.21 | 0.48 | 0 | 0.03 | 273.05 | 0.88 | 0.74 |
| Hex | C2 | 81 | F7 | 15 | 30 | 0 | 3 | 111 | 58 | 4A |
| Octal | 302 | 201 | 367 | 25 | 60 | 0 | 3 | 421 | 130 | 112 |
| Binary | 11000010 | 10000001 | 11110111 | 10101 | 110000 | 0 | 11 | 100010001 | 1011000 | 1001010 |
Color Harmonies of #C281F7
Complementary color
Monochromatic Colors of #C281F7
Black with #C281F7
Text Example
Text Example
White with #C281F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C281F7; }
p { color: rgb(194,129,247); }
H1.HeaderClassName
{
color: #C281F7;
}
.AnyTagClassName
{
color: #C281F7;
}
</style>
background-color css
<style>
a { background-color: #C281F7; }
a { background-color: rgb(194,129,247); }
div.DivClassName
{
background-color: #C281F7;
}
.BgClassName
{
background-color: #C281F7;
}
</style>
border-color css
<style>
span { border-color: #C281F7; }
span { border-color: rgb(194,129,247); }
td.TdClassName
{
border-color: #C281F7;
}
.TagClassName
{
border-color: #C281F7;
}
</style>