Shades of Wisteria #CB97E1
Tints of Wisteria #CB97E1
RGB
CMYK
RGB Variations
Color information
#CB97E1 (or 0xCB97E1) is known color: Wisteria. HEX triplet: CB, 97 and E1. RGB value is (203,151,225). Sum of RGB (Red+Green+Blue) = 203+151+225=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 151 (59.38% from 255 or 26.08% from 579); Blue value is 225 (88.28% from 255 or 38.86% from 579); Max value from RGB is 225 - color contains mainly: blue. Hex color #CB97E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB97E1 is #34681E. Grayscale: #AEAEAE. Windows color (decimal): -3434527 or 14784459. OLE color: 14784459.
HSL color Cylindrical-coordinate representation of color #CB97E1: hue angle of 282.16º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CB97E1 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 151 | 225 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.12 |
| HSL | 282.16º | 0.55% | 0.74% | - |
| HSV(B) | 282.16º | 0.33% | 0.88% | - |
| XYZ | 49.29 | 40.27 | 76.41 | - |
| YUV | 174.98 | 156.23 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 151 | 225 | 0.10 | 0.33 | 0 | 0.12 | 282.16 | 0.55 | 0.74 |
| Hex | CB | 97 | E1 | A | 21 | 0 | C | 11A | 37 | 4A |
| Octal | 313 | 227 | 341 | 12 | 41 | 0 | 14 | 432 | 67 | 112 |
| Binary | 11001011 | 10010111 | 11100001 | 1010 | 100001 | 0 | 1100 | 100011010 | 110111 | 1001010 |
Color Harmonies of #CB97E1
Complementary color
Monochromatic Colors of #CB97E1
Black with #CB97E1
Text Example
Text Example
White with #CB97E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB97E1; }
p { color: rgb(203,151,225); }
H1.HeaderClassName
{
color: #CB97E1;
}
.AnyTagClassName
{
color: #CB97E1;
}
</style>
background-color css
<style>
a { background-color: #CB97E1; }
a { background-color: rgb(203,151,225); }
div.DivClassName
{
background-color: #CB97E1;
}
.BgClassName
{
background-color: #CB97E1;
}
</style>
border-color css
<style>
span { border-color: #CB97E1; }
span { border-color: rgb(203,151,225); }
td.TdClassName
{
border-color: #CB97E1;
}
.TagClassName
{
border-color: #CB97E1;
}
</style>