Shades of Wisteria #C188E8
Tints of Wisteria #C188E8
RGB
CMYK
RGB Variations
Color information
#C188E8 (or 0xC188E8) is known color: Wisteria. HEX triplet: C1, 88 and E8. RGB value is (193,136,232). Sum of RGB (Red+Green+Blue) = 193+136+232=561 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.40% from 561); Green value is 136 (53.52% from 255 or 24.24% from 561); Blue value is 232 (91.02% from 255 or 41.35% from 561); Max value from RGB is 232 - color contains mainly: blue. Hex color #C188E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C188E8 is #3E7717. Grayscale: #A3A3A3. Windows color (decimal): -4093720 or 15239361. OLE color: 15239361.
HSL color Cylindrical-coordinate representation of color #C188E8: hue angle of 275.62º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C188E8 is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 136 | 232 | - |
| CMYK | 0.17 | 0.41 | 0 | 0.09 |
| HSL | 275.63º | 0.68% | 0.72% | - |
| HSV(B) | 275.63º | 0.41% | 0.91% | - |
| XYZ | 45.36 | 34.77 | 80.66 | - |
| YUV | 163.99 | 166.38 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 136 | 232 | 0.17 | 0.41 | 0 | 0.09 | 275.63 | 0.68 | 0.72 |
| Hex | C1 | 88 | E8 | 11 | 29 | 0 | 9 | 114 | 44 | 48 |
| Octal | 301 | 210 | 350 | 21 | 51 | 0 | 11 | 424 | 104 | 110 |
| Binary | 11000001 | 10001000 | 11101000 | 10001 | 101001 | 0 | 1001 | 100010100 | 1000100 | 1001000 |
Color Harmonies of #C188E8
Complementary color
Monochromatic Colors of #C188E8
Black with #C188E8
Text Example
Text Example
White with #C188E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C188E8; }
p { color: rgb(193,136,232); }
H1.HeaderClassName
{
color: #C188E8;
}
.AnyTagClassName
{
color: #C188E8;
}
</style>
background-color css
<style>
a { background-color: #C188E8; }
a { background-color: rgb(193,136,232); }
div.DivClassName
{
background-color: #C188E8;
}
.BgClassName
{
background-color: #C188E8;
}
</style>
border-color css
<style>
span { border-color: #C188E8; }
span { border-color: rgb(193,136,232); }
td.TdClassName
{
border-color: #C188E8;
}
.TagClassName
{
border-color: #C188E8;
}
</style>