Shades of Wisteria #C693DB
Tints of Wisteria #C693DB
RGB
CMYK
RGB Variations
Color information
#C693DB (or 0xC693DB) is known color: Wisteria. HEX triplet: C6, 93 and DB. RGB value is (198,147,219). Sum of RGB (Red+Green+Blue) = 198+147+219=564 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.11% from 564); Green value is 147 (57.81% from 255 or 26.06% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #C693DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C693DB is #396C24. Grayscale: #AAAAAA. Windows color (decimal): -3763237 or 14390214. OLE color: 14390214.
HSL color Cylindrical-coordinate representation of color #C693DB: hue angle of 282.5º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C693DB is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 147 | 219 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.14 |
| HSL | 282.5º | 0.5% | 0.72% | - |
| HSV(B) | 282.5º | 0.33% | 0.86% | - |
| XYZ | 46.51 | 37.99 | 71.9 | - |
| YUV | 170.46 | 155.4 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 147 | 219 | 0.10 | 0.33 | 0 | 0.14 | 282.5 | 0.5 | 0.72 |
| Hex | C6 | 93 | DB | A | 21 | 0 | E | 11A | 32 | 48 |
| Octal | 306 | 223 | 333 | 12 | 41 | 0 | 16 | 432 | 62 | 110 |
| Binary | 11000110 | 10010011 | 11011011 | 1010 | 100001 | 0 | 1110 | 100011010 | 110010 | 1001000 |
Color Harmonies of #C693DB
Complementary color
Monochromatic Colors of #C693DB
Black with #C693DB
Text Example
Text Example
White with #C693DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C693DB; }
p { color: rgb(198,147,219); }
H1.HeaderClassName
{
color: #C693DB;
}
.AnyTagClassName
{
color: #C693DB;
}
</style>
background-color css
<style>
a { background-color: #C693DB; }
a { background-color: rgb(198,147,219); }
div.DivClassName
{
background-color: #C693DB;
}
.BgClassName
{
background-color: #C693DB;
}
</style>
border-color css
<style>
span { border-color: #C693DB; }
span { border-color: rgb(198,147,219); }
td.TdClassName
{
border-color: #C693DB;
}
.TagClassName
{
border-color: #C693DB;
}
</style>