Shades of Wisteria #C381DA
Tints of Wisteria #C381DA
RGB
CMYK
RGB Variations
Color information
#C381DA (or 0xC381DA) is known color: Wisteria. HEX triplet: C3, 81 and DA. RGB value is (195,129,218). Sum of RGB (Red+Green+Blue) = 195+129+218=542 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.98% from 542); Green value is 129 (50.78% from 255 or 23.80% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 218 - color contains mainly: blue. Hex color #C381DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C381DA is #3C7E25. Grayscale: #9E9E9E. Windows color (decimal): -3964454 or 14320067. OLE color: 14320067.
HSL color Cylindrical-coordinate representation of color #C381DA: hue angle of 284.49º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C381DA is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 195 | 129 | 218 | - |
CMYK | 0.11 | 0.41 | 0 | 0.15 |
HSL | 284.49º | 0.55% | 0.68% | - |
HSV(B) | 284.49º | 0.41% | 0.85% | - |
XYZ | 43.01 | 32.36 | 70.31 | - |
YUV | 158.88 | 161.37 | 153.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 129 | 218 | 0.11 | 0.41 | 0 | 0.15 | 284.49 | 0.55 | 0.68 |
Hex | C3 | 81 | DA | B | 29 | 0 | F | 11C | 37 | 44 |
Octal | 303 | 201 | 332 | 13 | 51 | 0 | 17 | 434 | 67 | 104 |
Binary | 11000011 | 10000001 | 11011010 | 1011 | 101001 | 0 | 1111 | 100011100 | 110111 | 1000100 |
Color Harmonies of #C381DA
Complementary color
Monochromatic Colors of #C381DA
Black with #C381DA
Text Example
Text Example
White with #C381DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C381DA; }
p { color: rgb(195,129,218); }
H1.HeaderClassName
{
color: #C381DA;
}
.AnyTagClassName
{
color: #C381DA;
}
</style>
background-color css
<style>
a { background-color: #C381DA; }
a { background-color: rgb(195,129,218); }
div.DivClassName
{
background-color: #C381DA;
}
.BgClassName
{
background-color: #C381DA;
}
</style>
border-color css
<style>
span { border-color: #C381DA; }
span { border-color: rgb(195,129,218); }
td.TdClassName
{
border-color: #C381DA;
}
.TagClassName
{
border-color: #C381DA;
}
</style>