Shades of Wisteria #C67EE1
Tints of Wisteria #C67EE1
RGB
CMYK
RGB Variations
Color information
#C67EE1 (or 0xC67EE1) is known color: Wisteria. HEX triplet: C6, 7E and E1. RGB value is (198,126,225). Sum of RGB (Red+Green+Blue) = 198+126+225=549 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.07% from 549); Green value is 126 (49.61% from 255 or 22.95% from 549); Blue value is 225 (88.28% from 255 or 40.98% from 549); Max value from RGB is 225 - color contains mainly: blue. Hex color #C67EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67EE1 is #39811E. Grayscale: #9E9E9E. Windows color (decimal): -3768607 or 14778054. OLE color: 14778054.
HSL color Cylindrical-coordinate representation of color #C67EE1: hue angle of 283.64º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C67EE1 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 126 | 225 | - |
| CMYK | 0.12 | 0.44 | 0 | 0.12 |
| HSL | 283.64º | 0.62% | 0.69% | - |
| HSV(B) | 283.64º | 0.44% | 0.88% | - |
| XYZ | 44.34 | 32.36 | 75.14 | - |
| YUV | 158.81 | 165.35 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 126 | 225 | 0.12 | 0.44 | 0 | 0.12 | 283.64 | 0.62 | 0.69 |
| Hex | C6 | 7E | E1 | C | 2C | 0 | C | 11C | 3E | 45 |
| Octal | 306 | 176 | 341 | 14 | 54 | 0 | 14 | 434 | 76 | 105 |
| Binary | 11000110 | 1111110 | 11100001 | 1100 | 101100 | 0 | 1100 | 100011100 | 111110 | 1000101 |
Color Harmonies of #C67EE1
Complementary color
Monochromatic Colors of #C67EE1
Black with #C67EE1
Text Example
Text Example
White with #C67EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67EE1; }
p { color: rgb(198,126,225); }
H1.HeaderClassName
{
color: #C67EE1;
}
.AnyTagClassName
{
color: #C67EE1;
}
</style>
background-color css
<style>
a { background-color: #C67EE1; }
a { background-color: rgb(198,126,225); }
div.DivClassName
{
background-color: #C67EE1;
}
.BgClassName
{
background-color: #C67EE1;
}
</style>
border-color css
<style>
span { border-color: #C67EE1; }
span { border-color: rgb(198,126,225); }
td.TdClassName
{
border-color: #C67EE1;
}
.TagClassName
{
border-color: #C67EE1;
}
</style>