Shades of Wisteria #C699EB
Tints of Wisteria #C699EB
RGB
CMYK
RGB Variations
Color information
#C699EB (or 0xC699EB) is known color: Wisteria. HEX triplet: C6, 99 and EB. RGB value is (198,153,235). Sum of RGB (Red+Green+Blue) = 198+153+235=586 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.79% from 586); Green value is 153 (60.16% from 255 or 26.11% from 586); Blue value is 235 (92.19% from 255 or 40.10% from 586); Max value from RGB is 235 - color contains mainly: blue. Hex color #C699EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C699EB is #396614. Grayscale: #AFAFAF. Windows color (decimal): -3761685 or 15440326. OLE color: 15440326.
HSL color Cylindrical-coordinate representation of color #C699EB: hue angle of 272.93º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C699EB is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 153 | 235 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.08 |
| HSL | 272.93º | 0.67% | 0.76% | - |
| HSV(B) | 272.93º | 0.35% | 0.92% | - |
| XYZ | 49.68 | 40.79 | 83.85 | - |
| YUV | 175.8 | 161.41 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 235 | 0.16 | 0.35 | 0 | 0.08 | 272.93 | 0.67 | 0.76 |
| Hex | C6 | 99 | EB | 10 | 23 | 0 | 8 | 111 | 43 | 4C |
| Octal | 306 | 231 | 353 | 20 | 43 | 0 | 10 | 421 | 103 | 114 |
| Binary | 11000110 | 10011001 | 11101011 | 10000 | 100011 | 0 | 1000 | 100010001 | 1000011 | 1001100 |
Color Harmonies of #C699EB
Complementary color
Monochromatic Colors of #C699EB
Black with #C699EB
Text Example
Text Example
White with #C699EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C699EB; }
p { color: rgb(198,153,235); }
H1.HeaderClassName
{
color: #C699EB;
}
.AnyTagClassName
{
color: #C699EB;
}
</style>
background-color css
<style>
a { background-color: #C699EB; }
a { background-color: rgb(198,153,235); }
div.DivClassName
{
background-color: #C699EB;
}
.BgClassName
{
background-color: #C699EB;
}
</style>
border-color css
<style>
span { border-color: #C699EB; }
span { border-color: rgb(198,153,235); }
td.TdClassName
{
border-color: #C699EB;
}
.TagClassName
{
border-color: #C699EB;
}
</style>