Shades of Heliotrope #C27DF7
Tints of Heliotrope #C27DF7
RGB
CMYK
RGB Variations
Color information
#C27DF7 (or 0xC27DF7) is known color: Heliotrope. HEX triplet: C2, 7D and F7. RGB value is (194,125,247). Sum of RGB (Red+Green+Blue) = 194+125+247=566 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.28% from 566); Green value is 125 (49.22% from 255 or 22.08% from 566); Blue value is 247 (96.88% from 255 or 43.64% from 566); Max value from RGB is 247 - color contains mainly: blue. Hex color #C27DF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27DF7 is #3D8208. Grayscale: #9F9F9F. Windows color (decimal): -4030985 or 16219586. OLE color: 16219586.
HSL color Cylindrical-coordinate representation of color #C27DF7: hue angle of 273.93º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C27DF7 is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 125 | 247 | - |
| CMYK | 0.21 | 0.49 | 0 | 0.03 |
| HSL | 273.93º | 0.88% | 0.73% | - |
| HSV(B) | 273.93º | 0.49% | 0.97% | - |
| XYZ | 46.37 | 32.85 | 91.89 | - |
| YUV | 159.54 | 177.36 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 125 | 247 | 0.21 | 0.49 | 0 | 0.03 | 273.93 | 0.88 | 0.73 |
| Hex | C2 | 7D | F7 | 15 | 31 | 0 | 3 | 112 | 58 | 49 |
| Octal | 302 | 175 | 367 | 25 | 61 | 0 | 3 | 422 | 130 | 111 |
| Binary | 11000010 | 1111101 | 11110111 | 10101 | 110001 | 0 | 11 | 100010010 | 1011000 | 1001001 |
Color Harmonies of #C27DF7
Complementary color
Monochromatic Colors of #C27DF7
Black with #C27DF7
Text Example
Text Example
White with #C27DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27DF7; }
p { color: rgb(194,125,247); }
H1.HeaderClassName
{
color: #C27DF7;
}
.AnyTagClassName
{
color: #C27DF7;
}
</style>
background-color css
<style>
a { background-color: #C27DF7; }
a { background-color: rgb(194,125,247); }
div.DivClassName
{
background-color: #C27DF7;
}
.BgClassName
{
background-color: #C27DF7;
}
</style>
border-color css
<style>
span { border-color: #C27DF7; }
span { border-color: rgb(194,125,247); }
td.TdClassName
{
border-color: #C27DF7;
}
.TagClassName
{
border-color: #C27DF7;
}
</style>