Shades of Wisteria #C695DC
Tints of Wisteria #C695DC
RGB
CMYK
RGB Variations
Color information
#C695DC (or 0xC695DC) is known color: Wisteria. HEX triplet: C6, 95 and DC. RGB value is (198,149,220). Sum of RGB (Red+Green+Blue) = 198+149+220=567 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.92% from 567); Green value is 149 (58.59% from 255 or 26.28% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #C695DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C695DC is #396A23. Grayscale: #ABABAB. Windows color (decimal): -3762724 or 14456262. OLE color: 14456262.
HSL color Cylindrical-coordinate representation of color #C695DC: hue angle of 281.41º degrees, saturation: 0.5, 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 #C695DC is Cyan = 0.1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 149 | 220 | - |
| CMYK | 0.1 | 0.32 | 0 | 0.14 |
| HSL | 281.41º | 0.5% | 0.72% | - |
| HSV(B) | 281.41º | 0.32% | 0.86% | - |
| XYZ | 46.95 | 38.67 | 72.7 | - |
| YUV | 171.75 | 155.23 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 149 | 220 | 0.1 | 0.32 | 0 | 0.14 | 281.41 | 0.5 | 0.72 |
| Hex | C6 | 95 | DC | A | 20 | 0 | E | 119 | 32 | 48 |
| Octal | 306 | 225 | 334 | 12 | 40 | 0 | 16 | 431 | 62 | 110 |
| Binary | 11000110 | 10010101 | 11011100 | 1010 | 100000 | 0 | 1110 | 100011001 | 110010 | 1001000 |
Color Harmonies of #C695DC
Complementary color
Monochromatic Colors of #C695DC
Black with #C695DC
Text Example
Text Example
White with #C695DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C695DC; }
p { color: rgb(198,149,220); }
H1.HeaderClassName
{
color: #C695DC;
}
.AnyTagClassName
{
color: #C695DC;
}
</style>
background-color css
<style>
a { background-color: #C695DC; }
a { background-color: rgb(198,149,220); }
div.DivClassName
{
background-color: #C695DC;
}
.BgClassName
{
background-color: #C695DC;
}
</style>
border-color css
<style>
span { border-color: #C695DC; }
span { border-color: rgb(198,149,220); }
td.TdClassName
{
border-color: #C695DC;
}
.TagClassName
{
border-color: #C695DC;
}
</style>