Shades of Wisteria #CB96E6
Tints of Wisteria #CB96E6
RGB
CMYK
RGB Variations
Color information
#CB96E6 (or 0xCB96E6) is known color: Wisteria. HEX triplet: CB, 96 and E6. RGB value is (203,150,230). Sum of RGB (Red+Green+Blue) = 203+150+230=583 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.82% from 583); Green value is 150 (58.98% from 255 or 25.73% from 583); Blue value is 230 (90.23% from 255 or 39.45% from 583); Max value from RGB is 230 - color contains mainly: blue. Hex color #CB96E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB96E6 is #346919. Grayscale: #AEAEAE. Windows color (decimal): -3434778 or 15111883. OLE color: 15111883.
HSL color Cylindrical-coordinate representation of color #CB96E6: hue angle of 279.75º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB96E6 is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 150 | 230 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.10 |
| HSL | 279.75º | 0.62% | 0.75% | - |
| HSV(B) | 279.75º | 0.35% | 0.9% | - |
| XYZ | 49.82 | 40.22 | 80 | - |
| YUV | 174.97 | 159.06 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 150 | 230 | 0.12 | 0.35 | 0 | 0.10 | 279.75 | 0.62 | 0.75 |
| Hex | CB | 96 | E6 | C | 23 | 0 | A | 118 | 3E | 4B |
| Octal | 313 | 226 | 346 | 14 | 43 | 0 | 12 | 430 | 76 | 113 |
| Binary | 11001011 | 10010110 | 11100110 | 1100 | 100011 | 0 | 1010 | 100011000 | 111110 | 1001011 |
Color Harmonies of #CB96E6
Complementary color
Monochromatic Colors of #CB96E6
Black with #CB96E6
Text Example
Text Example
White with #CB96E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB96E6; }
p { color: rgb(203,150,230); }
H1.HeaderClassName
{
color: #CB96E6;
}
.AnyTagClassName
{
color: #CB96E6;
}
</style>
background-color css
<style>
a { background-color: #CB96E6; }
a { background-color: rgb(203,150,230); }
div.DivClassName
{
background-color: #CB96E6;
}
.BgClassName
{
background-color: #CB96E6;
}
</style>
border-color css
<style>
span { border-color: #CB96E6; }
span { border-color: rgb(203,150,230); }
td.TdClassName
{
border-color: #CB96E6;
}
.TagClassName
{
border-color: #CB96E6;
}
</style>