Shades of Wisteria #C594E8
Tints of Wisteria #C594E8
RGB
CMYK
RGB Variations
Color information
#C594E8 (or 0xC594E8) is known color: Wisteria. HEX triplet: C5, 94 and E8. RGB value is (197,148,232). Sum of RGB (Red+Green+Blue) = 197+148+232=577 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.14% from 577); Green value is 148 (58.20% from 255 or 25.65% from 577); Blue value is 232 (91.02% from 255 or 40.21% from 577); Max value from RGB is 232 - color contains mainly: blue. Hex color #C594E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C594E8 is #3A6B17. Grayscale: #ABABAB. Windows color (decimal): -3828504 or 15242437. OLE color: 15242437.
HSL color Cylindrical-coordinate representation of color #C594E8: hue angle of 275º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C594E8 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 148 | 232 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.09 |
| HSL | 275º | 0.65% | 0.75% | - |
| HSV(B) | 275º | 0.36% | 0.91% | - |
| XYZ | 48.18 | 38.88 | 81.31 | - |
| YUV | 172.23 | 161.73 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 148 | 232 | 0.15 | 0.36 | 0 | 0.09 | 275 | 0.65 | 0.75 |
| Hex | C5 | 94 | E8 | F | 24 | 0 | 9 | 113 | 41 | 4B |
| Octal | 305 | 224 | 350 | 17 | 44 | 0 | 11 | 423 | 101 | 113 |
| Binary | 11000101 | 10010100 | 11101000 | 1111 | 100100 | 0 | 1001 | 100010011 | 1000001 | 1001011 |
Color Harmonies of #C594E8
Complementary color
Monochromatic Colors of #C594E8
Black with #C594E8
Text Example
Text Example
White with #C594E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C594E8; }
p { color: rgb(197,148,232); }
H1.HeaderClassName
{
color: #C594E8;
}
.AnyTagClassName
{
color: #C594E8;
}
</style>
background-color css
<style>
a { background-color: #C594E8; }
a { background-color: rgb(197,148,232); }
div.DivClassName
{
background-color: #C594E8;
}
.BgClassName
{
background-color: #C594E8;
}
</style>
border-color css
<style>
span { border-color: #C594E8; }
span { border-color: rgb(197,148,232); }
td.TdClassName
{
border-color: #C594E8;
}
.TagClassName
{
border-color: #C594E8;
}
</style>