Shades of Heliotrope #C48AFF
Tints of Heliotrope #C48AFF
RGB
CMYK
RGB Variations
Color information
#C48AFF (or 0xC48AFF) is known color: Heliotrope. HEX triplet: C4, 8A and FF. RGB value is (196,138,255). Sum of RGB (Red+Green+Blue) = 196+138+255=589 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.28% from 589); Green value is 138 (54.30% from 255 or 23.43% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #C48AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48AFF is #3B7500. Grayscale: #A8A8A8. Windows color (decimal): -3896577 or 16747204. OLE color: 16747204.
HSL color Cylindrical-coordinate representation of color #C48AFF: hue angle of 269.74º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C48AFF is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 138 | 255 | - |
| CMYK | 0.23 | 0.46 | 0 | 0 |
| HSL | 269.74º | 1% | 0.77% | - |
| HSV(B) | 269.74º | 0.46% | 1% | - |
| XYZ | 49.9 | 37.13 | 99.14 | - |
| YUV | 168.68 | 176.72 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 138 | 255 | 0.23 | 0.46 | 0 | 0 | 269.74 | 1 | 0.77 |
| Hex | C4 | 8A | FF | 17 | 2E | 0 | 0 | 10E | 64 | 4D |
| Octal | 304 | 212 | 377 | 27 | 56 | 0 | 0 | 416 | 144 | 115 |
| Binary | 11000100 | 10001010 | 11111111 | 10111 | 101110 | 0 | 0 | 100001110 | 1100100 | 1001101 |
Color Harmonies of #C48AFF
Complementary color
Monochromatic Colors of #C48AFF
Black with #C48AFF
Text Example
Text Example
White with #C48AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48AFF; }
p { color: rgb(196,138,255); }
H1.HeaderClassName
{
color: #C48AFF;
}
.AnyTagClassName
{
color: #C48AFF;
}
</style>
background-color css
<style>
a { background-color: #C48AFF; }
a { background-color: rgb(196,138,255); }
div.DivClassName
{
background-color: #C48AFF;
}
.BgClassName
{
background-color: #C48AFF;
}
</style>
border-color css
<style>
span { border-color: #C48AFF; }
span { border-color: rgb(196,138,255); }
td.TdClassName
{
border-color: #C48AFF;
}
.TagClassName
{
border-color: #C48AFF;
}
</style>