Shades of Wisteria #C6A5D2
Tints of Wisteria #C6A5D2
RGB
CMYK
RGB Variations
Color information
#C6A5D2 (or 0xC6A5D2) is known color: Wisteria. HEX triplet: C6, A5 and D2. RGB value is (198,165,210). Sum of RGB (Red+Green+Blue) = 198+165+210=573 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.55% from 573); Green value is 165 (64.84% from 255 or 28.80% from 573); Blue value is 210 (82.42% from 255 or 36.65% from 573); Max value from RGB is 210 - color contains mainly: blue. Hex color #C6A5D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A5D2 is #395A2D. Grayscale: #B3B3B3. Windows color (decimal): -3758638 or 13804998. OLE color: 13804998.
HSL color Cylindrical-coordinate representation of color #C6A5D2: hue angle of 284º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6A5D2 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 165 | 210 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.18 |
| HSL | 284º | 0.33% | 0.74% | - |
| HSV(B) | 284º | 0.21% | 0.82% | - |
| XYZ | 48.38 | 43.57 | 66.83 | - |
| YUV | 180 | 144.93 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 165 | 210 | 0.06 | 0.21 | 0 | 0.18 | 284 | 0.33 | 0.74 |
| Hex | C6 | A5 | D2 | 6 | 15 | 0 | 12 | 11C | 21 | 4A |
| Octal | 306 | 245 | 322 | 6 | 25 | 0 | 22 | 434 | 41 | 112 |
| Binary | 11000110 | 10100101 | 11010010 | 110 | 10101 | 0 | 10010 | 100011100 | 100001 | 1001010 |
Color Harmonies of #C6A5D2
Complementary color
Monochromatic Colors of #C6A5D2
Black with #C6A5D2
Text Example
Text Example
White with #C6A5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A5D2; }
p { color: rgb(198,165,210); }
H1.HeaderClassName
{
color: #C6A5D2;
}
.AnyTagClassName
{
color: #C6A5D2;
}
</style>
background-color css
<style>
a { background-color: #C6A5D2; }
a { background-color: rgb(198,165,210); }
div.DivClassName
{
background-color: #C6A5D2;
}
.BgClassName
{
background-color: #C6A5D2;
}
</style>
border-color css
<style>
span { border-color: #C6A5D2; }
span { border-color: rgb(198,165,210); }
td.TdClassName
{
border-color: #C6A5D2;
}
.TagClassName
{
border-color: #C6A5D2;
}
</style>