Shades of Wisteria #C698DF
Tints of Wisteria #C698DF
RGB
CMYK
RGB Variations
Color information
#C698DF (or 0xC698DF) is known color: Wisteria. HEX triplet: C6, 98 and DF. RGB value is (198,152,223). Sum of RGB (Red+Green+Blue) = 198+152+223=573 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.55% from 573); Green value is 152 (59.77% from 255 or 26.53% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #C698DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C698DF is #396720. Grayscale: #ADADAD. Windows color (decimal): -3761953 or 14653638. OLE color: 14653638.
HSL color Cylindrical-coordinate representation of color #C698DF: hue angle of 278.87º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C698DF is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 152 | 223 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.13 |
| HSL | 278.87º | 0.53% | 0.74% | - |
| HSV(B) | 278.87º | 0.32% | 0.87% | - |
| XYZ | 47.84 | 39.79 | 74.97 | - |
| YUV | 173.85 | 155.74 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 152 | 223 | 0.11 | 0.32 | 0 | 0.13 | 278.87 | 0.53 | 0.74 |
| Hex | C6 | 98 | DF | B | 20 | 0 | D | 117 | 35 | 4A |
| Octal | 306 | 230 | 337 | 13 | 40 | 0 | 15 | 427 | 65 | 112 |
| Binary | 11000110 | 10011000 | 11011111 | 1011 | 100000 | 0 | 1101 | 100010111 | 110101 | 1001010 |
Color Harmonies of #C698DF
Complementary color
Monochromatic Colors of #C698DF
Black with #C698DF
Text Example
Text Example
White with #C698DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C698DF; }
p { color: rgb(198,152,223); }
H1.HeaderClassName
{
color: #C698DF;
}
.AnyTagClassName
{
color: #C698DF;
}
</style>
background-color css
<style>
a { background-color: #C698DF; }
a { background-color: rgb(198,152,223); }
div.DivClassName
{
background-color: #C698DF;
}
.BgClassName
{
background-color: #C698DF;
}
</style>
border-color css
<style>
span { border-color: #C698DF; }
span { border-color: rgb(198,152,223); }
td.TdClassName
{
border-color: #C698DF;
}
.TagClassName
{
border-color: #C698DF;
}
</style>