Shades of Wisteria #C594DE
Tints of Wisteria #C594DE
RGB
CMYK
RGB Variations
Color information
#C594DE (or 0xC594DE) is known color: Wisteria. HEX triplet: C5, 94 and DE. RGB value is (197,148,222). Sum of RGB (Red+Green+Blue) = 197+148+222=567 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.74% from 567); Green value is 148 (58.20% from 255 or 26.10% from 567); Blue value is 222 (87.11% from 255 or 39.15% from 567); Max value from RGB is 222 - color contains mainly: blue. Hex color #C594DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C594DE is #3A6B21. Grayscale: #AAAAAA. Windows color (decimal): -3828514 or 14587077. OLE color: 14587077.
HSL color Cylindrical-coordinate representation of color #C594DE: hue angle of 279.73º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C594DE is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 148 | 222 | - |
| CMYK | 0.11 | 0.33 | 0 | 0.13 |
| HSL | 279.73º | 0.53% | 0.73% | - |
| HSV(B) | 279.73º | 0.33% | 0.87% | - |
| XYZ | 46.8 | 38.32 | 74.04 | - |
| YUV | 171.09 | 156.73 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 148 | 222 | 0.11 | 0.33 | 0 | 0.13 | 279.73 | 0.53 | 0.73 |
| Hex | C5 | 94 | DE | B | 21 | 0 | D | 118 | 35 | 49 |
| Octal | 305 | 224 | 336 | 13 | 41 | 0 | 15 | 430 | 65 | 111 |
| Binary | 11000101 | 10010100 | 11011110 | 1011 | 100001 | 0 | 1101 | 100011000 | 110101 | 1001001 |
Color Harmonies of #C594DE
Complementary color
Monochromatic Colors of #C594DE
Black with #C594DE
Text Example
Text Example
White with #C594DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C594DE; }
p { color: rgb(197,148,222); }
H1.HeaderClassName
{
color: #C594DE;
}
.AnyTagClassName
{
color: #C594DE;
}
</style>
background-color css
<style>
a { background-color: #C594DE; }
a { background-color: rgb(197,148,222); }
div.DivClassName
{
background-color: #C594DE;
}
.BgClassName
{
background-color: #C594DE;
}
</style>
border-color css
<style>
span { border-color: #C594DE; }
span { border-color: rgb(197,148,222); }
td.TdClassName
{
border-color: #C594DE;
}
.TagClassName
{
border-color: #C594DE;
}
</style>