Shades of Wisteria #CB96EF
Tints of Wisteria #CB96EF
RGB
CMYK
RGB Variations
Color information
#CB96EF (or 0xCB96EF) is known color: Wisteria. HEX triplet: CB, 96 and EF. RGB value is (203,150,239). Sum of RGB (Red+Green+Blue) = 203+150+239=592 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.29% from 592); Green value is 150 (58.98% from 255 or 25.34% from 592); Blue value is 239 (93.75% from 255 or 40.37% from 592); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB96EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB96EF is #346910. Grayscale: #AFAFAF. Windows color (decimal): -3434769 or 15701707. OLE color: 15701707.
HSL color Cylindrical-coordinate representation of color #CB96EF: hue angle of 275.73º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB96EF is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 150 | 239 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.06 |
| HSL | 275.73º | 0.74% | 0.76% | - |
| HSV(B) | 275.73º | 0.37% | 0.94% | - |
| XYZ | 51.11 | 40.74 | 86.83 | - |
| YUV | 175.99 | 163.56 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 150 | 239 | 0.15 | 0.37 | 0 | 0.06 | 275.73 | 0.74 | 0.76 |
| Hex | CB | 96 | EF | F | 25 | 0 | 6 | 114 | 4A | 4C |
| Octal | 313 | 226 | 357 | 17 | 45 | 0 | 6 | 424 | 112 | 114 |
| Binary | 11001011 | 10010110 | 11101111 | 1111 | 100101 | 0 | 110 | 100010100 | 1001010 | 1001100 |
Color Harmonies of #CB96EF
Complementary color
Monochromatic Colors of #CB96EF
Black with #CB96EF
Text Example
Text Example
White with #CB96EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB96EF; }
p { color: rgb(203,150,239); }
H1.HeaderClassName
{
color: #CB96EF;
}
.AnyTagClassName
{
color: #CB96EF;
}
</style>
background-color css
<style>
a { background-color: #CB96EF; }
a { background-color: rgb(203,150,239); }
div.DivClassName
{
background-color: #CB96EF;
}
.BgClassName
{
background-color: #CB96EF;
}
</style>
border-color css
<style>
span { border-color: #CB96EF; }
span { border-color: rgb(203,150,239); }
td.TdClassName
{
border-color: #CB96EF;
}
.TagClassName
{
border-color: #CB96EF;
}
</style>