Shades of Wisteria #C294DD
Tints of Wisteria #C294DD
RGB
CMYK
RGB Variations
Color information
#C294DD (or 0xC294DD) is known color: Wisteria. HEX triplet: C2, 94 and DD. RGB value is (194,148,221). Sum of RGB (Red+Green+Blue) = 194+148+221=563 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.46% from 563); Green value is 148 (58.20% from 255 or 26.29% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #C294DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C294DD is #3D6B22. Grayscale: #A9A9A9. Windows color (decimal): -4025123 or 14521538. OLE color: 14521538.
HSL color Cylindrical-coordinate representation of color #C294DD: hue angle of 277.81º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C294DD is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 148 | 221 | - |
| CMYK | 0.12 | 0.33 | 0 | 0.13 |
| HSL | 277.81º | 0.52% | 0.72% | - |
| HSV(B) | 277.81º | 0.33% | 0.87% | - |
| XYZ | 45.89 | 37.87 | 73.3 | - |
| YUV | 170.08 | 156.74 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 148 | 221 | 0.12 | 0.33 | 0 | 0.13 | 277.81 | 0.52 | 0.72 |
| Hex | C2 | 94 | DD | C | 21 | 0 | D | 116 | 34 | 48 |
| Octal | 302 | 224 | 335 | 14 | 41 | 0 | 15 | 426 | 64 | 110 |
| Binary | 11000010 | 10010100 | 11011101 | 1100 | 100001 | 0 | 1101 | 100010110 | 110100 | 1001000 |
Color Harmonies of #C294DD
Complementary color
Monochromatic Colors of #C294DD
Black with #C294DD
Text Example
Text Example
White with #C294DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C294DD; }
p { color: rgb(194,148,221); }
H1.HeaderClassName
{
color: #C294DD;
}
.AnyTagClassName
{
color: #C294DD;
}
</style>
background-color css
<style>
a { background-color: #C294DD; }
a { background-color: rgb(194,148,221); }
div.DivClassName
{
background-color: #C294DD;
}
.BgClassName
{
background-color: #C294DD;
}
</style>
border-color css
<style>
span { border-color: #C294DD; }
span { border-color: rgb(194,148,221); }
td.TdClassName
{
border-color: #C294DD;
}
.TagClassName
{
border-color: #C294DD;
}
</style>