Shades of Wisteria #C494DD
Tints of Wisteria #C494DD
RGB
CMYK
RGB Variations
Color information
#C494DD (or 0xC494DD) is known color: Wisteria. HEX triplet: C4, 94 and DD. RGB value is (196,148,221). Sum of RGB (Red+Green+Blue) = 196+148+221=565 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.69% from 565); Green value is 148 (58.20% from 255 or 26.19% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #C494DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C494DD is #3B6B22. Grayscale: #AAAAAA. Windows color (decimal): -3894051 or 14521540. OLE color: 14521540.
HSL color Cylindrical-coordinate representation of color #C494DD: hue angle of 279.45º 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 #C494DD is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 148 | 221 | - |
| CMYK | 0.11 | 0.33 | 0 | 0.13 |
| HSL | 279.45º | 0.52% | 0.72% | - |
| HSV(B) | 279.45º | 0.33% | 0.87% | - |
| XYZ | 46.41 | 38.14 | 73.32 | - |
| YUV | 170.67 | 156.4 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 148 | 221 | 0.11 | 0.33 | 0 | 0.13 | 279.45 | 0.52 | 0.72 |
| Hex | C4 | 94 | DD | B | 21 | 0 | D | 117 | 34 | 48 |
| Octal | 304 | 224 | 335 | 13 | 41 | 0 | 15 | 427 | 64 | 110 |
| Binary | 11000100 | 10010100 | 11011101 | 1011 | 100001 | 0 | 1101 | 100010111 | 110100 | 1001000 |
Color Harmonies of #C494DD
Complementary color
Monochromatic Colors of #C494DD
Black with #C494DD
Text Example
Text Example
White with #C494DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C494DD; }
p { color: rgb(196,148,221); }
H1.HeaderClassName
{
color: #C494DD;
}
.AnyTagClassName
{
color: #C494DD;
}
</style>
background-color css
<style>
a { background-color: #C494DD; }
a { background-color: rgb(196,148,221); }
div.DivClassName
{
background-color: #C494DD;
}
.BgClassName
{
background-color: #C494DD;
}
</style>
border-color css
<style>
span { border-color: #C494DD; }
span { border-color: rgb(196,148,221); }
td.TdClassName
{
border-color: #C494DD;
}
.TagClassName
{
border-color: #C494DD;
}
</style>