Shades of Wisteria #CBA6E0
Tints of Wisteria #CBA6E0
RGB
CMYK
RGB Variations
Color information
#CBA6E0 (or 0xCBA6E0) is known color: Wisteria. HEX triplet: CB, A6 and E0. RGB value is (203,166,224). Sum of RGB (Red+Green+Blue) = 203+166+224=593 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.23% from 593); Green value is 166 (65.23% from 255 or 27.99% from 593); Blue value is 224 (87.89% from 255 or 37.77% from 593); Max value from RGB is 224 - color contains mainly: blue. Hex color #CBA6E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA6E0 is #34591F. Grayscale: #B7B7B7. Windows color (decimal): -3430688 or 14722763. OLE color: 14722763.
HSL color Cylindrical-coordinate representation of color #CBA6E0: hue angle of 278.28º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBA6E0 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 166 | 224 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.12 |
| HSL | 278.28º | 0.48% | 0.76% | - |
| HSV(B) | 278.28º | 0.26% | 0.88% | - |
| XYZ | 51.72 | 45.35 | 76.55 | - |
| YUV | 183.68 | 150.76 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 224 | 0.09 | 0.26 | 0 | 0.12 | 278.28 | 0.48 | 0.76 |
| Hex | CB | A6 | E0 | 9 | 1A | 0 | C | 116 | 30 | 4C |
| Octal | 313 | 246 | 340 | 11 | 32 | 0 | 14 | 426 | 60 | 114 |
| Binary | 11001011 | 10100110 | 11100000 | 1001 | 11010 | 0 | 1100 | 100010110 | 110000 | 1001100 |
Color Harmonies of #CBA6E0
Complementary color
Monochromatic Colors of #CBA6E0
Black with #CBA6E0
Text Example
Text Example
White with #CBA6E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA6E0; }
p { color: rgb(203,166,224); }
H1.HeaderClassName
{
color: #CBA6E0;
}
.AnyTagClassName
{
color: #CBA6E0;
}
</style>
background-color css
<style>
a { background-color: #CBA6E0; }
a { background-color: rgb(203,166,224); }
div.DivClassName
{
background-color: #CBA6E0;
}
.BgClassName
{
background-color: #CBA6E0;
}
</style>
border-color css
<style>
span { border-color: #CBA6E0; }
span { border-color: rgb(203,166,224); }
td.TdClassName
{
border-color: #CBA6E0;
}
.TagClassName
{
border-color: #CBA6E0;
}
</style>