Shades of Wisteria #CBABDF
Tints of Wisteria #CBABDF
RGB
CMYK
RGB Variations
Color information
#CBABDF (or 0xCBABDF) is known color: Wisteria. HEX triplet: CB, AB and DF. RGB value is (203,171,223). Sum of RGB (Red+Green+Blue) = 203+171+223=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 171 (67.19% from 255 or 28.64% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBABDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBABDF is #345420. Grayscale: #BABABA. Windows color (decimal): -3429409 or 14658507. OLE color: 14658507.
HSL color Cylindrical-coordinate representation of color #CBABDF: hue angle of 276.92º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBABDF is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 171 | 223 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.13 |
| HSL | 276.92º | 0.45% | 0.77% | - |
| HSV(B) | 276.92º | 0.23% | 0.87% | - |
| XYZ | 52.51 | 47.15 | 76.15 | - |
| YUV | 186.5 | 148.6 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 223 | 0.09 | 0.23 | 0 | 0.13 | 276.92 | 0.45 | 0.77 |
| Hex | CB | AB | DF | 9 | 17 | 0 | D | 115 | 2D | 4D |
| Octal | 313 | 253 | 337 | 11 | 27 | 0 | 15 | 425 | 55 | 115 |
| Binary | 11001011 | 10101011 | 11011111 | 1001 | 10111 | 0 | 1101 | 100010101 | 101101 | 1001101 |
Color Harmonies of #CBABDF
Complementary color
Monochromatic Colors of #CBABDF
Black with #CBABDF
Text Example
Text Example
White with #CBABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBABDF; }
p { color: rgb(203,171,223); }
H1.HeaderClassName
{
color: #CBABDF;
}
.AnyTagClassName
{
color: #CBABDF;
}
</style>
background-color css
<style>
a { background-color: #CBABDF; }
a { background-color: rgb(203,171,223); }
div.DivClassName
{
background-color: #CBABDF;
}
.BgClassName
{
background-color: #CBABDF;
}
</style>
border-color css
<style>
span { border-color: #CBABDF; }
span { border-color: rgb(203,171,223); }
td.TdClassName
{
border-color: #CBABDF;
}
.TagClassName
{
border-color: #CBABDF;
}
</style>