Shades of Wisteria #CB89D6
Tints of Wisteria #CB89D6
RGB
CMYK
RGB Variations
Color information
#CB89D6 (or 0xCB89D6) is known color: Wisteria. HEX triplet: CB, 89 and D6. RGB value is (203,137,214). Sum of RGB (Red+Green+Blue) = 203+137+214=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 137 (53.91% from 255 or 24.73% from 554); Blue value is 214 (83.98% from 255 or 38.63% from 554); Max value from RGB is 214 - color contains mainly: blue. Hex color #CB89D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB89D6 is #347629. Grayscale: #A5A5A5. Windows color (decimal): -3438122 or 14059979. OLE color: 14059979.
HSL color Cylindrical-coordinate representation of color #CB89D6: hue angle of 291.43º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CB89D6 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 137 | 214 | - |
| CMYK | 0.05 | 0.36 | 0 | 0.16 |
| HSL | 291.43º | 0.48% | 0.69% | - |
| HSV(B) | 291.43º | 0.36% | 0.84% | - |
| XYZ | 45.71 | 35.44 | 68.05 | - |
| YUV | 165.51 | 155.37 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 137 | 214 | 0.05 | 0.36 | 0 | 0.16 | 291.43 | 0.48 | 0.69 |
| Hex | CB | 89 | D6 | 5 | 24 | 0 | 10 | 123 | 30 | 45 |
| Octal | 313 | 211 | 326 | 5 | 44 | 0 | 20 | 443 | 60 | 105 |
| Binary | 11001011 | 10001001 | 11010110 | 101 | 100100 | 0 | 10000 | 100100011 | 110000 | 1000101 |
Color Harmonies of #CB89D6
Complementary color
Monochromatic Colors of #CB89D6
Black with #CB89D6
Text Example
Text Example
White with #CB89D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB89D6; }
p { color: rgb(203,137,214); }
H1.HeaderClassName
{
color: #CB89D6;
}
.AnyTagClassName
{
color: #CB89D6;
}
</style>
background-color css
<style>
a { background-color: #CB89D6; }
a { background-color: rgb(203,137,214); }
div.DivClassName
{
background-color: #CB89D6;
}
.BgClassName
{
background-color: #CB89D6;
}
</style>
border-color css
<style>
span { border-color: #CB89D6; }
span { border-color: rgb(203,137,214); }
td.TdClassName
{
border-color: #CB89D6;
}
.TagClassName
{
border-color: #CB89D6;
}
</style>