Shades of Wisteria #C587E8
Tints of Wisteria #C587E8
RGB
CMYK
RGB Variations
Color information
#C587E8 (or 0xC587E8) is known color: Wisteria. HEX triplet: C5, 87 and E8. RGB value is (197,135,232). Sum of RGB (Red+Green+Blue) = 197+135+232=564 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.93% from 564); Green value is 135 (53.12% from 255 or 23.94% from 564); Blue value is 232 (91.02% from 255 or 41.13% from 564); Max value from RGB is 232 - color contains mainly: blue. Hex color #C587E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C587E8 is #3A7817. Grayscale: #A4A4A4. Windows color (decimal): -3831832 or 15239109. OLE color: 15239109.
HSL color Cylindrical-coordinate representation of color #C587E8: hue angle of 278.35º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C587E8 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 135 | 232 | - |
| CMYK | 0.15 | 0.42 | 0 | 0.09 |
| HSL | 278.35º | 0.68% | 0.72% | - |
| HSV(B) | 278.35º | 0.42% | 0.91% | - |
| XYZ | 46.26 | 35.02 | 80.67 | - |
| YUV | 164.6 | 166.04 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 135 | 232 | 0.15 | 0.42 | 0 | 0.09 | 278.35 | 0.68 | 0.72 |
| Hex | C5 | 87 | E8 | F | 2A | 0 | 9 | 116 | 44 | 48 |
| Octal | 305 | 207 | 350 | 17 | 52 | 0 | 11 | 426 | 104 | 110 |
| Binary | 11000101 | 10000111 | 11101000 | 1111 | 101010 | 0 | 1001 | 100010110 | 1000100 | 1001000 |
Color Harmonies of #C587E8
Complementary color
Monochromatic Colors of #C587E8
Black with #C587E8
Text Example
Text Example
White with #C587E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C587E8; }
p { color: rgb(197,135,232); }
H1.HeaderClassName
{
color: #C587E8;
}
.AnyTagClassName
{
color: #C587E8;
}
</style>
background-color css
<style>
a { background-color: #C587E8; }
a { background-color: rgb(197,135,232); }
div.DivClassName
{
background-color: #C587E8;
}
.BgClassName
{
background-color: #C587E8;
}
</style>
border-color css
<style>
span { border-color: #C587E8; }
span { border-color: rgb(197,135,232); }
td.TdClassName
{
border-color: #C587E8;
}
.TagClassName
{
border-color: #C587E8;
}
</style>