Shades of Heliotrope #C27AF9
Tints of Heliotrope #C27AF9
RGB
CMYK
RGB Variations
Color information
#C27AF9 (or 0xC27AF9) is known color: Heliotrope. HEX triplet: C2, 7A and F9. RGB value is (194,122,249). Sum of RGB (Red+Green+Blue) = 194+122+249=565 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.34% from 565); Green value is 122 (48.05% from 255 or 21.59% from 565); Blue value is 249 (97.66% from 255 or 44.07% from 565); Max value from RGB is 249 - color contains mainly: blue. Hex color #C27AF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27AF9 is #3D8506. Grayscale: #9D9D9D. Windows color (decimal): -4031751 or 16349890. OLE color: 16349890.
HSL color Cylindrical-coordinate representation of color #C27AF9: hue angle of 274.02º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C27AF9 is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 122 | 249 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.02 |
| HSL | 274.02º | 0.91% | 0.73% | - |
| HSV(B) | 274.02º | 0.51% | 0.98% | - |
| XYZ | 46.31 | 32.23 | 93.4 | - |
| YUV | 158.01 | 179.35 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 249 | 0.22 | 0.51 | 0 | 0.02 | 274.02 | 0.91 | 0.73 |
| Hex | C2 | 7A | F9 | 16 | 33 | 0 | 2 | 112 | 5B | 49 |
| Octal | 302 | 172 | 371 | 26 | 63 | 0 | 2 | 422 | 133 | 111 |
| Binary | 11000010 | 1111010 | 11111001 | 10110 | 110011 | 0 | 10 | 100010010 | 1011011 | 1001001 |
Color Harmonies of #C27AF9
Complementary color
Monochromatic Colors of #C27AF9
Black with #C27AF9
Text Example
Text Example
White with #C27AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27AF9; }
p { color: rgb(194,122,249); }
H1.HeaderClassName
{
color: #C27AF9;
}
.AnyTagClassName
{
color: #C27AF9;
}
</style>
background-color css
<style>
a { background-color: #C27AF9; }
a { background-color: rgb(194,122,249); }
div.DivClassName
{
background-color: #C27AF9;
}
.BgClassName
{
background-color: #C27AF9;
}
</style>
border-color css
<style>
span { border-color: #C27AF9; }
span { border-color: rgb(194,122,249); }
td.TdClassName
{
border-color: #C27AF9;
}
.TagClassName
{
border-color: #C27AF9;
}
</style>