Shades of Wisteria #CBA8DC
Tints of Wisteria #CBA8DC
RGB
CMYK
RGB Variations
Color information
#CBA8DC (or 0xCBA8DC) is known color: Wisteria. HEX triplet: CB, A8 and DC. RGB value is (203,168,220). Sum of RGB (Red+Green+Blue) = 203+168+220=591 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.35% from 591); Green value is 168 (66.02% from 255 or 28.43% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBA8DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA8DC is #345723. Grayscale: #B8B8B8. Windows color (decimal): -3430180 or 14461131. OLE color: 14461131.
HSL color Cylindrical-coordinate representation of color #CBA8DC: hue angle of 280.38º 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 #CBA8DC is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 168 | 220 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.14 |
| HSL | 280.38º | 0.43% | 0.76% | - |
| HSV(B) | 280.38º | 0.24% | 0.86% | - |
| XYZ | 51.55 | 45.87 | 73.85 | - |
| YUV | 184.39 | 148.1 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 220 | 0.08 | 0.24 | 0 | 0.14 | 280.38 | 0.43 | 0.76 |
| Hex | CB | A8 | DC | 8 | 18 | 0 | E | 118 | 2B | 4C |
| Octal | 313 | 250 | 334 | 10 | 30 | 0 | 16 | 430 | 53 | 114 |
| Binary | 11001011 | 10101000 | 11011100 | 1000 | 11000 | 0 | 1110 | 100011000 | 101011 | 1001100 |
Color Harmonies of #CBA8DC
Complementary color
Monochromatic Colors of #CBA8DC
Black with #CBA8DC
Text Example
Text Example
White with #CBA8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA8DC; }
p { color: rgb(203,168,220); }
H1.HeaderClassName
{
color: #CBA8DC;
}
.AnyTagClassName
{
color: #CBA8DC;
}
</style>
background-color css
<style>
a { background-color: #CBA8DC; }
a { background-color: rgb(203,168,220); }
div.DivClassName
{
background-color: #CBA8DC;
}
.BgClassName
{
background-color: #CBA8DC;
}
</style>
border-color css
<style>
span { border-color: #CBA8DC; }
span { border-color: rgb(203,168,220); }
td.TdClassName
{
border-color: #CBA8DC;
}
.TagClassName
{
border-color: #CBA8DC;
}
</style>