Shades of Wisteria #CB97E3
Tints of Wisteria #CB97E3
RGB
CMYK
RGB Variations
Color information
#CB97E3 (or 0xCB97E3) is known color: Wisteria. HEX triplet: CB, 97 and E3. RGB value is (203,151,227). Sum of RGB (Red+Green+Blue) = 203+151+227=581 (76% of max value = 765). Red value is 203 (79.69% from 255 or 34.94% from 581); Green value is 151 (59.38% from 255 or 25.99% from 581); Blue value is 227 (89.06% from 255 or 39.07% from 581); Max value from RGB is 227 - color contains mainly: blue. Hex color #CB97E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB97E3 is #34681C. Grayscale: #AEAEAE. Windows color (decimal): -3434525 or 14915531. OLE color: 14915531.
HSL color Cylindrical-coordinate representation of color #CB97E3: hue angle of 281.05º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CB97E3 is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 151 | 227 | - |
| CMYK | 0.11 | 0.33 | 0 | 0.11 |
| HSL | 281.05º | 0.58% | 0.74% | - |
| HSV(B) | 281.05º | 0.33% | 0.89% | - |
| XYZ | 49.56 | 40.38 | 77.85 | - |
| YUV | 175.21 | 157.23 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 151 | 227 | 0.11 | 0.33 | 0 | 0.11 | 281.05 | 0.58 | 0.74 |
| Hex | CB | 97 | E3 | B | 21 | 0 | B | 119 | 3A | 4A |
| Octal | 313 | 227 | 343 | 13 | 41 | 0 | 13 | 431 | 72 | 112 |
| Binary | 11001011 | 10010111 | 11100011 | 1011 | 100001 | 0 | 1011 | 100011001 | 111010 | 1001010 |
Color Harmonies of #CB97E3
Complementary color
Monochromatic Colors of #CB97E3
Black with #CB97E3
Text Example
Text Example
White with #CB97E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB97E3; }
p { color: rgb(203,151,227); }
H1.HeaderClassName
{
color: #CB97E3;
}
.AnyTagClassName
{
color: #CB97E3;
}
</style>
background-color css
<style>
a { background-color: #CB97E3; }
a { background-color: rgb(203,151,227); }
div.DivClassName
{
background-color: #CB97E3;
}
.BgClassName
{
background-color: #CB97E3;
}
</style>
border-color css
<style>
span { border-color: #CB97E3; }
span { border-color: rgb(203,151,227); }
td.TdClassName
{
border-color: #CB97E3;
}
.TagClassName
{
border-color: #CB97E3;
}
</style>