Shades of Wisteria #C297EB
Tints of Wisteria #C297EB
RGB
CMYK
RGB Variations
Color information
#C297EB (or 0xC297EB) is known color: Wisteria. HEX triplet: C2, 97 and EB. RGB value is (194,151,235). Sum of RGB (Red+Green+Blue) = 194+151+235=580 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.45% from 580); Green value is 151 (59.38% from 255 or 26.03% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 235 - color contains mainly: blue. Hex color #C297EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C297EB is #3D6814. Grayscale: #ADADAD. Windows color (decimal): -4024341 or 15439810. OLE color: 15439810.
HSL color Cylindrical-coordinate representation of color #C297EB: hue angle of 270.71º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C297EB is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 151 | 235 | - |
| CMYK | 0.17 | 0.36 | 0 | 0.08 |
| HSL | 270.71º | 0.68% | 0.76% | - |
| HSV(B) | 270.71º | 0.36% | 0.92% | - |
| XYZ | 48.31 | 39.6 | 83.69 | - |
| YUV | 173.43 | 162.75 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 151 | 235 | 0.17 | 0.36 | 0 | 0.08 | 270.71 | 0.68 | 0.76 |
| Hex | C2 | 97 | EB | 11 | 24 | 0 | 8 | 10F | 44 | 4C |
| Octal | 302 | 227 | 353 | 21 | 44 | 0 | 10 | 417 | 104 | 114 |
| Binary | 11000010 | 10010111 | 11101011 | 10001 | 100100 | 0 | 1000 | 100001111 | 1000100 | 1001100 |
Color Harmonies of #C297EB
Complementary color
Monochromatic Colors of #C297EB
Black with #C297EB
Text Example
Text Example
White with #C297EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C297EB; }
p { color: rgb(194,151,235); }
H1.HeaderClassName
{
color: #C297EB;
}
.AnyTagClassName
{
color: #C297EB;
}
</style>
background-color css
<style>
a { background-color: #C297EB; }
a { background-color: rgb(194,151,235); }
div.DivClassName
{
background-color: #C297EB;
}
.BgClassName
{
background-color: #C297EB;
}
</style>
border-color css
<style>
span { border-color: #C297EB; }
span { border-color: rgb(194,151,235); }
td.TdClassName
{
border-color: #C297EB;
}
.TagClassName
{
border-color: #C297EB;
}
</style>