Shades of Wisteria #C298E5
Tints of Wisteria #C298E5
RGB
CMYK
RGB Variations
Color information
#C298E5 (or 0xC298E5) is known color: Wisteria. HEX triplet: C2, 98 and E5. RGB value is (194,152,229). Sum of RGB (Red+Green+Blue) = 194+152+229=575 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.74% from 575); Green value is 152 (59.77% from 255 or 26.43% from 575); Blue value is 229 (89.84% from 255 or 39.83% from 575); Max value from RGB is 229 - color contains mainly: blue. Hex color #C298E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C298E5 is #3D671A. Grayscale: #ADADAD. Windows color (decimal): -4024091 or 15046850. OLE color: 15046850.
HSL color Cylindrical-coordinate representation of color #C298E5: hue angle of 272.73º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C298E5 is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 152 | 229 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.10 |
| HSL | 272.73º | 0.6% | 0.75% | - |
| HSV(B) | 272.73º | 0.34% | 0.9% | - |
| XYZ | 47.62 | 39.58 | 79.26 | - |
| YUV | 173.34 | 159.41 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 152 | 229 | 0.15 | 0.34 | 0 | 0.10 | 272.73 | 0.6 | 0.75 |
| Hex | C2 | 98 | E5 | F | 22 | 0 | A | 111 | 3C | 4B |
| Octal | 302 | 230 | 345 | 17 | 42 | 0 | 12 | 421 | 74 | 113 |
| Binary | 11000010 | 10011000 | 11100101 | 1111 | 100010 | 0 | 1010 | 100010001 | 111100 | 1001011 |
Color Harmonies of #C298E5
Complementary color
Monochromatic Colors of #C298E5
Black with #C298E5
Text Example
Text Example
White with #C298E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C298E5; }
p { color: rgb(194,152,229); }
H1.HeaderClassName
{
color: #C298E5;
}
.AnyTagClassName
{
color: #C298E5;
}
</style>
background-color css
<style>
a { background-color: #C298E5; }
a { background-color: rgb(194,152,229); }
div.DivClassName
{
background-color: #C298E5;
}
.BgClassName
{
background-color: #C298E5;
}
</style>
border-color css
<style>
span { border-color: #C298E5; }
span { border-color: rgb(194,152,229); }
td.TdClassName
{
border-color: #C298E5;
}
.TagClassName
{
border-color: #C298E5;
}
</style>