Shades of Wisteria #C692E2
Tints of Wisteria #C692E2
RGB
CMYK
RGB Variations
Color information
#C692E2 (or 0xC692E2) is known color: Wisteria. HEX triplet: C6, 92 and E2. RGB value is (198,146,226). Sum of RGB (Red+Green+Blue) = 198+146+226=570 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.74% from 570); Green value is 146 (57.42% from 255 or 25.61% from 570); Blue value is 226 (88.67% from 255 or 39.65% from 570); Max value from RGB is 226 - color contains mainly: blue. Hex color #C692E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C692E2 is #396D1D. Grayscale: #AAAAAA. Windows color (decimal): -3763486 or 14848710. OLE color: 14848710.
HSL color Cylindrical-coordinate representation of color #C692E2: hue angle of 279º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C692E2 is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 198 | 146 | 226 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.11 |
| HSL | 279º | 0.58% | 0.73% | - |
| HSV(B) | 279º | 0.35% | 0.89% | - |
| XYZ | 47.3 | 38.05 | 76.8 | - |
| YUV | 170.67 | 159.23 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 146 | 226 | 0.12 | 0.35 | 0 | 0.11 | 279 | 0.58 | 0.73 |
| Hex | C6 | 92 | E2 | C | 23 | 0 | B | 117 | 3A | 49 |
| Octal | 306 | 222 | 342 | 14 | 43 | 0 | 13 | 427 | 72 | 111 |
| Binary | 11000110 | 10010010 | 11100010 | 1100 | 100011 | 0 | 1011 | 100010111 | 111010 | 1001001 |
Color Harmonies of #C692E2
Complementary color
Monochromatic Colors of #C692E2
Black with #C692E2
Text Example
Text Example
White with #C692E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C692E2; }
p { color: rgb(198,146,226); }
H1.HeaderClassName
{
color: #C692E2;
}
.AnyTagClassName
{
color: #C692E2;
}
</style>
background-color css
<style>
a { background-color: #C692E2; }
a { background-color: rgb(198,146,226); }
div.DivClassName
{
background-color: #C692E2;
}
.BgClassName
{
background-color: #C692E2;
}
</style>
border-color css
<style>
span { border-color: #C692E2; }
span { border-color: rgb(198,146,226); }
td.TdClassName
{
border-color: #C692E2;
}
.TagClassName
{
border-color: #C692E2;
}
</style>