Shades of Wisteria #C088F8
Tints of Wisteria #C088F8
RGB
CMYK
RGB Variations
Color information
#C088F8 (or 0xC088F8) is known color: Wisteria. HEX triplet: C0, 88 and F8. RGB value is (192,136,248). Sum of RGB (Red+Green+Blue) = 192+136+248=576 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.33% from 576); Green value is 136 (53.52% from 255 or 23.61% from 576); Blue value is 248 (97.27% from 255 or 43.06% from 576); Max value from RGB is 248 - color contains mainly: blue. Hex color #C088F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C088F8 is #3F7707. Grayscale: #A5A5A5. Windows color (decimal): -4159240 or 16287936. OLE color: 16287936.
HSL color Cylindrical-coordinate representation of color #C088F8: hue angle of 270º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C088F8 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 136 | 248 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.03 |
| HSL | 270º | 0.89% | 0.75% | - |
| HSV(B) | 270º | 0.45% | 0.97% | - |
| XYZ | 47.49 | 35.59 | 93.17 | - |
| YUV | 165.51 | 174.55 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 136 | 248 | 0.23 | 0.45 | 0 | 0.03 | 270 | 0.89 | 0.75 |
| Hex | C0 | 88 | F8 | 17 | 2D | 0 | 3 | 10E | 59 | 4B |
| Octal | 300 | 210 | 370 | 27 | 55 | 0 | 3 | 416 | 131 | 113 |
| Binary | 11000000 | 10001000 | 11111000 | 10111 | 101101 | 0 | 11 | 100001110 | 1011001 | 1001011 |
Color Harmonies of #C088F8
Complementary color
Monochromatic Colors of #C088F8
Black with #C088F8
Text Example
Text Example
White with #C088F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C088F8; }
p { color: rgb(192,136,248); }
H1.HeaderClassName
{
color: #C088F8;
}
.AnyTagClassName
{
color: #C088F8;
}
</style>
background-color css
<style>
a { background-color: #C088F8; }
a { background-color: rgb(192,136,248); }
div.DivClassName
{
background-color: #C088F8;
}
.BgClassName
{
background-color: #C088F8;
}
</style>
border-color css
<style>
span { border-color: #C088F8; }
span { border-color: rgb(192,136,248); }
td.TdClassName
{
border-color: #C088F8;
}
.TagClassName
{
border-color: #C088F8;
}
</style>