Shades of Wisteria #C67EE4
Tints of Wisteria #C67EE4
RGB
CMYK
RGB Variations
Color information
#C67EE4 (or 0xC67EE4) is known color: Wisteria. HEX triplet: C6, 7E and E4. RGB value is (198,126,228). Sum of RGB (Red+Green+Blue) = 198+126+228=552 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.87% from 552); Green value is 126 (49.61% from 255 or 22.83% from 552); Blue value is 228 (89.45% from 255 or 41.30% from 552); Max value from RGB is 228 - color contains mainly: blue. Hex color #C67EE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67EE4 is #39811B. Grayscale: #9E9E9E. Windows color (decimal): -3768604 or 14974662. OLE color: 14974662.
HSL color Cylindrical-coordinate representation of color #C67EE4: hue angle of 282.35º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C67EE4 is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 198 | 126 | 228 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.11 |
| HSL | 282.35º | 0.65% | 0.69% | - |
| HSV(B) | 282.35º | 0.45% | 0.89% | - |
| XYZ | 44.75 | 32.53 | 77.32 | - |
| YUV | 159.16 | 166.85 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 126 | 228 | 0.13 | 0.45 | 0 | 0.11 | 282.35 | 0.65 | 0.69 |
| Hex | C6 | 7E | E4 | D | 2D | 0 | B | 11A | 41 | 45 |
| Octal | 306 | 176 | 344 | 15 | 55 | 0 | 13 | 432 | 101 | 105 |
| Binary | 11000110 | 1111110 | 11100100 | 1101 | 101101 | 0 | 1011 | 100011010 | 1000001 | 1000101 |
Color Harmonies of #C67EE4
Complementary color
Monochromatic Colors of #C67EE4
Black with #C67EE4
Text Example
Text Example
White with #C67EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67EE4; }
p { color: rgb(198,126,228); }
H1.HeaderClassName
{
color: #C67EE4;
}
.AnyTagClassName
{
color: #C67EE4;
}
</style>
background-color css
<style>
a { background-color: #C67EE4; }
a { background-color: rgb(198,126,228); }
div.DivClassName
{
background-color: #C67EE4;
}
.BgClassName
{
background-color: #C67EE4;
}
</style>
border-color css
<style>
span { border-color: #C67EE4; }
span { border-color: rgb(198,126,228); }
td.TdClassName
{
border-color: #C67EE4;
}
.TagClassName
{
border-color: #C67EE4;
}
</style>