Shades of Heliotrope #C48BFF
Tints of Heliotrope #C48BFF
RGB
CMYK
RGB Variations
Color information
#C48BFF (or 0xC48BFF) is known color: Heliotrope. HEX triplet: C4, 8B and FF. RGB value is (196,139,255). Sum of RGB (Red+Green+Blue) = 196+139+255=590 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.22% from 590); Green value is 139 (54.69% from 255 or 23.56% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #C48BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48BFF is #3B7400. Grayscale: #A8A8A8. Windows color (decimal): -3896321 or 16747460. OLE color: 16747460.
HSL color Cylindrical-coordinate representation of color #C48BFF: hue angle of 269.48º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C48BFF is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 139 | 255 | - |
| CMYK | 0.23 | 0.45 | 0 | 0 |
| HSL | 269.48º | 1% | 0.77% | - |
| HSV(B) | 269.48º | 0.45% | 1% | - |
| XYZ | 50.05 | 37.42 | 99.19 | - |
| YUV | 169.27 | 176.38 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 139 | 255 | 0.23 | 0.45 | 0 | 0 | 269.48 | 1 | 0.77 |
| Hex | C4 | 8B | FF | 17 | 2D | 0 | 0 | 10D | 64 | 4D |
| Octal | 304 | 213 | 377 | 27 | 55 | 0 | 0 | 415 | 144 | 115 |
| Binary | 11000100 | 10001011 | 11111111 | 10111 | 101101 | 0 | 0 | 100001101 | 1100100 | 1001101 |
Color Harmonies of #C48BFF
Complementary color
Monochromatic Colors of #C48BFF
Black with #C48BFF
Text Example
Text Example
White with #C48BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48BFF; }
p { color: rgb(196,139,255); }
H1.HeaderClassName
{
color: #C48BFF;
}
.AnyTagClassName
{
color: #C48BFF;
}
</style>
background-color css
<style>
a { background-color: #C48BFF; }
a { background-color: rgb(196,139,255); }
div.DivClassName
{
background-color: #C48BFF;
}
.BgClassName
{
background-color: #C48BFF;
}
</style>
border-color css
<style>
span { border-color: #C48BFF; }
span { border-color: rgb(196,139,255); }
td.TdClassName
{
border-color: #C48BFF;
}
.TagClassName
{
border-color: #C48BFF;
}
</style>