Shades of Wisteria #C48BEE
Tints of Wisteria #C48BEE
RGB
CMYK
RGB Variations
Color information
#C48BEE (or 0xC48BEE) is known color: Wisteria. HEX triplet: C4, 8B and EE. RGB value is (196,139,238). Sum of RGB (Red+Green+Blue) = 196+139+238=573 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.21% from 573); Green value is 139 (54.69% from 255 or 24.26% from 573); Blue value is 238 (93.36% from 255 or 41.54% from 573); Max value from RGB is 238 - color contains mainly: blue. Hex color #C48BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48BEE is #3B7411. Grayscale: #A6A6A6. Windows color (decimal): -3896338 or 15633348. OLE color: 15633348.
HSL color Cylindrical-coordinate representation of color #C48BEE: hue angle of 274.55º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C48BEE is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 139 | 238 | - |
| CMYK | 0.18 | 0.42 | 0 | 0.07 |
| HSL | 274.55º | 0.74% | 0.74% | - |
| HSV(B) | 274.55º | 0.42% | 0.93% | - |
| XYZ | 47.43 | 36.37 | 85.41 | - |
| YUV | 167.33 | 167.88 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 139 | 238 | 0.18 | 0.42 | 0 | 0.07 | 274.55 | 0.74 | 0.74 |
| Hex | C4 | 8B | EE | 12 | 2A | 0 | 7 | 113 | 4A | 4A |
| Octal | 304 | 213 | 356 | 22 | 52 | 0 | 7 | 423 | 112 | 112 |
| Binary | 11000100 | 10001011 | 11101110 | 10010 | 101010 | 0 | 111 | 100010011 | 1001010 | 1001010 |
Color Harmonies of #C48BEE
Complementary color
Monochromatic Colors of #C48BEE
Black with #C48BEE
Text Example
Text Example
White with #C48BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48BEE; }
p { color: rgb(196,139,238); }
H1.HeaderClassName
{
color: #C48BEE;
}
.AnyTagClassName
{
color: #C48BEE;
}
</style>
background-color css
<style>
a { background-color: #C48BEE; }
a { background-color: rgb(196,139,238); }
div.DivClassName
{
background-color: #C48BEE;
}
.BgClassName
{
background-color: #C48BEE;
}
</style>
border-color css
<style>
span { border-color: #C48BEE; }
span { border-color: rgb(196,139,238); }
td.TdClassName
{
border-color: #C48BEE;
}
.TagClassName
{
border-color: #C48BEE;
}
</style>