Shades of Wisteria #CB89F0
Tints of Wisteria #CB89F0
RGB
CMYK
RGB Variations
Color information
#CB89F0 (or 0xCB89F0) is known color: Wisteria. HEX triplet: CB, 89 and F0. RGB value is (203,137,240). Sum of RGB (Red+Green+Blue) = 203+137+240=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 137 (53.91% from 255 or 23.62% from 580); Blue value is 240 (94.14% from 255 or 41.38% from 580); Max value from RGB is 240 - color contains mainly: blue. Hex color #CB89F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB89F0 is #34760F. Grayscale: #A8A8A8. Windows color (decimal): -3438096 or 15763915. OLE color: 15763915.
HSL color Cylindrical-coordinate representation of color #CB89F0: hue angle of 278.45º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB89F0 is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 137 | 240 | - |
| CMYK | 0.15 | 0.43 | 0 | 0.06 |
| HSL | 278.45º | 0.77% | 0.74% | - |
| HSV(B) | 278.45º | 0.43% | 0.94% | - |
| XYZ | 49.3 | 36.88 | 86.96 | - |
| YUV | 168.48 | 168.37 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 137 | 240 | 0.15 | 0.43 | 0 | 0.06 | 278.45 | 0.77 | 0.74 |
| Hex | CB | 89 | F0 | F | 2B | 0 | 6 | 116 | 4D | 4A |
| Octal | 313 | 211 | 360 | 17 | 53 | 0 | 6 | 426 | 115 | 112 |
| Binary | 11001011 | 10001001 | 11110000 | 1111 | 101011 | 0 | 110 | 100010110 | 1001101 | 1001010 |
Color Harmonies of #CB89F0
Complementary color
Monochromatic Colors of #CB89F0
Black with #CB89F0
Text Example
Text Example
White with #CB89F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB89F0; }
p { color: rgb(203,137,240); }
H1.HeaderClassName
{
color: #CB89F0;
}
.AnyTagClassName
{
color: #CB89F0;
}
</style>
background-color css
<style>
a { background-color: #CB89F0; }
a { background-color: rgb(203,137,240); }
div.DivClassName
{
background-color: #CB89F0;
}
.BgClassName
{
background-color: #CB89F0;
}
</style>
border-color css
<style>
span { border-color: #CB89F0; }
span { border-color: rgb(203,137,240); }
td.TdClassName
{
border-color: #CB89F0;
}
.TagClassName
{
border-color: #CB89F0;
}
</style>