Shades of Wisteria #C699EF
Tints of Wisteria #C699EF
RGB
CMYK
RGB Variations
Color information
#C699EF (or 0xC699EF) is known color: Wisteria. HEX triplet: C6, 99 and EF. RGB value is (198,153,239). Sum of RGB (Red+Green+Blue) = 198+153+239=590 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.56% from 590); Green value is 153 (60.16% from 255 or 25.93% from 590); Blue value is 239 (93.75% from 255 or 40.51% from 590); Max value from RGB is 239 - color contains mainly: blue. Hex color #C699EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C699EF is #396610. Grayscale: #AFAFAF. Windows color (decimal): -3761681 or 15702470. OLE color: 15702470.
HSL color Cylindrical-coordinate representation of color #C699EF: hue angle of 271.4º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C699EF is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 153 | 239 | - |
| CMYK | 0.17 | 0.36 | 0 | 0.06 |
| HSL | 271.4º | 0.73% | 0.77% | - |
| HSV(B) | 271.4º | 0.36% | 0.94% | - |
| XYZ | 50.26 | 41.02 | 86.93 | - |
| YUV | 176.26 | 163.41 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 239 | 0.17 | 0.36 | 0 | 0.06 | 271.4 | 0.73 | 0.77 |
| Hex | C6 | 99 | EF | 11 | 24 | 0 | 6 | 10F | 49 | 4D |
| Octal | 306 | 231 | 357 | 21 | 44 | 0 | 6 | 417 | 111 | 115 |
| Binary | 11000110 | 10011001 | 11101111 | 10001 | 100100 | 0 | 110 | 100001111 | 1001001 | 1001101 |
Color Harmonies of #C699EF
Complementary color
Monochromatic Colors of #C699EF
Black with #C699EF
Text Example
Text Example
White with #C699EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C699EF; }
p { color: rgb(198,153,239); }
H1.HeaderClassName
{
color: #C699EF;
}
.AnyTagClassName
{
color: #C699EF;
}
</style>
background-color css
<style>
a { background-color: #C699EF; }
a { background-color: rgb(198,153,239); }
div.DivClassName
{
background-color: #C699EF;
}
.BgClassName
{
background-color: #C699EF;
}
</style>
border-color css
<style>
span { border-color: #C699EF; }
span { border-color: rgb(198,153,239); }
td.TdClassName
{
border-color: #C699EF;
}
.TagClassName
{
border-color: #C699EF;
}
</style>