Shades of Wisteria #C48CEF
Tints of Wisteria #C48CEF
RGB
CMYK
RGB Variations
Color information
#C48CEF (or 0xC48CEF) is known color: Wisteria. HEX triplet: C4, 8C and EF. RGB value is (196,140,239). Sum of RGB (Red+Green+Blue) = 196+140+239=575 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.09% from 575); Green value is 140 (55.08% from 255 or 24.35% from 575); Blue value is 239 (93.75% from 255 or 41.57% from 575); Max value from RGB is 239 - color contains mainly: blue. Hex color #C48CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48CEF is #3B7310. Grayscale: #A7A7A7. Windows color (decimal): -3896081 or 15699140. OLE color: 15699140.
HSL color Cylindrical-coordinate representation of color #C48CEF: hue angle of 273.94º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C48CEF is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 140 | 239 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.06 |
| HSL | 273.94º | 0.76% | 0.74% | - |
| HSV(B) | 273.94º | 0.41% | 0.94% | - |
| XYZ | 47.72 | 36.72 | 86.23 | - |
| YUV | 168.03 | 168.05 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 140 | 239 | 0.18 | 0.41 | 0 | 0.06 | 273.94 | 0.76 | 0.74 |
| Hex | C4 | 8C | EF | 12 | 29 | 0 | 6 | 112 | 4C | 4A |
| Octal | 304 | 214 | 357 | 22 | 51 | 0 | 6 | 422 | 114 | 112 |
| Binary | 11000100 | 10001100 | 11101111 | 10010 | 101001 | 0 | 110 | 100010010 | 1001100 | 1001010 |
Color Harmonies of #C48CEF
Complementary color
Monochromatic Colors of #C48CEF
Black with #C48CEF
Text Example
Text Example
White with #C48CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48CEF; }
p { color: rgb(196,140,239); }
H1.HeaderClassName
{
color: #C48CEF;
}
.AnyTagClassName
{
color: #C48CEF;
}
</style>
background-color css
<style>
a { background-color: #C48CEF; }
a { background-color: rgb(196,140,239); }
div.DivClassName
{
background-color: #C48CEF;
}
.BgClassName
{
background-color: #C48CEF;
}
</style>
border-color css
<style>
span { border-color: #C48CEF; }
span { border-color: rgb(196,140,239); }
td.TdClassName
{
border-color: #C48CEF;
}
.TagClassName
{
border-color: #C48CEF;
}
</style>