Shades of Wisteria #C394D5
Tints of Wisteria #C394D5
RGB
CMYK
RGB Variations
Color information
#C394D5 (or 0xC394D5) is known color: Wisteria. HEX triplet: C3, 94 and D5. RGB value is (195,148,213). Sum of RGB (Red+Green+Blue) = 195+148+213=556 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.07% from 556); Green value is 148 (58.20% from 255 or 26.62% from 556); Blue value is 213 (83.59% from 255 or 38.31% from 556); Max value from RGB is 213 - color contains mainly: blue. Hex color #C394D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C394D5 is #3C6B2A. Grayscale: #A9A9A9. Windows color (decimal): -3959595 or 13997251. OLE color: 13997251.
HSL color Cylindrical-coordinate representation of color #C394D5: hue angle of 283.38º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C394D5 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 148 | 213 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.16 |
| HSL | 283.38º | 0.44% | 0.71% | - |
| HSV(B) | 283.38º | 0.31% | 0.84% | - |
| XYZ | 45.11 | 37.59 | 67.83 | - |
| YUV | 169.46 | 152.57 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 148 | 213 | 0.08 | 0.31 | 0 | 0.16 | 283.38 | 0.44 | 0.71 |
| Hex | C3 | 94 | D5 | 8 | 1F | 0 | 10 | 11B | 2C | 47 |
| Octal | 303 | 224 | 325 | 10 | 37 | 0 | 20 | 433 | 54 | 107 |
| Binary | 11000011 | 10010100 | 11010101 | 1000 | 11111 | 0 | 10000 | 100011011 | 101100 | 1000111 |
Color Harmonies of #C394D5
Complementary color
Monochromatic Colors of #C394D5
Black with #C394D5
Text Example
Text Example
White with #C394D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C394D5; }
p { color: rgb(195,148,213); }
H1.HeaderClassName
{
color: #C394D5;
}
.AnyTagClassName
{
color: #C394D5;
}
</style>
background-color css
<style>
a { background-color: #C394D5; }
a { background-color: rgb(195,148,213); }
div.DivClassName
{
background-color: #C394D5;
}
.BgClassName
{
background-color: #C394D5;
}
</style>
border-color css
<style>
span { border-color: #C394D5; }
span { border-color: rgb(195,148,213); }
td.TdClassName
{
border-color: #C394D5;
}
.TagClassName
{
border-color: #C394D5;
}
</style>