Shades of Wisteria #CBA4DC
Tints of Wisteria #CBA4DC
RGB
CMYK
RGB Variations
Color information
#CBA4DC (or 0xCBA4DC) is known color: Wisteria. HEX triplet: CB, A4 and DC. RGB value is (203,164,220). Sum of RGB (Red+Green+Blue) = 203+164+220=587 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.58% from 587); Green value is 164 (64.45% from 255 or 27.94% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBA4DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA4DC is #345B23. Grayscale: #B5B5B5. Windows color (decimal): -3431204 or 14460107. OLE color: 14460107.
HSL color Cylindrical-coordinate representation of color #CBA4DC: hue angle of 281.79º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBA4DC is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 164 | 220 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.14 |
| HSL | 281.79º | 0.44% | 0.75% | - |
| HSV(B) | 281.79º | 0.25% | 0.86% | - |
| XYZ | 50.82 | 44.41 | 73.6 | - |
| YUV | 182.05 | 149.42 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 220 | 0.08 | 0.25 | 0 | 0.14 | 281.79 | 0.44 | 0.75 |
| Hex | CB | A4 | DC | 8 | 19 | 0 | E | 11A | 2C | 4B |
| Octal | 313 | 244 | 334 | 10 | 31 | 0 | 16 | 432 | 54 | 113 |
| Binary | 11001011 | 10100100 | 11011100 | 1000 | 11001 | 0 | 1110 | 100011010 | 101100 | 1001011 |
Color Harmonies of #CBA4DC
Complementary color
Monochromatic Colors of #CBA4DC
Black with #CBA4DC
Text Example
Text Example
White with #CBA4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA4DC; }
p { color: rgb(203,164,220); }
H1.HeaderClassName
{
color: #CBA4DC;
}
.AnyTagClassName
{
color: #CBA4DC;
}
</style>
background-color css
<style>
a { background-color: #CBA4DC; }
a { background-color: rgb(203,164,220); }
div.DivClassName
{
background-color: #CBA4DC;
}
.BgClassName
{
background-color: #CBA4DC;
}
</style>
border-color css
<style>
span { border-color: #CBA4DC; }
span { border-color: rgb(203,164,220); }
td.TdClassName
{
border-color: #CBA4DC;
}
.TagClassName
{
border-color: #CBA4DC;
}
</style>