Shades of Wisteria #CBA6DE
Tints of Wisteria #CBA6DE
RGB
CMYK
RGB Variations
Color information
#CBA6DE (or 0xCBA6DE) is known color: Wisteria. HEX triplet: CB, A6 and DE. RGB value is (203,166,222). Sum of RGB (Red+Green+Blue) = 203+166+222=591 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.35% from 591); Green value is 166 (65.23% from 255 or 28.09% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 222 - color contains mainly: blue. Hex color #CBA6DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA6DE is #345921. Grayscale: #B7B7B7. Windows color (decimal): -3430690 or 14591691. OLE color: 14591691.
HSL color Cylindrical-coordinate representation of color #CBA6DE: hue angle of 279.64º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBA6DE is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 166 | 222 | - |
| CMYK | 0.09 | 0.25 | 0 | 0.13 |
| HSL | 279.64º | 0.46% | 0.76% | - |
| HSV(B) | 279.64º | 0.25% | 0.87% | - |
| XYZ | 51.45 | 45.24 | 75.13 | - |
| YUV | 183.45 | 149.76 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 222 | 0.09 | 0.25 | 0 | 0.13 | 279.64 | 0.46 | 0.76 |
| Hex | CB | A6 | DE | 9 | 19 | 0 | D | 118 | 2E | 4C |
| Octal | 313 | 246 | 336 | 11 | 31 | 0 | 15 | 430 | 56 | 114 |
| Binary | 11001011 | 10100110 | 11011110 | 1001 | 11001 | 0 | 1101 | 100011000 | 101110 | 1001100 |
Color Harmonies of #CBA6DE
Complementary color
Monochromatic Colors of #CBA6DE
Black with #CBA6DE
Text Example
Text Example
White with #CBA6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA6DE; }
p { color: rgb(203,166,222); }
H1.HeaderClassName
{
color: #CBA6DE;
}
.AnyTagClassName
{
color: #CBA6DE;
}
</style>
background-color css
<style>
a { background-color: #CBA6DE; }
a { background-color: rgb(203,166,222); }
div.DivClassName
{
background-color: #CBA6DE;
}
.BgClassName
{
background-color: #CBA6DE;
}
</style>
border-color css
<style>
span { border-color: #CBA6DE; }
span { border-color: rgb(203,166,222); }
td.TdClassName
{
border-color: #CBA6DE;
}
.TagClassName
{
border-color: #CBA6DE;
}
</style>