Shades of Wisteria #CBA5D8
Tints of Wisteria #CBA5D8
RGB
CMYK
RGB Variations
Color information
#CBA5D8 (or 0xCBA5D8) is known color: Wisteria. HEX triplet: CB, A5 and D8. RGB value is (203,165,216). Sum of RGB (Red+Green+Blue) = 203+165+216=584 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.76% from 584); Green value is 165 (64.84% from 255 or 28.25% 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 #CBA5D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA5D8 is #345A27. Grayscale: #B6B6B6. Windows color (decimal): -3430952 or 14198219. OLE color: 14198219.
HSL color Cylindrical-coordinate representation of color #CBA5D8: hue angle of 284.71º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBA5D8 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 165 | 216 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.15 |
| HSL | 284.71º | 0.4% | 0.75% | - |
| HSV(B) | 284.71º | 0.24% | 0.85% | - |
| XYZ | 50.48 | 44.56 | 70.91 | - |
| YUV | 182.18 | 147.09 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 165 | 216 | 0.06 | 0.24 | 0 | 0.15 | 284.71 | 0.4 | 0.75 |
| Hex | CB | A5 | D8 | 6 | 18 | 0 | F | 11D | 28 | 4B |
| Octal | 313 | 245 | 330 | 6 | 30 | 0 | 17 | 435 | 50 | 113 |
| Binary | 11001011 | 10100101 | 11011000 | 110 | 11000 | 0 | 1111 | 100011101 | 101000 | 1001011 |
Color Harmonies of #CBA5D8
Complementary color
Monochromatic Colors of #CBA5D8
Black with #CBA5D8
Text Example
Text Example
White with #CBA5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA5D8; }
p { color: rgb(203,165,216); }
H1.HeaderClassName
{
color: #CBA5D8;
}
.AnyTagClassName
{
color: #CBA5D8;
}
</style>
background-color css
<style>
a { background-color: #CBA5D8; }
a { background-color: rgb(203,165,216); }
div.DivClassName
{
background-color: #CBA5D8;
}
.BgClassName
{
background-color: #CBA5D8;
}
</style>
border-color css
<style>
span { border-color: #CBA5D8; }
span { border-color: rgb(203,165,216); }
td.TdClassName
{
border-color: #CBA5D8;
}
.TagClassName
{
border-color: #CBA5D8;
}
</style>