Shades of Wisteria #C48CDE
Tints of Wisteria #C48CDE
RGB
CMYK
RGB Variations
Color information
#C48CDE (or 0xC48CDE) is known color: Wisteria. HEX triplet: C4, 8C and DE. RGB value is (196,140,222). Sum of RGB (Red+Green+Blue) = 196+140+222=558 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.13% from 558); Green value is 140 (55.08% from 255 or 25.09% from 558); Blue value is 222 (87.11% from 255 or 39.78% from 558); Max value from RGB is 222 - color contains mainly: blue. Hex color #C48CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48CDE is #3B7321. Grayscale: #A5A5A5. Windows color (decimal): -3896098 or 14585028. OLE color: 14585028.
HSL color Cylindrical-coordinate representation of color #C48CDE: hue angle of 280.98º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C48CDE is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 140 | 222 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.13 |
| HSL | 280.98º | 0.55% | 0.71% | - |
| HSV(B) | 280.98º | 0.37% | 0.87% | - |
| XYZ | 45.33 | 35.77 | 73.62 | - |
| YUV | 166.09 | 159.55 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 140 | 222 | 0.12 | 0.37 | 0 | 0.13 | 280.98 | 0.55 | 0.71 |
| Hex | C4 | 8C | DE | C | 25 | 0 | D | 119 | 37 | 47 |
| Octal | 304 | 214 | 336 | 14 | 45 | 0 | 15 | 431 | 67 | 107 |
| Binary | 11000100 | 10001100 | 11011110 | 1100 | 100101 | 0 | 1101 | 100011001 | 110111 | 1000111 |
Color Harmonies of #C48CDE
Complementary color
Monochromatic Colors of #C48CDE
Black with #C48CDE
Text Example
Text Example
White with #C48CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48CDE; }
p { color: rgb(196,140,222); }
H1.HeaderClassName
{
color: #C48CDE;
}
.AnyTagClassName
{
color: #C48CDE;
}
</style>
background-color css
<style>
a { background-color: #C48CDE; }
a { background-color: rgb(196,140,222); }
div.DivClassName
{
background-color: #C48CDE;
}
.BgClassName
{
background-color: #C48CDE;
}
</style>
border-color css
<style>
span { border-color: #C48CDE; }
span { border-color: rgb(196,140,222); }
td.TdClassName
{
border-color: #C48CDE;
}
.TagClassName
{
border-color: #C48CDE;
}
</style>