Shades of Wisteria #CB89F4
Tints of Wisteria #CB89F4
RGB
CMYK
RGB Variations
Color information
#CB89F4 (or 0xCB89F4) is known color: Wisteria. HEX triplet: CB, 89 and F4. RGB value is (203,137,244). Sum of RGB (Red+Green+Blue) = 203+137+244=584 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.76% from 584); Green value is 137 (53.91% from 255 or 23.46% from 584); Blue value is 244 (95.70% from 255 or 41.78% from 584); Max value from RGB is 244 - color contains mainly: blue. Hex color #CB89F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB89F4 is #34760B. Grayscale: #A8A8A8. Windows color (decimal): -3438092 or 16026059. OLE color: 16026059.
HSL color Cylindrical-coordinate representation of color #CB89F4: hue angle of 277.01º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB89F4 is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 137 | 244 | - |
| CMYK | 0.17 | 0.44 | 0 | 0.04 |
| HSL | 277.01º | 0.83% | 0.75% | - |
| HSV(B) | 277.01º | 0.44% | 0.96% | - |
| XYZ | 49.9 | 37.12 | 90.12 | - |
| YUV | 168.93 | 170.37 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 137 | 244 | 0.17 | 0.44 | 0 | 0.04 | 277.01 | 0.83 | 0.75 |
| Hex | CB | 89 | F4 | 11 | 2C | 0 | 4 | 115 | 53 | 4B |
| Octal | 313 | 211 | 364 | 21 | 54 | 0 | 4 | 425 | 123 | 113 |
| Binary | 11001011 | 10001001 | 11110100 | 10001 | 101100 | 0 | 100 | 100010101 | 1010011 | 1001011 |
Color Harmonies of #CB89F4
Complementary color
Monochromatic Colors of #CB89F4
Black with #CB89F4
Text Example
Text Example
White with #CB89F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB89F4; }
p { color: rgb(203,137,244); }
H1.HeaderClassName
{
color: #CB89F4;
}
.AnyTagClassName
{
color: #CB89F4;
}
</style>
background-color css
<style>
a { background-color: #CB89F4; }
a { background-color: rgb(203,137,244); }
div.DivClassName
{
background-color: #CB89F4;
}
.BgClassName
{
background-color: #CB89F4;
}
</style>
border-color css
<style>
span { border-color: #CB89F4; }
span { border-color: rgb(203,137,244); }
td.TdClassName
{
border-color: #CB89F4;
}
.TagClassName
{
border-color: #CB89F4;
}
</style>