Shades of Wisteria #CBA7DC
Tints of Wisteria #CBA7DC
RGB
CMYK
RGB Variations
Color information
#CBA7DC (or 0xCBA7DC) is known color: Wisteria. HEX triplet: CB, A7 and DC. RGB value is (203,167,220). Sum of RGB (Red+Green+Blue) = 203+167+220=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 167 (65.62% from 255 or 28.31% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBA7DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA7DC is #345823. Grayscale: #B7B7B7. Windows color (decimal): -3430436 or 14460875. OLE color: 14460875.
HSL color Cylindrical-coordinate representation of color #CBA7DC: hue angle of 280.75º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBA7DC is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 167 | 220 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.14 |
| HSL | 280.75º | 0.43% | 0.76% | - |
| HSV(B) | 280.75º | 0.24% | 0.86% | - |
| XYZ | 51.37 | 45.5 | 73.79 | - |
| YUV | 183.81 | 148.43 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 220 | 0.08 | 0.24 | 0 | 0.14 | 280.75 | 0.43 | 0.76 |
| Hex | CB | A7 | DC | 8 | 18 | 0 | E | 119 | 2B | 4C |
| Octal | 313 | 247 | 334 | 10 | 30 | 0 | 16 | 431 | 53 | 114 |
| Binary | 11001011 | 10100111 | 11011100 | 1000 | 11000 | 0 | 1110 | 100011001 | 101011 | 1001100 |
Color Harmonies of #CBA7DC
Complementary color
Monochromatic Colors of #CBA7DC
Black with #CBA7DC
Text Example
Text Example
White with #CBA7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA7DC; }
p { color: rgb(203,167,220); }
H1.HeaderClassName
{
color: #CBA7DC;
}
.AnyTagClassName
{
color: #CBA7DC;
}
</style>
background-color css
<style>
a { background-color: #CBA7DC; }
a { background-color: rgb(203,167,220); }
div.DivClassName
{
background-color: #CBA7DC;
}
.BgClassName
{
background-color: #CBA7DC;
}
</style>
border-color css
<style>
span { border-color: #CBA7DC; }
span { border-color: rgb(203,167,220); }
td.TdClassName
{
border-color: #CBA7DC;
}
.TagClassName
{
border-color: #CBA7DC;
}
</style>