Shades of Wisteria #C692ED
Tints of Wisteria #C692ED
RGB
CMYK
RGB Variations
Color information
#C692ED (or 0xC692ED) is known color: Wisteria. HEX triplet: C6, 92 and ED. RGB value is (198,146,237). Sum of RGB (Red+Green+Blue) = 198+146+237=581 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.08% from 581); Green value is 146 (57.42% from 255 or 25.13% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 237 - color contains mainly: blue. Hex color #C692ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C692ED is #396D12. Grayscale: #ABABAB. Windows color (decimal): -3763475 or 15569606. OLE color: 15569606.
HSL color Cylindrical-coordinate representation of color #C692ED: hue angle of 274.29º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C692ED is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 146 | 237 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.07 |
| HSL | 274.29º | 0.72% | 0.75% | - |
| HSV(B) | 274.29º | 0.38% | 0.93% | - |
| XYZ | 48.85 | 38.68 | 85.01 | - |
| YUV | 171.92 | 164.73 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 146 | 237 | 0.16 | 0.38 | 0 | 0.07 | 274.29 | 0.72 | 0.75 |
| Hex | C6 | 92 | ED | 10 | 26 | 0 | 7 | 112 | 48 | 4B |
| Octal | 306 | 222 | 355 | 20 | 46 | 0 | 7 | 422 | 110 | 113 |
| Binary | 11000110 | 10010010 | 11101101 | 10000 | 100110 | 0 | 111 | 100010010 | 1001000 | 1001011 |
Color Harmonies of #C692ED
Complementary color
Monochromatic Colors of #C692ED
Black with #C692ED
Text Example
Text Example
White with #C692ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C692ED; }
p { color: rgb(198,146,237); }
H1.HeaderClassName
{
color: #C692ED;
}
.AnyTagClassName
{
color: #C692ED;
}
</style>
background-color css
<style>
a { background-color: #C692ED; }
a { background-color: rgb(198,146,237); }
div.DivClassName
{
background-color: #C692ED;
}
.BgClassName
{
background-color: #C692ED;
}
</style>
border-color css
<style>
span { border-color: #C692ED; }
span { border-color: rgb(198,146,237); }
td.TdClassName
{
border-color: #C692ED;
}
.TagClassName
{
border-color: #C692ED;
}
</style>