Shades of Wisteria #C699EC
Tints of Wisteria #C699EC
RGB
CMYK
RGB Variations
Color information
#C699EC (or 0xC699EC) is known color: Wisteria. HEX triplet: C6, 99 and EC. RGB value is (198,153,236). Sum of RGB (Red+Green+Blue) = 198+153+236=587 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.73% from 587); Green value is 153 (60.16% from 255 or 26.06% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 236 - color contains mainly: blue. Hex color #C699EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C699EC is #396613. Grayscale: #AFAFAF. Windows color (decimal): -3761684 or 15505862. OLE color: 15505862.
HSL color Cylindrical-coordinate representation of color #C699EC: hue angle of 272.53º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C699EC is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 153 | 236 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.07 |
| HSL | 272.53º | 0.69% | 0.76% | - |
| HSV(B) | 272.53º | 0.35% | 0.93% | - |
| XYZ | 49.82 | 40.84 | 84.61 | - |
| YUV | 175.92 | 161.91 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 236 | 0.16 | 0.35 | 0 | 0.07 | 272.53 | 0.69 | 0.76 |
| Hex | C6 | 99 | EC | 10 | 23 | 0 | 7 | 111 | 45 | 4C |
| Octal | 306 | 231 | 354 | 20 | 43 | 0 | 7 | 421 | 105 | 114 |
| Binary | 11000110 | 10011001 | 11101100 | 10000 | 100011 | 0 | 111 | 100010001 | 1000101 | 1001100 |
Color Harmonies of #C699EC
Complementary color
Monochromatic Colors of #C699EC
Black with #C699EC
Text Example
Text Example
White with #C699EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C699EC; }
p { color: rgb(198,153,236); }
H1.HeaderClassName
{
color: #C699EC;
}
.AnyTagClassName
{
color: #C699EC;
}
</style>
background-color css
<style>
a { background-color: #C699EC; }
a { background-color: rgb(198,153,236); }
div.DivClassName
{
background-color: #C699EC;
}
.BgClassName
{
background-color: #C699EC;
}
</style>
border-color css
<style>
span { border-color: #C699EC; }
span { border-color: rgb(198,153,236); }
td.TdClassName
{
border-color: #C699EC;
}
.TagClassName
{
border-color: #C699EC;
}
</style>