Shades of Heliotrope #C27CF3
Tints of Heliotrope #C27CF3
RGB
CMYK
RGB Variations
Color information
#C27CF3 (or 0xC27CF3) is known color: Heliotrope. HEX triplet: C2, 7C and F3. RGB value is (194,124,243). Sum of RGB (Red+Green+Blue) = 194+124+243=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 124 (48.83% from 255 or 22.10% from 561); Blue value is 243 (95.31% from 255 or 43.32% from 561); Max value from RGB is 243 - color contains mainly: blue. Hex color #C27CF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27CF3 is #3D830C. Grayscale: #9E9E9E. Windows color (decimal): -4031245 or 15957186. OLE color: 15957186.
HSL color Cylindrical-coordinate representation of color #C27CF3: hue angle of 275.29º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C27CF3 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 124 | 243 | - |
| CMYK | 0.20 | 0.49 | 0 | 0.05 |
| HSL | 275.29º | 0.83% | 0.72% | - |
| HSV(B) | 275.29º | 0.49% | 0.95% | - |
| XYZ | 45.63 | 32.36 | 88.63 | - |
| YUV | 158.5 | 175.69 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 124 | 243 | 0.20 | 0.49 | 0 | 0.05 | 275.29 | 0.83 | 0.72 |
| Hex | C2 | 7C | F3 | 14 | 31 | 0 | 5 | 113 | 53 | 48 |
| Octal | 302 | 174 | 363 | 24 | 61 | 0 | 5 | 423 | 123 | 110 |
| Binary | 11000010 | 1111100 | 11110011 | 10100 | 110001 | 0 | 101 | 100010011 | 1010011 | 1001000 |
Color Harmonies of #C27CF3
Complementary color
Monochromatic Colors of #C27CF3
Black with #C27CF3
Text Example
Text Example
White with #C27CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27CF3; }
p { color: rgb(194,124,243); }
H1.HeaderClassName
{
color: #C27CF3;
}
.AnyTagClassName
{
color: #C27CF3;
}
</style>
background-color css
<style>
a { background-color: #C27CF3; }
a { background-color: rgb(194,124,243); }
div.DivClassName
{
background-color: #C27CF3;
}
.BgClassName
{
background-color: #C27CF3;
}
</style>
border-color css
<style>
span { border-color: #C27CF3; }
span { border-color: rgb(194,124,243); }
td.TdClassName
{
border-color: #C27CF3;
}
.TagClassName
{
border-color: #C27CF3;
}
</style>