Shades of Wisteria #C390DC
Tints of Wisteria #C390DC
RGB
CMYK
RGB Variations
Color information
#C390DC (or 0xC390DC) is known color: Wisteria. HEX triplet: C3, 90 and DC. RGB value is (195,144,220). Sum of RGB (Red+Green+Blue) = 195+144+220=559 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.88% from 559); Green value is 144 (56.64% from 255 or 25.76% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #C390DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C390DC is #3C6F23. Grayscale: #A7A7A7. Windows color (decimal): -3960612 or 14454979. OLE color: 14454979.
HSL color Cylindrical-coordinate representation of color #C390DC: hue angle of 280.26º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C390DC is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 144 | 220 | - |
| CMYK | 0.11 | 0.35 | 0 | 0.14 |
| HSL | 280.26º | 0.52% | 0.71% | - |
| HSV(B) | 280.26º | 0.35% | 0.86% | - |
| XYZ | 45.4 | 36.72 | 72.4 | - |
| YUV | 167.91 | 157.4 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 144 | 220 | 0.11 | 0.35 | 0 | 0.14 | 280.26 | 0.52 | 0.71 |
| Hex | C3 | 90 | DC | B | 23 | 0 | E | 118 | 34 | 47 |
| Octal | 303 | 220 | 334 | 13 | 43 | 0 | 16 | 430 | 64 | 107 |
| Binary | 11000011 | 10010000 | 11011100 | 1011 | 100011 | 0 | 1110 | 100011000 | 110100 | 1000111 |
Color Harmonies of #C390DC
Complementary color
Monochromatic Colors of #C390DC
Black with #C390DC
Text Example
Text Example
White with #C390DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C390DC; }
p { color: rgb(195,144,220); }
H1.HeaderClassName
{
color: #C390DC;
}
.AnyTagClassName
{
color: #C390DC;
}
</style>
background-color css
<style>
a { background-color: #C390DC; }
a { background-color: rgb(195,144,220); }
div.DivClassName
{
background-color: #C390DC;
}
.BgClassName
{
background-color: #C390DC;
}
</style>
border-color css
<style>
span { border-color: #C390DC; }
span { border-color: rgb(195,144,220); }
td.TdClassName
{
border-color: #C390DC;
}
.TagClassName
{
border-color: #C390DC;
}
</style>