Shades of Wisteria #C6A4D2
Tints of Wisteria #C6A4D2
RGB
CMYK
RGB Variations
Color information
#C6A4D2 (or 0xC6A4D2) is known color: Wisteria. HEX triplet: C6, A4 and D2. RGB value is (198,164,210). Sum of RGB (Red+Green+Blue) = 198+164+210=572 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.62% from 572); Green value is 164 (64.45% from 255 or 28.67% from 572); Blue value is 210 (82.42% from 255 or 36.71% from 572); Max value from RGB is 210 - color contains mainly: blue. Hex color #C6A4D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A4D2 is #395B2D. Grayscale: #B3B3B3. Windows color (decimal): -3758894 or 13804742. OLE color: 13804742.
HSL color Cylindrical-coordinate representation of color #C6A4D2: hue angle of 284.35º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6A4D2 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 164 | 210 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.18 |
| HSL | 284.35º | 0.34% | 0.73% | - |
| HSV(B) | 284.35º | 0.22% | 0.82% | - |
| XYZ | 48.2 | 43.21 | 66.77 | - |
| YUV | 179.41 | 145.26 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 164 | 210 | 0.06 | 0.22 | 0 | 0.18 | 284.35 | 0.34 | 0.73 |
| Hex | C6 | A4 | D2 | 6 | 16 | 0 | 12 | 11C | 22 | 49 |
| Octal | 306 | 244 | 322 | 6 | 26 | 0 | 22 | 434 | 42 | 111 |
| Binary | 11000110 | 10100100 | 11010010 | 110 | 10110 | 0 | 10010 | 100011100 | 100010 | 1001001 |
Color Harmonies of #C6A4D2
Complementary color
Monochromatic Colors of #C6A4D2
Black with #C6A4D2
Text Example
Text Example
White with #C6A4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A4D2; }
p { color: rgb(198,164,210); }
H1.HeaderClassName
{
color: #C6A4D2;
}
.AnyTagClassName
{
color: #C6A4D2;
}
</style>
background-color css
<style>
a { background-color: #C6A4D2; }
a { background-color: rgb(198,164,210); }
div.DivClassName
{
background-color: #C6A4D2;
}
.BgClassName
{
background-color: #C6A4D2;
}
</style>
border-color css
<style>
span { border-color: #C6A4D2; }
span { border-color: rgb(198,164,210); }
td.TdClassName
{
border-color: #C6A4D2;
}
.TagClassName
{
border-color: #C6A4D2;
}
</style>