Shades of Wisteria #CB96F2
Tints of Wisteria #CB96F2
RGB
CMYK
RGB Variations
Color information
#CB96F2 (or 0xCB96F2) is known color: Wisteria. HEX triplet: CB, 96 and F2. RGB value is (203,150,242). Sum of RGB (Red+Green+Blue) = 203+150+242=595 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.12% from 595); Green value is 150 (58.98% from 255 or 25.21% from 595); Blue value is 242 (94.92% from 255 or 40.67% from 595); Max value from RGB is 242 - color contains mainly: blue. Hex color #CB96F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB96F2 is #34690D. Grayscale: #B0B0B0. Windows color (decimal): -3434766 or 15898315. OLE color: 15898315.
HSL color Cylindrical-coordinate representation of color #CB96F2: hue angle of 274.57º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CB96F2 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 150 | 242 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.05 |
| HSL | 274.57º | 0.78% | 0.77% | - |
| HSV(B) | 274.57º | 0.38% | 0.95% | - |
| XYZ | 51.56 | 40.92 | 89.19 | - |
| YUV | 176.34 | 165.06 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 150 | 242 | 0.16 | 0.38 | 0 | 0.05 | 274.57 | 0.78 | 0.77 |
| Hex | CB | 96 | F2 | 10 | 26 | 0 | 5 | 113 | 4E | 4D |
| Octal | 313 | 226 | 362 | 20 | 46 | 0 | 5 | 423 | 116 | 115 |
| Binary | 11001011 | 10010110 | 11110010 | 10000 | 100110 | 0 | 101 | 100010011 | 1001110 | 1001101 |
Color Harmonies of #CB96F2
Complementary color
Monochromatic Colors of #CB96F2
Black with #CB96F2
Text Example
Text Example
White with #CB96F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB96F2; }
p { color: rgb(203,150,242); }
H1.HeaderClassName
{
color: #CB96F2;
}
.AnyTagClassName
{
color: #CB96F2;
}
</style>
background-color css
<style>
a { background-color: #CB96F2; }
a { background-color: rgb(203,150,242); }
div.DivClassName
{
background-color: #CB96F2;
}
.BgClassName
{
background-color: #CB96F2;
}
</style>
border-color css
<style>
span { border-color: #CB96F2; }
span { border-color: rgb(203,150,242); }
td.TdClassName
{
border-color: #CB96F2;
}
.TagClassName
{
border-color: #CB96F2;
}
</style>