Shades of Wisteria #C8A8D8
Tints of Wisteria #C8A8D8
RGB
CMYK
RGB Variations
Color information
#C8A8D8 (or 0xC8A8D8) is known color: Wisteria. HEX triplet: C8, A8 and D8. RGB value is (200,168,216). Sum of RGB (Red+Green+Blue) = 200+168+216=584 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.25% from 584); Green value is 168 (66.02% from 255 or 28.77% from 584); Blue value is 216 (84.77% from 255 or 36.99% from 584); Max value from RGB is 216 - color contains mainly: blue. Hex color #C8A8D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A8D8 is #375727. Grayscale: #B6B6B6. Windows color (decimal): -3626792 or 14198984. OLE color: 14198984.
HSL color Cylindrical-coordinate representation of color #C8A8D8: hue angle of 280º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8A8D8 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 168 | 216 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.15 |
| HSL | 280º | 0.38% | 0.75% | - |
| HSV(B) | 280º | 0.22% | 0.85% | - |
| XYZ | 50.22 | 45.24 | 71.05 | - |
| YUV | 183.04 | 146.6 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 168 | 216 | 0.07 | 0.22 | 0 | 0.15 | 280 | 0.38 | 0.75 |
| Hex | C8 | A8 | D8 | 7 | 16 | 0 | F | 118 | 26 | 4B |
| Octal | 310 | 250 | 330 | 7 | 26 | 0 | 17 | 430 | 46 | 113 |
| Binary | 11001000 | 10101000 | 11011000 | 111 | 10110 | 0 | 1111 | 100011000 | 100110 | 1001011 |
Color Harmonies of #C8A8D8
Complementary color
Monochromatic Colors of #C8A8D8
Black with #C8A8D8
Text Example
Text Example
White with #C8A8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A8D8; }
p { color: rgb(200,168,216); }
H1.HeaderClassName
{
color: #C8A8D8;
}
.AnyTagClassName
{
color: #C8A8D8;
}
</style>
background-color css
<style>
a { background-color: #C8A8D8; }
a { background-color: rgb(200,168,216); }
div.DivClassName
{
background-color: #C8A8D8;
}
.BgClassName
{
background-color: #C8A8D8;
}
</style>
border-color css
<style>
span { border-color: #C8A8D8; }
span { border-color: rgb(200,168,216); }
td.TdClassName
{
border-color: #C8A8D8;
}
.TagClassName
{
border-color: #C8A8D8;
}
</style>