Shades of Wisteria #CBA6DF
Tints of Wisteria #CBA6DF
RGB
CMYK
RGB Variations
Color information
#CBA6DF (or 0xCBA6DF) is known color: Wisteria. HEX triplet: CB, A6 and DF. RGB value is (203,166,223). Sum of RGB (Red+Green+Blue) = 203+166+223=592 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.29% from 592); Green value is 166 (65.23% from 255 or 28.04% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBA6DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA6DF is #345920. Grayscale: #B7B7B7. Windows color (decimal): -3430689 or 14657227. OLE color: 14657227.
HSL color Cylindrical-coordinate representation of color #CBA6DF: hue angle of 278.95º degrees, saturation: 0.47, 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 #CBA6DF is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 166 | 223 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.13 |
| HSL | 278.95º | 0.47% | 0.76% | - |
| HSV(B) | 278.95º | 0.26% | 0.87% | - |
| XYZ | 51.58 | 45.3 | 75.84 | - |
| YUV | 183.56 | 150.26 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 223 | 0.09 | 0.26 | 0 | 0.13 | 278.95 | 0.47 | 0.76 |
| Hex | CB | A6 | DF | 9 | 1A | 0 | D | 117 | 2F | 4C |
| Octal | 313 | 246 | 337 | 11 | 32 | 0 | 15 | 427 | 57 | 114 |
| Binary | 11001011 | 10100110 | 11011111 | 1001 | 11010 | 0 | 1101 | 100010111 | 101111 | 1001100 |
Color Harmonies of #CBA6DF
Complementary color
Monochromatic Colors of #CBA6DF
Black with #CBA6DF
Text Example
Text Example
White with #CBA6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA6DF; }
p { color: rgb(203,166,223); }
H1.HeaderClassName
{
color: #CBA6DF;
}
.AnyTagClassName
{
color: #CBA6DF;
}
</style>
background-color css
<style>
a { background-color: #CBA6DF; }
a { background-color: rgb(203,166,223); }
div.DivClassName
{
background-color: #CBA6DF;
}
.BgClassName
{
background-color: #CBA6DF;
}
</style>
border-color css
<style>
span { border-color: #CBA6DF; }
span { border-color: rgb(203,166,223); }
td.TdClassName
{
border-color: #CBA6DF;
}
.TagClassName
{
border-color: #CBA6DF;
}
</style>