Shades of Heliotrope #C48BFE
Tints of Heliotrope #C48BFE
RGB
CMYK
RGB Variations
Color information
#C48BFE (or 0xC48BFE) is known color: Heliotrope. HEX triplet: C4, 8B and FE. RGB value is (196,139,254). Sum of RGB (Red+Green+Blue) = 196+139+254=589 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.28% from 589); Green value is 139 (54.69% from 255 or 23.60% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #C48BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48BFE is #3B7401. Grayscale: #A8A8A8. Windows color (decimal): -3896322 or 16681924. OLE color: 16681924.
HSL color Cylindrical-coordinate representation of color #C48BFE: hue angle of 269.74º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C48BFE is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 139 | 254 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.00 |
| HSL | 269.74º | 0.98% | 0.77% | - |
| HSV(B) | 269.74º | 0.45% | 1% | - |
| XYZ | 49.89 | 37.36 | 98.35 | - |
| YUV | 169.15 | 175.88 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 139 | 254 | 0.23 | 0.45 | 0 | 0.00 | 269.74 | 0.98 | 0.77 |
| Hex | C4 | 8B | FE | 17 | 2D | 0 | 0 | 10E | 62 | 4D |
| Octal | 304 | 213 | 376 | 27 | 55 | 0 | 0 | 416 | 142 | 115 |
| Binary | 11000100 | 10001011 | 11111110 | 10111 | 101101 | 0 | 0 | 100001110 | 1100010 | 1001101 |
Color Harmonies of #C48BFE
Complementary color
Monochromatic Colors of #C48BFE
Black with #C48BFE
Text Example
Text Example
White with #C48BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48BFE; }
p { color: rgb(196,139,254); }
H1.HeaderClassName
{
color: #C48BFE;
}
.AnyTagClassName
{
color: #C48BFE;
}
</style>
background-color css
<style>
a { background-color: #C48BFE; }
a { background-color: rgb(196,139,254); }
div.DivClassName
{
background-color: #C48BFE;
}
.BgClassName
{
background-color: #C48BFE;
}
</style>
border-color css
<style>
span { border-color: #C48BFE; }
span { border-color: rgb(196,139,254); }
td.TdClassName
{
border-color: #C48BFE;
}
.TagClassName
{
border-color: #C48BFE;
}
</style>