Shades of Wisteria #CBA0F2
Tints of Wisteria #CBA0F2
RGB
CMYK
RGB Variations
Color information
#CBA0F2 (or 0xCBA0F2) is known color: Wisteria. HEX triplet: CB, A0 and F2. RGB value is (203,160,242). Sum of RGB (Red+Green+Blue) = 203+160+242=605 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.55% from 605); Green value is 160 (62.89% from 255 or 26.45% from 605); Blue value is 242 (94.92% from 255 or 40% from 605); Max value from RGB is 242 - color contains mainly: blue. Hex color #CBA0F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA0F2 is #345F0D. Grayscale: #B5B5B5. Windows color (decimal): -3432206 or 15900875. OLE color: 15900875.
HSL color Cylindrical-coordinate representation of color #CBA0F2: hue angle of 271.46º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CBA0F2 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 160 | 242 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.05 |
| HSL | 271.46º | 0.76% | 0.79% | - |
| HSV(B) | 271.46º | 0.34% | 0.95% | - |
| XYZ | 53.23 | 44.25 | 89.74 | - |
| YUV | 182.21 | 161.75 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 242 | 0.16 | 0.34 | 0 | 0.05 | 271.46 | 0.76 | 0.79 |
| Hex | CB | A0 | F2 | 10 | 22 | 0 | 5 | 10F | 4C | 4F |
| Octal | 313 | 240 | 362 | 20 | 42 | 0 | 5 | 417 | 114 | 117 |
| Binary | 11001011 | 10100000 | 11110010 | 10000 | 100010 | 0 | 101 | 100001111 | 1001100 | 1001111 |
Color Harmonies of #CBA0F2
Complementary color
Monochromatic Colors of #CBA0F2
Black with #CBA0F2
Text Example
Text Example
White with #CBA0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA0F2; }
p { color: rgb(203,160,242); }
H1.HeaderClassName
{
color: #CBA0F2;
}
.AnyTagClassName
{
color: #CBA0F2;
}
</style>
background-color css
<style>
a { background-color: #CBA0F2; }
a { background-color: rgb(203,160,242); }
div.DivClassName
{
background-color: #CBA0F2;
}
.BgClassName
{
background-color: #CBA0F2;
}
</style>
border-color css
<style>
span { border-color: #CBA0F2; }
span { border-color: rgb(203,160,242); }
td.TdClassName
{
border-color: #CBA0F2;
}
.TagClassName
{
border-color: #CBA0F2;
}
</style>