Shades of Heliotrope #C47AFF
Tints of Heliotrope #C47AFF
RGB
CMYK
RGB Variations
Color information
#C47AFF (or 0xC47AFF) is known color: Heliotrope. HEX triplet: C4, 7A and FF. RGB value is (196,122,255). Sum of RGB (Red+Green+Blue) = 196+122+255=573 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.21% from 573); Green value is 122 (48.05% from 255 or 21.29% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #C47AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C47AFF is #3B8500. Grayscale: #9E9E9E. Windows color (decimal): -3900673 or 16743108. OLE color: 16743108.
HSL color Cylindrical-coordinate representation of color #C47AFF: hue angle of 273.38º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C47AFF is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 122 | 255 | - |
| CMYK | 0.23 | 0.52 | 0 | 0 |
| HSL | 273.38º | 1% | 0.74% | - |
| HSV(B) | 273.38º | 0.52% | 1% | - |
| XYZ | 47.77 | 32.87 | 98.44 | - |
| YUV | 159.29 | 182.02 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 122 | 255 | 0.23 | 0.52 | 0 | 0 | 273.38 | 1 | 0.74 |
| Hex | C4 | 7A | FF | 17 | 34 | 0 | 0 | 111 | 64 | 4A |
| Octal | 304 | 172 | 377 | 27 | 64 | 0 | 0 | 421 | 144 | 112 |
| Binary | 11000100 | 1111010 | 11111111 | 10111 | 110100 | 0 | 0 | 100010001 | 1100100 | 1001010 |
Color Harmonies of #C47AFF
Complementary color
Monochromatic Colors of #C47AFF
Black with #C47AFF
Text Example
Text Example
White with #C47AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47AFF; }
p { color: rgb(196,122,255); }
H1.HeaderClassName
{
color: #C47AFF;
}
.AnyTagClassName
{
color: #C47AFF;
}
</style>
background-color css
<style>
a { background-color: #C47AFF; }
a { background-color: rgb(196,122,255); }
div.DivClassName
{
background-color: #C47AFF;
}
.BgClassName
{
background-color: #C47AFF;
}
</style>
border-color css
<style>
span { border-color: #C47AFF; }
span { border-color: rgb(196,122,255); }
td.TdClassName
{
border-color: #C47AFF;
}
.TagClassName
{
border-color: #C47AFF;
}
</style>