Shades of Wisteria #C292DD
Tints of Wisteria #C292DD
RGB
CMYK
RGB Variations
Color information
#C292DD (or 0xC292DD) is known color: Wisteria. HEX triplet: C2, 92 and DD. RGB value is (194,146,221). Sum of RGB (Red+Green+Blue) = 194+146+221=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 146 (57.42% from 255 or 26.02% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #C292DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C292DD is #3D6D22. Grayscale: #A8A8A8. Windows color (decimal): -4025635 or 14521026. OLE color: 14521026.
HSL color Cylindrical-coordinate representation of color #C292DD: hue angle of 278.4º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C292DD is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 146 | 221 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.13 |
| HSL | 278.4º | 0.52% | 0.72% | - |
| HSV(B) | 278.4º | 0.34% | 0.87% | - |
| XYZ | 45.58 | 37.25 | 73.19 | - |
| YUV | 168.9 | 157.4 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 146 | 221 | 0.12 | 0.34 | 0 | 0.13 | 278.4 | 0.52 | 0.72 |
| Hex | C2 | 92 | DD | C | 22 | 0 | D | 116 | 34 | 48 |
| Octal | 302 | 222 | 335 | 14 | 42 | 0 | 15 | 426 | 64 | 110 |
| Binary | 11000010 | 10010010 | 11011101 | 1100 | 100010 | 0 | 1101 | 100010110 | 110100 | 1001000 |
Color Harmonies of #C292DD
Complementary color
Monochromatic Colors of #C292DD
Black with #C292DD
Text Example
Text Example
White with #C292DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C292DD; }
p { color: rgb(194,146,221); }
H1.HeaderClassName
{
color: #C292DD;
}
.AnyTagClassName
{
color: #C292DD;
}
</style>
background-color css
<style>
a { background-color: #C292DD; }
a { background-color: rgb(194,146,221); }
div.DivClassName
{
background-color: #C292DD;
}
.BgClassName
{
background-color: #C292DD;
}
</style>
border-color css
<style>
span { border-color: #C292DD; }
span { border-color: rgb(194,146,221); }
td.TdClassName
{
border-color: #C292DD;
}
.TagClassName
{
border-color: #C292DD;
}
</style>