Shades of Wisteria #C288FA
Tints of Wisteria #C288FA
RGB
CMYK
RGB Variations
Color information
#C288FA (or 0xC288FA) is known color: Wisteria. HEX triplet: C2, 88 and FA. RGB value is (194,136,250). Sum of RGB (Red+Green+Blue) = 194+136+250=580 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.45% from 580); Green value is 136 (53.52% from 255 or 23.45% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #C288FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C288FA is #3D7705. Grayscale: #A5A5A5. Windows color (decimal): -4028166 or 16419010. OLE color: 16419010.
HSL color Cylindrical-coordinate representation of color #C288FA: hue angle of 270.53º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C288FA is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 136 | 250 | - |
| CMYK | 0.22 | 0.46 | 0 | 0.02 |
| HSL | 270.53º | 0.92% | 0.76% | - |
| HSV(B) | 270.53º | 0.46% | 0.98% | - |
| XYZ | 48.31 | 35.98 | 94.84 | - |
| YUV | 166.34 | 175.22 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 136 | 250 | 0.22 | 0.46 | 0 | 0.02 | 270.53 | 0.92 | 0.76 |
| Hex | C2 | 88 | FA | 16 | 2E | 0 | 2 | 10F | 5C | 4C |
| Octal | 302 | 210 | 372 | 26 | 56 | 0 | 2 | 417 | 134 | 114 |
| Binary | 11000010 | 10001000 | 11111010 | 10110 | 101110 | 0 | 10 | 100001111 | 1011100 | 1001100 |
Color Harmonies of #C288FA
Complementary color
Monochromatic Colors of #C288FA
Black with #C288FA
Text Example
Text Example
White with #C288FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C288FA; }
p { color: rgb(194,136,250); }
H1.HeaderClassName
{
color: #C288FA;
}
.AnyTagClassName
{
color: #C288FA;
}
</style>
background-color css
<style>
a { background-color: #C288FA; }
a { background-color: rgb(194,136,250); }
div.DivClassName
{
background-color: #C288FA;
}
.BgClassName
{
background-color: #C288FA;
}
</style>
border-color css
<style>
span { border-color: #C288FA; }
span { border-color: rgb(194,136,250); }
td.TdClassName
{
border-color: #C288FA;
}
.TagClassName
{
border-color: #C288FA;
}
</style>