Shades of Wisteria #CBA1F0
Tints of Wisteria #CBA1F0
RGB
CMYK
RGB Variations
Color information
#CBA1F0 (or 0xCBA1F0) is known color: Wisteria. HEX triplet: CB, A1 and F0. RGB value is (203,161,240). Sum of RGB (Red+Green+Blue) = 203+161+240=604 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.61% from 604); Green value is 161 (63.28% from 255 or 26.66% from 604); Blue value is 240 (94.14% from 255 or 39.74% from 604); Max value from RGB is 240 - color contains mainly: blue. Hex color #CBA1F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA1F0 is #345E0F. Grayscale: #B6B6B6. Windows color (decimal): -3431952 or 15770059. OLE color: 15770059.
HSL color Cylindrical-coordinate representation of color #CBA1F0: hue angle of 271.9º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBA1F0 is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 161 | 240 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.06 |
| HSL | 271.9º | 0.72% | 0.79% | - |
| HSV(B) | 271.9º | 0.33% | 0.94% | - |
| XYZ | 53.1 | 44.48 | 88.22 | - |
| YUV | 182.56 | 160.41 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 240 | 0.15 | 0.33 | 0 | 0.06 | 271.9 | 0.72 | 0.79 |
| Hex | CB | A1 | F0 | F | 21 | 0 | 6 | 110 | 48 | 4F |
| Octal | 313 | 241 | 360 | 17 | 41 | 0 | 6 | 420 | 110 | 117 |
| Binary | 11001011 | 10100001 | 11110000 | 1111 | 100001 | 0 | 110 | 100010000 | 1001000 | 1001111 |
Color Harmonies of #CBA1F0
Complementary color
Monochromatic Colors of #CBA1F0
Black with #CBA1F0
Text Example
Text Example
White with #CBA1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA1F0; }
p { color: rgb(203,161,240); }
H1.HeaderClassName
{
color: #CBA1F0;
}
.AnyTagClassName
{
color: #CBA1F0;
}
</style>
background-color css
<style>
a { background-color: #CBA1F0; }
a { background-color: rgb(203,161,240); }
div.DivClassName
{
background-color: #CBA1F0;
}
.BgClassName
{
background-color: #CBA1F0;
}
</style>
border-color css
<style>
span { border-color: #CBA1F0; }
span { border-color: rgb(203,161,240); }
td.TdClassName
{
border-color: #CBA1F0;
}
.TagClassName
{
border-color: #CBA1F0;
}
</style>