Shades of Wisteria #CB96E7
Tints of Wisteria #CB96E7
RGB
CMYK
RGB Variations
Color information
#CB96E7 (or 0xCB96E7) is known color: Wisteria. HEX triplet: CB, 96 and E7. RGB value is (203,150,231). Sum of RGB (Red+Green+Blue) = 203+150+231=584 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.76% from 584); Green value is 150 (58.98% from 255 or 25.68% from 584); Blue value is 231 (90.62% from 255 or 39.55% from 584); Max value from RGB is 231 - color contains mainly: blue. Hex color #CB96E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB96E7 is #346918. Grayscale: #AEAEAE. Windows color (decimal): -3434777 or 15177419. OLE color: 15177419.
HSL color Cylindrical-coordinate representation of color #CB96E7: hue angle of 279.26º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB96E7 is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 150 | 231 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.09 |
| HSL | 279.26º | 0.63% | 0.75% | - |
| HSV(B) | 279.26º | 0.35% | 0.91% | - |
| XYZ | 49.96 | 40.28 | 80.74 | - |
| YUV | 175.08 | 159.56 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 150 | 231 | 0.12 | 0.35 | 0 | 0.09 | 279.26 | 0.63 | 0.75 |
| Hex | CB | 96 | E7 | C | 23 | 0 | 9 | 117 | 3F | 4B |
| Octal | 313 | 226 | 347 | 14 | 43 | 0 | 11 | 427 | 77 | 113 |
| Binary | 11001011 | 10010110 | 11100111 | 1100 | 100011 | 0 | 1001 | 100010111 | 111111 | 1001011 |
Color Harmonies of #CB96E7
Complementary color
Monochromatic Colors of #CB96E7
Black with #CB96E7
Text Example
Text Example
White with #CB96E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB96E7; }
p { color: rgb(203,150,231); }
H1.HeaderClassName
{
color: #CB96E7;
}
.AnyTagClassName
{
color: #CB96E7;
}
</style>
background-color css
<style>
a { background-color: #CB96E7; }
a { background-color: rgb(203,150,231); }
div.DivClassName
{
background-color: #CB96E7;
}
.BgClassName
{
background-color: #CB96E7;
}
</style>
border-color css
<style>
span { border-color: #CB96E7; }
span { border-color: rgb(203,150,231); }
td.TdClassName
{
border-color: #CB96E7;
}
.TagClassName
{
border-color: #CB96E7;
}
</style>