Shades of Wisteria #C692E1
Tints of Wisteria #C692E1
RGB
CMYK
RGB Variations
Color information
#C692E1 (or 0xC692E1) is known color: Wisteria. HEX triplet: C6, 92 and E1. RGB value is (198,146,225). Sum of RGB (Red+Green+Blue) = 198+146+225=569 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.80% from 569); Green value is 146 (57.42% from 255 or 25.66% from 569); Blue value is 225 (88.28% from 255 or 39.54% from 569); Max value from RGB is 225 - color contains mainly: blue. Hex color #C692E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C692E1 is #396D1E. Grayscale: #AAAAAA. Windows color (decimal): -3763487 or 14783174. OLE color: 14783174.
HSL color Cylindrical-coordinate representation of color #C692E1: hue angle of 279.49º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C692E1 is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 146 | 225 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.12 |
| HSL | 279.49º | 0.57% | 0.73% | - |
| HSV(B) | 279.49º | 0.35% | 0.88% | - |
| XYZ | 47.16 | 38 | 76.08 | - |
| YUV | 170.55 | 158.73 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 146 | 225 | 0.12 | 0.35 | 0 | 0.12 | 279.49 | 0.57 | 0.73 |
| Hex | C6 | 92 | E1 | C | 23 | 0 | C | 117 | 39 | 49 |
| Octal | 306 | 222 | 341 | 14 | 43 | 0 | 14 | 427 | 71 | 111 |
| Binary | 11000110 | 10010010 | 11100001 | 1100 | 100011 | 0 | 1100 | 100010111 | 111001 | 1001001 |
Color Harmonies of #C692E1
Complementary color
Monochromatic Colors of #C692E1
Black with #C692E1
Text Example
Text Example
White with #C692E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C692E1; }
p { color: rgb(198,146,225); }
H1.HeaderClassName
{
color: #C692E1;
}
.AnyTagClassName
{
color: #C692E1;
}
</style>
background-color css
<style>
a { background-color: #C692E1; }
a { background-color: rgb(198,146,225); }
div.DivClassName
{
background-color: #C692E1;
}
.BgClassName
{
background-color: #C692E1;
}
</style>
border-color css
<style>
span { border-color: #C692E1; }
span { border-color: rgb(198,146,225); }
td.TdClassName
{
border-color: #C692E1;
}
.TagClassName
{
border-color: #C692E1;
}
</style>