Shades of Wisteria #C380DF
Tints of Wisteria #C380DF
RGB
CMYK
RGB Variations
Color information
#C380DF (or 0xC380DF) is known color: Wisteria. HEX triplet: C3, 80 and DF. RGB value is (195,128,223). Sum of RGB (Red+Green+Blue) = 195+128+223=546 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.71% from 546); Green value is 128 (50.39% from 255 or 23.44% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #C380DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C380DF is #3C7F20. Grayscale: #9E9E9E. Windows color (decimal): -3964705 or 14647491. OLE color: 14647491.
HSL color Cylindrical-coordinate representation of color #C380DF: hue angle of 282.32º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C380DF is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 128 | 223 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.13 |
| HSL | 282.32º | 0.6% | 0.69% | - |
| HSV(B) | 282.32º | 0.43% | 0.87% | - |
| XYZ | 43.54 | 32.37 | 73.76 | - |
| YUV | 158.86 | 164.2 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 128 | 223 | 0.13 | 0.43 | 0 | 0.13 | 282.32 | 0.6 | 0.69 |
| Hex | C3 | 80 | DF | D | 2B | 0 | D | 11A | 3C | 45 |
| Octal | 303 | 200 | 337 | 15 | 53 | 0 | 15 | 432 | 74 | 105 |
| Binary | 11000011 | 10000000 | 11011111 | 1101 | 101011 | 0 | 1101 | 100011010 | 111100 | 1000101 |
Color Harmonies of #C380DF
Complementary color
Monochromatic Colors of #C380DF
Black with #C380DF
Text Example
Text Example
White with #C380DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C380DF; }
p { color: rgb(195,128,223); }
H1.HeaderClassName
{
color: #C380DF;
}
.AnyTagClassName
{
color: #C380DF;
}
</style>
background-color css
<style>
a { background-color: #C380DF; }
a { background-color: rgb(195,128,223); }
div.DivClassName
{
background-color: #C380DF;
}
.BgClassName
{
background-color: #C380DF;
}
</style>
border-color css
<style>
span { border-color: #C380DF; }
span { border-color: rgb(195,128,223); }
td.TdClassName
{
border-color: #C380DF;
}
.TagClassName
{
border-color: #C380DF;
}
</style>