Shades of Wisteria #C29CDF
Tints of Wisteria #C29CDF
RGB
CMYK
RGB Variations
Color information
#C29CDF (or 0xC29CDF) is known color: Wisteria. HEX triplet: C2, 9C and DF. RGB value is (194,156,223). Sum of RGB (Red+Green+Blue) = 194+156+223=573 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.86% from 573); Green value is 156 (61.33% from 255 or 27.23% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #C29CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29CDF is #3D6320. Grayscale: #AEAEAE. Windows color (decimal): -4023073 or 14654658. OLE color: 14654658.
HSL color Cylindrical-coordinate representation of color #C29CDF: hue angle of 274.03º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C29CDF is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 194 | 156 | 223 | - |
CMYK | 0.13 | 0.30 | 0 | 0.13 |
HSL | 274.03º | 0.51% | 0.74% | - |
HSV(B) | 274.03º | 0.3% | 0.87% | - |
XYZ | 47.46 | 40.57 | 75.14 | - |
YUV | 175 | 155.09 | 141.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 156 | 223 | 0.13 | 0.30 | 0 | 0.13 | 274.03 | 0.51 | 0.74 |
Hex | C2 | 9C | DF | D | 1E | 0 | D | 112 | 33 | 4A |
Octal | 302 | 234 | 337 | 15 | 36 | 0 | 15 | 422 | 63 | 112 |
Binary | 11000010 | 10011100 | 11011111 | 1101 | 11110 | 0 | 1101 | 100010010 | 110011 | 1001010 |
Color Harmonies of #C29CDF
Complementary color
Monochromatic Colors of #C29CDF
Black with #C29CDF
Text Example
Text Example
White with #C29CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29CDF; }
p { color: rgb(194,156,223); }
H1.HeaderClassName
{
color: #C29CDF;
}
.AnyTagClassName
{
color: #C29CDF;
}
</style>
background-color css
<style>
a { background-color: #C29CDF; }
a { background-color: rgb(194,156,223); }
div.DivClassName
{
background-color: #C29CDF;
}
.BgClassName
{
background-color: #C29CDF;
}
</style>
border-color css
<style>
span { border-color: #C29CDF; }
span { border-color: rgb(194,156,223); }
td.TdClassName
{
border-color: #C29CDF;
}
.TagClassName
{
border-color: #C29CDF;
}
</style>