Shades of Heliotrope #C27AFB
Tints of Heliotrope #C27AFB
RGB
CMYK
RGB Variations
Color information
#C27AFB (or 0xC27AFB) is known color: Heliotrope. HEX triplet: C2, 7A and FB. RGB value is (194,122,251). Sum of RGB (Red+Green+Blue) = 194+122+251=567 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.22% from 567); Green value is 122 (48.05% from 255 or 21.52% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #C27AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27AFB is #3D8504. Grayscale: #9D9D9D. Windows color (decimal): -4031749 or 16480962. OLE color: 16480962.
HSL color Cylindrical-coordinate representation of color #C27AFB: hue angle of 273.49º degrees, saturation: 0.94, 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 #C27AFB is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 122 | 251 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.02 |
| HSL | 273.49º | 0.94% | 0.73% | - |
| HSV(B) | 273.49º | 0.51% | 0.98% | - |
| XYZ | 46.62 | 32.35 | 95.05 | - |
| YUV | 158.23 | 180.35 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 251 | 0.23 | 0.51 | 0 | 0.02 | 273.49 | 0.94 | 0.73 |
| Hex | C2 | 7A | FB | 17 | 33 | 0 | 2 | 111 | 5E | 49 |
| Octal | 302 | 172 | 373 | 27 | 63 | 0 | 2 | 421 | 136 | 111 |
| Binary | 11000010 | 1111010 | 11111011 | 10111 | 110011 | 0 | 10 | 100010001 | 1011110 | 1001001 |
Color Harmonies of #C27AFB
Complementary color
Monochromatic Colors of #C27AFB
Black with #C27AFB
Text Example
Text Example
White with #C27AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27AFB; }
p { color: rgb(194,122,251); }
H1.HeaderClassName
{
color: #C27AFB;
}
.AnyTagClassName
{
color: #C27AFB;
}
</style>
background-color css
<style>
a { background-color: #C27AFB; }
a { background-color: rgb(194,122,251); }
div.DivClassName
{
background-color: #C27AFB;
}
.BgClassName
{
background-color: #C27AFB;
}
</style>
border-color css
<style>
span { border-color: #C27AFB; }
span { border-color: rgb(194,122,251); }
td.TdClassName
{
border-color: #C27AFB;
}
.TagClassName
{
border-color: #C27AFB;
}
</style>