Shades of Wisteria #C687E0
Tints of Wisteria #C687E0
RGB
CMYK
RGB Variations
Color information
#C687E0 (or 0xC687E0) is known color: Wisteria. HEX triplet: C6, 87 and E0. RGB value is (198,135,224). Sum of RGB (Red+Green+Blue) = 198+135+224=557 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.55% from 557); Green value is 135 (53.12% from 255 or 24.24% from 557); Blue value is 224 (87.89% from 255 or 40.22% from 557); Max value from RGB is 224 - color contains mainly: blue. Hex color #C687E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C687E0 is #39781F. Grayscale: #A3A3A3. Windows color (decimal): -3766304 or 14714822. OLE color: 14714822.
HSL color Cylindrical-coordinate representation of color #C687E0: hue angle of 282.47º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C687E0 is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 135 | 224 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.12 |
| HSL | 282.47º | 0.59% | 0.7% | - |
| HSV(B) | 282.47º | 0.4% | 0.88% | - |
| XYZ | 45.41 | 34.72 | 74.83 | - |
| YUV | 163.98 | 161.87 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 135 | 224 | 0.12 | 0.40 | 0 | 0.12 | 282.47 | 0.59 | 0.7 |
| Hex | C6 | 87 | E0 | C | 28 | 0 | C | 11A | 3B | 46 |
| Octal | 306 | 207 | 340 | 14 | 50 | 0 | 14 | 432 | 73 | 106 |
| Binary | 11000110 | 10000111 | 11100000 | 1100 | 101000 | 0 | 1100 | 100011010 | 111011 | 1000110 |
Color Harmonies of #C687E0
Complementary color
Monochromatic Colors of #C687E0
Black with #C687E0
Text Example
Text Example
White with #C687E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C687E0; }
p { color: rgb(198,135,224); }
H1.HeaderClassName
{
color: #C687E0;
}
.AnyTagClassName
{
color: #C687E0;
}
</style>
background-color css
<style>
a { background-color: #C687E0; }
a { background-color: rgb(198,135,224); }
div.DivClassName
{
background-color: #C687E0;
}
.BgClassName
{
background-color: #C687E0;
}
</style>
border-color css
<style>
span { border-color: #C687E0; }
span { border-color: rgb(198,135,224); }
td.TdClassName
{
border-color: #C687E0;
}
.TagClassName
{
border-color: #C687E0;
}
</style>