Shades of Wisteria #C48CE4
Tints of Wisteria #C48CE4
RGB
CMYK
RGB Variations
Color information
#C48CE4 (or 0xC48CE4) is known color: Wisteria. HEX triplet: C4, 8C and E4. RGB value is (196,140,228). Sum of RGB (Red+Green+Blue) = 196+140+228=564 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.75% from 564); Green value is 140 (55.08% from 255 or 24.82% from 564); Blue value is 228 (89.45% from 255 or 40.43% from 564); Max value from RGB is 228 - color contains mainly: blue. Hex color #C48CE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48CE4 is #3B731B. Grayscale: #A6A6A6. Windows color (decimal): -3896092 or 14978244. OLE color: 14978244.
HSL color Cylindrical-coordinate representation of color #C48CE4: hue angle of 278.18º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C48CE4 is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 140 | 228 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.11 |
| HSL | 278.18º | 0.62% | 0.72% | - |
| HSV(B) | 278.18º | 0.39% | 0.89% | - |
| XYZ | 46.15 | 36.09 | 77.93 | - |
| YUV | 166.78 | 162.55 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 140 | 228 | 0.14 | 0.39 | 0 | 0.11 | 278.18 | 0.62 | 0.72 |
| Hex | C4 | 8C | E4 | E | 27 | 0 | B | 116 | 3E | 48 |
| Octal | 304 | 214 | 344 | 16 | 47 | 0 | 13 | 426 | 76 | 110 |
| Binary | 11000100 | 10001100 | 11100100 | 1110 | 100111 | 0 | 1011 | 100010110 | 111110 | 1001000 |
Color Harmonies of #C48CE4
Complementary color
Monochromatic Colors of #C48CE4
Black with #C48CE4
Text Example
Text Example
White with #C48CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48CE4; }
p { color: rgb(196,140,228); }
H1.HeaderClassName
{
color: #C48CE4;
}
.AnyTagClassName
{
color: #C48CE4;
}
</style>
background-color css
<style>
a { background-color: #C48CE4; }
a { background-color: rgb(196,140,228); }
div.DivClassName
{
background-color: #C48CE4;
}
.BgClassName
{
background-color: #C48CE4;
}
</style>
border-color css
<style>
span { border-color: #C48CE4; }
span { border-color: rgb(196,140,228); }
td.TdClassName
{
border-color: #C48CE4;
}
.TagClassName
{
border-color: #C48CE4;
}
</style>