Shades of Wisteria #CBA3ED
Tints of Wisteria #CBA3ED
RGB
CMYK
RGB Variations
Color information
#CBA3ED (or 0xCBA3ED) is known color: Wisteria. HEX triplet: CB, A3 and ED. RGB value is (203,163,237). Sum of RGB (Red+Green+Blue) = 203+163+237=603 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.67% from 603); Green value is 163 (64.06% from 255 or 27.03% from 603); Blue value is 237 (92.97% from 255 or 39.30% from 603); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBA3ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA3ED is #345C12. Grayscale: #B7B7B7. Windows color (decimal): -3431443 or 15573963. OLE color: 15573963.
HSL color Cylindrical-coordinate representation of color #CBA3ED: hue angle of 272.43º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBA3ED is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 163 | 237 | - |
| CMYK | 0.14 | 0.31 | 0 | 0.07 |
| HSL | 272.43º | 0.67% | 0.78% | - |
| HSV(B) | 272.43º | 0.31% | 0.93% | - |
| XYZ | 53.01 | 45.01 | 86.01 | - |
| YUV | 183.4 | 158.25 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 237 | 0.14 | 0.31 | 0 | 0.07 | 272.43 | 0.67 | 0.78 |
| Hex | CB | A3 | ED | E | 1F | 0 | 7 | 110 | 43 | 4E |
| Octal | 313 | 243 | 355 | 16 | 37 | 0 | 7 | 420 | 103 | 116 |
| Binary | 11001011 | 10100011 | 11101101 | 1110 | 11111 | 0 | 111 | 100010000 | 1000011 | 1001110 |
Color Harmonies of #CBA3ED
Complementary color
Monochromatic Colors of #CBA3ED
Black with #CBA3ED
Text Example
Text Example
White with #CBA3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA3ED; }
p { color: rgb(203,163,237); }
H1.HeaderClassName
{
color: #CBA3ED;
}
.AnyTagClassName
{
color: #CBA3ED;
}
</style>
background-color css
<style>
a { background-color: #CBA3ED; }
a { background-color: rgb(203,163,237); }
div.DivClassName
{
background-color: #CBA3ED;
}
.BgClassName
{
background-color: #CBA3ED;
}
</style>
border-color css
<style>
span { border-color: #CBA3ED; }
span { border-color: rgb(203,163,237); }
td.TdClassName
{
border-color: #CBA3ED;
}
.TagClassName
{
border-color: #CBA3ED;
}
</style>