Shades of Wisteria #CBA7DF
Tints of Wisteria #CBA7DF
RGB
CMYK
RGB Variations
Color information
#CBA7DF (or 0xCBA7DF) is known color: Wisteria. HEX triplet: CB, A7 and DF. RGB value is (203,167,223). Sum of RGB (Red+Green+Blue) = 203+167+223=593 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.23% from 593); Green value is 167 (65.62% from 255 or 28.16% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBA7DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA7DF is #345820. Grayscale: #B7B7B7. Windows color (decimal): -3430433 or 14657483. OLE color: 14657483.
HSL color Cylindrical-coordinate representation of color #CBA7DF: hue angle of 278.57º degrees, saturation: 0.47, 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 #CBA7DF is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 167 | 223 | - |
| CMYK | 0.09 | 0.25 | 0 | 0.13 |
| HSL | 278.57º | 0.47% | 0.76% | - |
| HSV(B) | 278.57º | 0.25% | 0.87% | - |
| XYZ | 51.77 | 45.66 | 75.9 | - |
| YUV | 184.15 | 149.93 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 223 | 0.09 | 0.25 | 0 | 0.13 | 278.57 | 0.47 | 0.76 |
| Hex | CB | A7 | DF | 9 | 19 | 0 | D | 117 | 2F | 4C |
| Octal | 313 | 247 | 337 | 11 | 31 | 0 | 15 | 427 | 57 | 114 |
| Binary | 11001011 | 10100111 | 11011111 | 1001 | 11001 | 0 | 1101 | 100010111 | 101111 | 1001100 |
Color Harmonies of #CBA7DF
Complementary color
Monochromatic Colors of #CBA7DF
Black with #CBA7DF
Text Example
Text Example
White with #CBA7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA7DF; }
p { color: rgb(203,167,223); }
H1.HeaderClassName
{
color: #CBA7DF;
}
.AnyTagClassName
{
color: #CBA7DF;
}
</style>
background-color css
<style>
a { background-color: #CBA7DF; }
a { background-color: rgb(203,167,223); }
div.DivClassName
{
background-color: #CBA7DF;
}
.BgClassName
{
background-color: #CBA7DF;
}
</style>
border-color css
<style>
span { border-color: #CBA7DF; }
span { border-color: rgb(203,167,223); }
td.TdClassName
{
border-color: #CBA7DF;
}
.TagClassName
{
border-color: #CBA7DF;
}
</style>