Shades of Wisteria #C693EE
Tints of Wisteria #C693EE
RGB
CMYK
RGB Variations
Color information
#C693EE (or 0xC693EE) is known color: Wisteria. HEX triplet: C6, 93 and EE. RGB value is (198,147,238). Sum of RGB (Red+Green+Blue) = 198+147+238=583 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.96% from 583); Green value is 147 (57.81% from 255 or 25.21% from 583); Blue value is 238 (93.36% from 255 or 40.82% from 583); Max value from RGB is 238 - color contains mainly: blue. Hex color #C693EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C693EE is #396C11. Grayscale: #ACACAC. Windows color (decimal): -3763218 or 15635398. OLE color: 15635398.
HSL color Cylindrical-coordinate representation of color #C693EE: hue angle of 273.63º degrees, saturation: 0.73, 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 #C693EE is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 147 | 238 | - |
| CMYK | 0.17 | 0.38 | 0 | 0.07 |
| HSL | 273.63º | 0.73% | 0.75% | - |
| HSV(B) | 273.63º | 0.38% | 0.93% | - |
| XYZ | 49.16 | 39.05 | 85.83 | - |
| YUV | 172.62 | 164.9 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 147 | 238 | 0.17 | 0.38 | 0 | 0.07 | 273.63 | 0.73 | 0.75 |
| Hex | C6 | 93 | EE | 11 | 26 | 0 | 7 | 112 | 49 | 4B |
| Octal | 306 | 223 | 356 | 21 | 46 | 0 | 7 | 422 | 111 | 113 |
| Binary | 11000110 | 10010011 | 11101110 | 10001 | 100110 | 0 | 111 | 100010010 | 1001001 | 1001011 |
Color Harmonies of #C693EE
Complementary color
Monochromatic Colors of #C693EE
Black with #C693EE
Text Example
Text Example
White with #C693EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C693EE; }
p { color: rgb(198,147,238); }
H1.HeaderClassName
{
color: #C693EE;
}
.AnyTagClassName
{
color: #C693EE;
}
</style>
background-color css
<style>
a { background-color: #C693EE; }
a { background-color: rgb(198,147,238); }
div.DivClassName
{
background-color: #C693EE;
}
.BgClassName
{
background-color: #C693EE;
}
</style>
border-color css
<style>
span { border-color: #C693EE; }
span { border-color: rgb(198,147,238); }
td.TdClassName
{
border-color: #C693EE;
}
.TagClassName
{
border-color: #C693EE;
}
</style>