Shades of Wisteria #C8A7D4
Tints of Wisteria #C8A7D4
RGB
CMYK
RGB Variations
Color information
#C8A7D4 (or 0xC8A7D4) is known color: Wisteria. HEX triplet: C8, A7 and D4. RGB value is (200,167,212). Sum of RGB (Red+Green+Blue) = 200+167+212=579 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.54% from 579); Green value is 167 (65.62% from 255 or 28.84% from 579); Blue value is 212 (83.20% from 255 or 36.61% from 579); Max value from RGB is 212 - color contains mainly: blue. Hex color #C8A7D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A7D4 is #37582B. Grayscale: #B5B5B5. Windows color (decimal): -3627052 or 13936584. OLE color: 13936584.
HSL color Cylindrical-coordinate representation of color #C8A7D4: hue angle of 284º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8A7D4 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 167 | 212 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.17 |
| HSL | 284º | 0.34% | 0.74% | - |
| HSV(B) | 284º | 0.21% | 0.83% | - |
| XYZ | 49.52 | 44.67 | 68.3 | - |
| YUV | 182 | 144.93 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 167 | 212 | 0.06 | 0.21 | 0 | 0.17 | 284 | 0.34 | 0.74 |
| Hex | C8 | A7 | D4 | 6 | 15 | 0 | 11 | 11C | 22 | 4A |
| Octal | 310 | 247 | 324 | 6 | 25 | 0 | 21 | 434 | 42 | 112 |
| Binary | 11001000 | 10100111 | 11010100 | 110 | 10101 | 0 | 10001 | 100011100 | 100010 | 1001010 |
Color Harmonies of #C8A7D4
Complementary color
Monochromatic Colors of #C8A7D4
Black with #C8A7D4
Text Example
Text Example
White with #C8A7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A7D4; }
p { color: rgb(200,167,212); }
H1.HeaderClassName
{
color: #C8A7D4;
}
.AnyTagClassName
{
color: #C8A7D4;
}
</style>
background-color css
<style>
a { background-color: #C8A7D4; }
a { background-color: rgb(200,167,212); }
div.DivClassName
{
background-color: #C8A7D4;
}
.BgClassName
{
background-color: #C8A7D4;
}
</style>
border-color css
<style>
span { border-color: #C8A7D4; }
span { border-color: rgb(200,167,212); }
td.TdClassName
{
border-color: #C8A7D4;
}
.TagClassName
{
border-color: #C8A7D4;
}
</style>