Shades of Wisteria #C695DB
Tints of Wisteria #C695DB
RGB
CMYK
RGB Variations
Color information
#C695DB (or 0xC695DB) is known color: Wisteria. HEX triplet: C6, 95 and DB. RGB value is (198,149,219). Sum of RGB (Red+Green+Blue) = 198+149+219=566 (74% of max value = 765). Red value is 198 (77.73% from 255 or 34.98% from 566); Green value is 149 (58.59% from 255 or 26.33% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #C695DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C695DB is #396A24. Grayscale: #ABABAB. Windows color (decimal): -3762725 or 14390726. OLE color: 14390726.
HSL color Cylindrical-coordinate representation of color #C695DB: hue angle of 282º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C695DB is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 149 | 219 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.14 |
| HSL | 282º | 0.49% | 0.72% | - |
| HSV(B) | 282º | 0.32% | 0.86% | - |
| XYZ | 46.82 | 38.62 | 72 | - |
| YUV | 171.63 | 154.73 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 149 | 219 | 0.10 | 0.32 | 0 | 0.14 | 282 | 0.49 | 0.72 |
| Hex | C6 | 95 | DB | A | 20 | 0 | E | 11A | 31 | 48 |
| Octal | 306 | 225 | 333 | 12 | 40 | 0 | 16 | 432 | 61 | 110 |
| Binary | 11000110 | 10010101 | 11011011 | 1010 | 100000 | 0 | 1110 | 100011010 | 110001 | 1001000 |
Color Harmonies of #C695DB
Complementary color
Monochromatic Colors of #C695DB
Black with #C695DB
Text Example
Text Example
White with #C695DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C695DB; }
p { color: rgb(198,149,219); }
H1.HeaderClassName
{
color: #C695DB;
}
.AnyTagClassName
{
color: #C695DB;
}
</style>
background-color css
<style>
a { background-color: #C695DB; }
a { background-color: rgb(198,149,219); }
div.DivClassName
{
background-color: #C695DB;
}
.BgClassName
{
background-color: #C695DB;
}
</style>
border-color css
<style>
span { border-color: #C695DB; }
span { border-color: rgb(198,149,219); }
td.TdClassName
{
border-color: #C695DB;
}
.TagClassName
{
border-color: #C695DB;
}
</style>