Shades of Wisteria #CBA5D5
Tints of Wisteria #CBA5D5
RGB
CMYK
RGB Variations
Color information
#CBA5D5 (or 0xCBA5D5) is known color: Wisteria. HEX triplet: CB, A5 and D5. RGB value is (203,165,213). Sum of RGB (Red+Green+Blue) = 203+165+213=581 (76% of max value = 765). Red value is 203 (79.69% from 255 or 34.94% from 581); Green value is 165 (64.84% from 255 or 28.40% from 581); Blue value is 213 (83.59% from 255 or 36.66% from 581); Max value from RGB is 213 - color contains mainly: blue. Hex color #CBA5D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA5D5 is #345A2A. Grayscale: #B5B5B5. Windows color (decimal): -3430955 or 14001611. OLE color: 14001611.
HSL color Cylindrical-coordinate representation of color #CBA5D5: hue angle of 287.5º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBA5D5 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 165 | 213 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.16 |
| HSL | 287.5º | 0.36% | 0.74% | - |
| HSV(B) | 287.5º | 0.23% | 0.84% | - |
| XYZ | 50.09 | 44.41 | 68.88 | - |
| YUV | 181.83 | 145.59 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 165 | 213 | 0.05 | 0.23 | 0 | 0.16 | 287.5 | 0.36 | 0.74 |
| Hex | CB | A5 | D5 | 5 | 17 | 0 | 10 | 120 | 24 | 4A |
| Octal | 313 | 245 | 325 | 5 | 27 | 0 | 20 | 440 | 44 | 112 |
| Binary | 11001011 | 10100101 | 11010101 | 101 | 10111 | 0 | 10000 | 100100000 | 100100 | 1001010 |
Color Harmonies of #CBA5D5
Complementary color
Monochromatic Colors of #CBA5D5
Black with #CBA5D5
Text Example
Text Example
White with #CBA5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA5D5; }
p { color: rgb(203,165,213); }
H1.HeaderClassName
{
color: #CBA5D5;
}
.AnyTagClassName
{
color: #CBA5D5;
}
</style>
background-color css
<style>
a { background-color: #CBA5D5; }
a { background-color: rgb(203,165,213); }
div.DivClassName
{
background-color: #CBA5D5;
}
.BgClassName
{
background-color: #CBA5D5;
}
</style>
border-color css
<style>
span { border-color: #CBA5D5; }
span { border-color: rgb(203,165,213); }
td.TdClassName
{
border-color: #CBA5D5;
}
.TagClassName
{
border-color: #CBA5D5;
}
</style>