Shades of Wisteria #C48CED
Tints of Wisteria #C48CED
RGB
CMYK
RGB Variations
Color information
#C48CED (or 0xC48CED) is known color: Wisteria. HEX triplet: C4, 8C and ED. RGB value is (196,140,237). Sum of RGB (Red+Green+Blue) = 196+140+237=573 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.21% from 573); Green value is 140 (55.08% from 255 or 24.43% from 573); Blue value is 237 (92.97% from 255 or 41.36% from 573); Max value from RGB is 237 - color contains mainly: blue. Hex color #C48CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C48CED is #3B7312. Grayscale: #A7A7A7. Windows color (decimal): -3896083 or 15568068. OLE color: 15568068.
HSL color Cylindrical-coordinate representation of color #C48CED: hue angle of 274.64º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C48CED is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 196 | 140 | 237 | - |
CMYK | 0.17 | 0.41 | 0 | 0.07 |
HSL | 274.64º | 0.73% | 0.74% | - |
HSV(B) | 274.64º | 0.41% | 0.93% | - |
XYZ | 47.43 | 36.61 | 84.69 | - |
YUV | 167.8 | 167.05 | 148.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 140 | 237 | 0.17 | 0.41 | 0 | 0.07 | 274.64 | 0.73 | 0.74 |
Hex | C4 | 8C | ED | 11 | 29 | 0 | 7 | 113 | 49 | 4A |
Octal | 304 | 214 | 355 | 21 | 51 | 0 | 7 | 423 | 111 | 112 |
Binary | 11000100 | 10001100 | 11101101 | 10001 | 101001 | 0 | 111 | 100010011 | 1001001 | 1001010 |
Color Harmonies of #C48CED
Complementary color
Monochromatic Colors of #C48CED
Black with #C48CED
Text Example
Text Example
White with #C48CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48CED; }
p { color: rgb(196,140,237); }
H1.HeaderClassName
{
color: #C48CED;
}
.AnyTagClassName
{
color: #C48CED;
}
</style>
background-color css
<style>
a { background-color: #C48CED; }
a { background-color: rgb(196,140,237); }
div.DivClassName
{
background-color: #C48CED;
}
.BgClassName
{
background-color: #C48CED;
}
</style>
border-color css
<style>
span { border-color: #C48CED; }
span { border-color: rgb(196,140,237); }
td.TdClassName
{
border-color: #C48CED;
}
.TagClassName
{
border-color: #C48CED;
}
</style>