Shades of Wisteria #C088EE
Tints of Wisteria #C088EE
RGB
CMYK
RGB Variations
Color information
#C088EE (or 0xC088EE) is known color: Wisteria. HEX triplet: C0, 88 and EE. RGB value is (192,136,238). Sum of RGB (Red+Green+Blue) = 192+136+238=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 136 (53.52% from 255 or 24.03% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 238 - color contains mainly: blue. Hex color #C088EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C088EE is #3F7711. Grayscale: #A4A4A4. Windows color (decimal): -4159250 or 15632576. OLE color: 15632576.
HSL color Cylindrical-coordinate representation of color #C088EE: hue angle of 272.94º degrees, saturation: 0.75, 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 #C088EE is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 136 | 238 | - |
| CMYK | 0.19 | 0.43 | 0 | 0.07 |
| HSL | 272.94º | 0.75% | 0.73% | - |
| HSV(B) | 272.94º | 0.43% | 0.93% | - |
| XYZ | 45.98 | 34.99 | 85.22 | - |
| YUV | 164.37 | 169.55 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 136 | 238 | 0.19 | 0.43 | 0 | 0.07 | 272.94 | 0.75 | 0.73 |
| Hex | C0 | 88 | EE | 13 | 2B | 0 | 7 | 111 | 4B | 49 |
| Octal | 300 | 210 | 356 | 23 | 53 | 0 | 7 | 421 | 113 | 111 |
| Binary | 11000000 | 10001000 | 11101110 | 10011 | 101011 | 0 | 111 | 100010001 | 1001011 | 1001001 |
Color Harmonies of #C088EE
Complementary color
Monochromatic Colors of #C088EE
Black with #C088EE
Text Example
Text Example
White with #C088EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C088EE; }
p { color: rgb(192,136,238); }
H1.HeaderClassName
{
color: #C088EE;
}
.AnyTagClassName
{
color: #C088EE;
}
</style>
background-color css
<style>
a { background-color: #C088EE; }
a { background-color: rgb(192,136,238); }
div.DivClassName
{
background-color: #C088EE;
}
.BgClassName
{
background-color: #C088EE;
}
</style>
border-color css
<style>
span { border-color: #C088EE; }
span { border-color: rgb(192,136,238); }
td.TdClassName
{
border-color: #C088EE;
}
.TagClassName
{
border-color: #C088EE;
}
</style>