Shades of Wisteria #CB89F2
Tints of Wisteria #CB89F2
RGB
CMYK
RGB Variations
Color information
#CB89F2 (or 0xCB89F2) is known color: Wisteria. HEX triplet: CB, 89 and F2. RGB value is (203,137,242). Sum of RGB (Red+Green+Blue) = 203+137+242=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 137 (53.91% from 255 or 23.54% from 582); Blue value is 242 (94.92% from 255 or 41.58% from 582); Max value from RGB is 242 - color contains mainly: blue. Hex color #CB89F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB89F2 is #34760D. Grayscale: #A8A8A8. Windows color (decimal): -3438094 or 15894987. OLE color: 15894987.
HSL color Cylindrical-coordinate representation of color #CB89F2: hue angle of 277.71º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB89F2 is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 137 | 242 | - |
| CMYK | 0.16 | 0.43 | 0 | 0.05 |
| HSL | 277.71º | 0.8% | 0.74% | - |
| HSV(B) | 277.71º | 0.43% | 0.95% | - |
| XYZ | 49.6 | 37 | 88.53 | - |
| YUV | 168.7 | 169.37 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 137 | 242 | 0.16 | 0.43 | 0 | 0.05 | 277.71 | 0.8 | 0.74 |
| Hex | CB | 89 | F2 | 10 | 2B | 0 | 5 | 116 | 50 | 4A |
| Octal | 313 | 211 | 362 | 20 | 53 | 0 | 5 | 426 | 120 | 112 |
| Binary | 11001011 | 10001001 | 11110010 | 10000 | 101011 | 0 | 101 | 100010110 | 1010000 | 1001010 |
Color Harmonies of #CB89F2
Complementary color
Monochromatic Colors of #CB89F2
Black with #CB89F2
Text Example
Text Example
White with #CB89F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB89F2; }
p { color: rgb(203,137,242); }
H1.HeaderClassName
{
color: #CB89F2;
}
.AnyTagClassName
{
color: #CB89F2;
}
</style>
background-color css
<style>
a { background-color: #CB89F2; }
a { background-color: rgb(203,137,242); }
div.DivClassName
{
background-color: #CB89F2;
}
.BgClassName
{
background-color: #CB89F2;
}
</style>
border-color css
<style>
span { border-color: #CB89F2; }
span { border-color: rgb(203,137,242); }
td.TdClassName
{
border-color: #CB89F2;
}
.TagClassName
{
border-color: #CB89F2;
}
</style>