Shades of Wisteria #CBA5DE
Tints of Wisteria #CBA5DE
RGB
CMYK
RGB Variations
Color information
#CBA5DE (or 0xCBA5DE) is known color: Wisteria. HEX triplet: CB, A5 and DE. RGB value is (203,165,222). Sum of RGB (Red+Green+Blue) = 203+165+222=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 165 (64.84% from 255 or 27.97% from 590); Blue value is 222 (87.11% from 255 or 37.63% from 590); Max value from RGB is 222 - color contains mainly: blue. Hex color #CBA5DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA5DE is #345A21. Grayscale: #B6B6B6. Windows color (decimal): -3430946 or 14591435. OLE color: 14591435.
HSL color Cylindrical-coordinate representation of color #CBA5DE: hue angle of 280º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBA5DE is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 165 | 222 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.13 |
| HSL | 280º | 0.46% | 0.76% | - |
| HSV(B) | 280º | 0.26% | 0.87% | - |
| XYZ | 51.27 | 44.88 | 75.07 | - |
| YUV | 182.86 | 150.09 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 165 | 222 | 0.09 | 0.26 | 0 | 0.13 | 280 | 0.46 | 0.76 |
| Hex | CB | A5 | DE | 9 | 1A | 0 | D | 118 | 2E | 4C |
| Octal | 313 | 245 | 336 | 11 | 32 | 0 | 15 | 430 | 56 | 114 |
| Binary | 11001011 | 10100101 | 11011110 | 1001 | 11010 | 0 | 1101 | 100011000 | 101110 | 1001100 |
Color Harmonies of #CBA5DE
Complementary color
Monochromatic Colors of #CBA5DE
Black with #CBA5DE
Text Example
Text Example
White with #CBA5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA5DE; }
p { color: rgb(203,165,222); }
H1.HeaderClassName
{
color: #CBA5DE;
}
.AnyTagClassName
{
color: #CBA5DE;
}
</style>
background-color css
<style>
a { background-color: #CBA5DE; }
a { background-color: rgb(203,165,222); }
div.DivClassName
{
background-color: #CBA5DE;
}
.BgClassName
{
background-color: #CBA5DE;
}
</style>
border-color css
<style>
span { border-color: #CBA5DE; }
span { border-color: rgb(203,165,222); }
td.TdClassName
{
border-color: #CBA5DE;
}
.TagClassName
{
border-color: #CBA5DE;
}
</style>