Shades of Wisteria #CBA7D2
Tints of Wisteria #CBA7D2
RGB
CMYK
RGB Variations
Color information
#CBA7D2 (or 0xCBA7D2) is known color: Wisteria. HEX triplet: CB, A7 and D2. RGB value is (203,167,210). Sum of RGB (Red+Green+Blue) = 203+167+210=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 167 (65.62% from 255 or 28.79% from 580); Blue value is 210 (82.42% from 255 or 36.21% from 580); Max value from RGB is 210 - color contains mainly: blue. Hex color #CBA7D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA7D2 is #34582D. Grayscale: #B6B6B6. Windows color (decimal): -3430446 or 13805515. OLE color: 13805515.
HSL color Cylindrical-coordinate representation of color #CBA7D2: hue angle of 290.23º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBA7D2 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 167 | 210 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.18 |
| HSL | 290.23º | 0.32% | 0.74% | - |
| HSV(B) | 290.23º | 0.2% | 0.82% | - |
| XYZ | 50.08 | 44.99 | 67.02 | - |
| YUV | 182.67 | 143.43 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 210 | 0.03 | 0.20 | 0 | 0.18 | 290.23 | 0.32 | 0.74 |
| Hex | CB | A7 | D2 | 3 | 14 | 0 | 12 | 122 | 20 | 4A |
| Octal | 313 | 247 | 322 | 3 | 24 | 0 | 22 | 442 | 40 | 112 |
| Binary | 11001011 | 10100111 | 11010010 | 11 | 10100 | 0 | 10010 | 100100010 | 100000 | 1001010 |
Color Harmonies of #CBA7D2
Complementary color
Monochromatic Colors of #CBA7D2
Black with #CBA7D2
Text Example
Text Example
White with #CBA7D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA7D2; }
p { color: rgb(203,167,210); }
H1.HeaderClassName
{
color: #CBA7D2;
}
.AnyTagClassName
{
color: #CBA7D2;
}
</style>
background-color css
<style>
a { background-color: #CBA7D2; }
a { background-color: rgb(203,167,210); }
div.DivClassName
{
background-color: #CBA7D2;
}
.BgClassName
{
background-color: #CBA7D2;
}
</style>
border-color css
<style>
span { border-color: #CBA7D2; }
span { border-color: rgb(203,167,210); }
td.TdClassName
{
border-color: #CBA7D2;
}
.TagClassName
{
border-color: #CBA7D2;
}
</style>