Shades of Wisteria #CB99F2
Tints of Wisteria #CB99F2
RGB
CMYK
RGB Variations
Color information
#CB99F2 (or 0xCB99F2) is known color: Wisteria. HEX triplet: CB, 99 and F2. RGB value is (203,153,242). Sum of RGB (Red+Green+Blue) = 203+153+242=598 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.95% from 598); Green value is 153 (60.16% from 255 or 25.59% from 598); Blue value is 242 (94.92% from 255 or 40.47% from 598); Max value from RGB is 242 - color contains mainly: blue. Hex color #CB99F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB99F2 is #34660D. Grayscale: #B1B1B1. Windows color (decimal): -3433998 or 15899083. OLE color: 15899083.
HSL color Cylindrical-coordinate representation of color #CB99F2: hue angle of 273.71º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB99F2 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 153 | 242 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.05 |
| HSL | 273.71º | 0.77% | 0.77% | - |
| HSV(B) | 273.71º | 0.37% | 0.95% | - |
| XYZ | 52.05 | 41.89 | 89.35 | - |
| YUV | 178.1 | 164.07 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 153 | 242 | 0.16 | 0.37 | 0 | 0.05 | 273.71 | 0.77 | 0.77 |
| Hex | CB | 99 | F2 | 10 | 25 | 0 | 5 | 112 | 4D | 4D |
| Octal | 313 | 231 | 362 | 20 | 45 | 0 | 5 | 422 | 115 | 115 |
| Binary | 11001011 | 10011001 | 11110010 | 10000 | 100101 | 0 | 101 | 100010010 | 1001101 | 1001101 |
Color Harmonies of #CB99F2
Complementary color
Monochromatic Colors of #CB99F2
Black with #CB99F2
Text Example
Text Example
White with #CB99F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB99F2; }
p { color: rgb(203,153,242); }
H1.HeaderClassName
{
color: #CB99F2;
}
.AnyTagClassName
{
color: #CB99F2;
}
</style>
background-color css
<style>
a { background-color: #CB99F2; }
a { background-color: rgb(203,153,242); }
div.DivClassName
{
background-color: #CB99F2;
}
.BgClassName
{
background-color: #CB99F2;
}
</style>
border-color css
<style>
span { border-color: #CB99F2; }
span { border-color: rgb(203,153,242); }
td.TdClassName
{
border-color: #CB99F2;
}
.TagClassName
{
border-color: #CB99F2;
}
</style>