Shades of Wisteria #CB8ADB
Tints of Wisteria #CB8ADB
RGB
CMYK
RGB Variations
Color information
#CB8ADB (or 0xCB8ADB) is known color: Wisteria. HEX triplet: CB, 8A and DB. RGB value is (203,138,219). Sum of RGB (Red+Green+Blue) = 203+138+219=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 138 (54.30% from 255 or 24.64% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB8ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8ADB is #347524. Grayscale: #A6A6A6. Windows color (decimal): -3437861 or 14387915. OLE color: 14387915.
HSL color Cylindrical-coordinate representation of color #CB8ADB: hue angle of 288.15º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB8ADB is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 138 | 219 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.14 |
| HSL | 288.15º | 0.53% | 0.7% | - |
| HSV(B) | 288.15º | 0.37% | 0.86% | - |
| XYZ | 46.5 | 35.99 | 71.51 | - |
| YUV | 166.67 | 157.53 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 138 | 219 | 0.07 | 0.37 | 0 | 0.14 | 288.15 | 0.53 | 0.7 |
| Hex | CB | 8A | DB | 7 | 25 | 0 | E | 120 | 35 | 46 |
| Octal | 313 | 212 | 333 | 7 | 45 | 0 | 16 | 440 | 65 | 106 |
| Binary | 11001011 | 10001010 | 11011011 | 111 | 100101 | 0 | 1110 | 100100000 | 110101 | 1000110 |
Color Harmonies of #CB8ADB
Complementary color
Monochromatic Colors of #CB8ADB
Black with #CB8ADB
Text Example
Text Example
White with #CB8ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8ADB; }
p { color: rgb(203,138,219); }
H1.HeaderClassName
{
color: #CB8ADB;
}
.AnyTagClassName
{
color: #CB8ADB;
}
</style>
background-color css
<style>
a { background-color: #CB8ADB; }
a { background-color: rgb(203,138,219); }
div.DivClassName
{
background-color: #CB8ADB;
}
.BgClassName
{
background-color: #CB8ADB;
}
</style>
border-color css
<style>
span { border-color: #CB8ADB; }
span { border-color: rgb(203,138,219); }
td.TdClassName
{
border-color: #CB8ADB;
}
.TagClassName
{
border-color: #CB8ADB;
}
</style>