Shades of Wisteria #C698DE
Tints of Wisteria #C698DE
RGB
CMYK
RGB Variations
Color information
#C698DE (or 0xC698DE) is known color: Wisteria. HEX triplet: C6, 98 and DE. RGB value is (198,152,222). Sum of RGB (Red+Green+Blue) = 198+152+222=572 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.62% from 572); Green value is 152 (59.77% from 255 or 26.57% from 572); Blue value is 222 (87.11% from 255 or 38.81% from 572); Max value from RGB is 222 - color contains mainly: blue. Hex color #C698DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C698DE is #396721. Grayscale: #ADADAD. Windows color (decimal): -3761954 or 14588102. OLE color: 14588102.
HSL color Cylindrical-coordinate representation of color #C698DE: hue angle of 279.43º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C698DE is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 152 | 222 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.13 |
| HSL | 279.43º | 0.51% | 0.73% | - |
| HSV(B) | 279.43º | 0.32% | 0.87% | - |
| XYZ | 47.7 | 39.74 | 74.26 | - |
| YUV | 173.73 | 155.24 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 152 | 222 | 0.11 | 0.32 | 0 | 0.13 | 279.43 | 0.51 | 0.73 |
| Hex | C6 | 98 | DE | B | 20 | 0 | D | 117 | 33 | 49 |
| Octal | 306 | 230 | 336 | 13 | 40 | 0 | 15 | 427 | 63 | 111 |
| Binary | 11000110 | 10011000 | 11011110 | 1011 | 100000 | 0 | 1101 | 100010111 | 110011 | 1001001 |
Color Harmonies of #C698DE
Complementary color
Monochromatic Colors of #C698DE
Black with #C698DE
Text Example
Text Example
White with #C698DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C698DE; }
p { color: rgb(198,152,222); }
H1.HeaderClassName
{
color: #C698DE;
}
.AnyTagClassName
{
color: #C698DE;
}
</style>
background-color css
<style>
a { background-color: #C698DE; }
a { background-color: rgb(198,152,222); }
div.DivClassName
{
background-color: #C698DE;
}
.BgClassName
{
background-color: #C698DE;
}
</style>
border-color css
<style>
span { border-color: #C698DE; }
span { border-color: rgb(198,152,222); }
td.TdClassName
{
border-color: #C698DE;
}
.TagClassName
{
border-color: #C698DE;
}
</style>