Shades of Wisteria #C48FEE
Tints of Wisteria #C48FEE
RGB
CMYK
RGB Variations
Color information
#C48FEE (or 0xC48FEE) is known color: Wisteria. HEX triplet: C4, 8F and EE. RGB value is (196,143,238). Sum of RGB (Red+Green+Blue) = 196+143+238=577 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.97% from 577); Green value is 143 (56.25% from 255 or 24.78% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 238 - color contains mainly: blue. Hex color #C48FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48FEE is #3B7011. Grayscale: #A9A9A9. Windows color (decimal): -3895314 or 15634372. OLE color: 15634372.
HSL color Cylindrical-coordinate representation of color #C48FEE: hue angle of 273.47º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C48FEE is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 143 | 238 | - |
| CMYK | 0.18 | 0.40 | 0 | 0.07 |
| HSL | 273.47º | 0.74% | 0.75% | - |
| HSV(B) | 273.47º | 0.4% | 0.93% | - |
| XYZ | 48.02 | 37.55 | 85.61 | - |
| YUV | 169.68 | 166.56 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 143 | 238 | 0.18 | 0.40 | 0 | 0.07 | 273.47 | 0.74 | 0.75 |
| Hex | C4 | 8F | EE | 12 | 28 | 0 | 7 | 111 | 4A | 4B |
| Octal | 304 | 217 | 356 | 22 | 50 | 0 | 7 | 421 | 112 | 113 |
| Binary | 11000100 | 10001111 | 11101110 | 10010 | 101000 | 0 | 111 | 100010001 | 1001010 | 1001011 |
Color Harmonies of #C48FEE
Complementary color
Monochromatic Colors of #C48FEE
Black with #C48FEE
Text Example
Text Example
White with #C48FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48FEE; }
p { color: rgb(196,143,238); }
H1.HeaderClassName
{
color: #C48FEE;
}
.AnyTagClassName
{
color: #C48FEE;
}
</style>
background-color css
<style>
a { background-color: #C48FEE; }
a { background-color: rgb(196,143,238); }
div.DivClassName
{
background-color: #C48FEE;
}
.BgClassName
{
background-color: #C48FEE;
}
</style>
border-color css
<style>
span { border-color: #C48FEE; }
span { border-color: rgb(196,143,238); }
td.TdClassName
{
border-color: #C48FEE;
}
.TagClassName
{
border-color: #C48FEE;
}
</style>