Shades of Wisteria #C288ED
Tints of Wisteria #C288ED
RGB
CMYK
RGB Variations
Color information
#C288ED (or 0xC288ED) is known color: Wisteria. HEX triplet: C2, 88 and ED. RGB value is (194,136,237). Sum of RGB (Red+Green+Blue) = 194+136+237=567 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.22% from 567); Green value is 136 (53.52% from 255 or 23.99% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #C288ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C288ED is #3D7712. Grayscale: #A4A4A4. Windows color (decimal): -4028179 or 15567042. OLE color: 15567042.
HSL color Cylindrical-coordinate representation of color #C288ED: hue angle of 274.46º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C288ED is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 136 | 237 | - |
| CMYK | 0.18 | 0.43 | 0 | 0.07 |
| HSL | 274.46º | 0.74% | 0.73% | - |
| HSV(B) | 274.46º | 0.43% | 0.93% | - |
| XYZ | 46.34 | 35.19 | 84.47 | - |
| YUV | 164.86 | 168.72 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 136 | 237 | 0.18 | 0.43 | 0 | 0.07 | 274.46 | 0.74 | 0.73 |
| Hex | C2 | 88 | ED | 12 | 2B | 0 | 7 | 112 | 4A | 49 |
| Octal | 302 | 210 | 355 | 22 | 53 | 0 | 7 | 422 | 112 | 111 |
| Binary | 11000010 | 10001000 | 11101101 | 10010 | 101011 | 0 | 111 | 100010010 | 1001010 | 1001001 |
Color Harmonies of #C288ED
Complementary color
Monochromatic Colors of #C288ED
Black with #C288ED
Text Example
Text Example
White with #C288ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C288ED; }
p { color: rgb(194,136,237); }
H1.HeaderClassName
{
color: #C288ED;
}
.AnyTagClassName
{
color: #C288ED;
}
</style>
background-color css
<style>
a { background-color: #C288ED; }
a { background-color: rgb(194,136,237); }
div.DivClassName
{
background-color: #C288ED;
}
.BgClassName
{
background-color: #C288ED;
}
</style>
border-color css
<style>
span { border-color: #C288ED; }
span { border-color: rgb(194,136,237); }
td.TdClassName
{
border-color: #C288ED;
}
.TagClassName
{
border-color: #C288ED;
}
</style>