Shades of Wisteria #CB97DF
Tints of Wisteria #CB97DF
RGB
CMYK
RGB Variations
Color information
#CB97DF (or 0xCB97DF) is known color: Wisteria. HEX triplet: CB, 97 and DF. RGB value is (203,151,223). Sum of RGB (Red+Green+Blue) = 203+151+223=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 151 (59.38% from 255 or 26.17% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB97DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB97DF is #346820. Grayscale: #AEAEAE. Windows color (decimal): -3434529 or 14653387. OLE color: 14653387.
HSL color Cylindrical-coordinate representation of color #CB97DF: hue angle of 283.33º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CB97DF is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 151 | 223 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.13 |
| HSL | 283.33º | 0.53% | 0.73% | - |
| HSV(B) | 283.33º | 0.32% | 0.87% | - |
| XYZ | 49.01 | 40.16 | 74.98 | - |
| YUV | 174.76 | 155.23 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 151 | 223 | 0.09 | 0.32 | 0 | 0.13 | 283.33 | 0.53 | 0.73 |
| Hex | CB | 97 | DF | 9 | 20 | 0 | D | 11B | 35 | 49 |
| Octal | 313 | 227 | 337 | 11 | 40 | 0 | 15 | 433 | 65 | 111 |
| Binary | 11001011 | 10010111 | 11011111 | 1001 | 100000 | 0 | 1101 | 100011011 | 110101 | 1001001 |
Color Harmonies of #CB97DF
Complementary color
Monochromatic Colors of #CB97DF
Black with #CB97DF
Text Example
Text Example
White with #CB97DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB97DF; }
p { color: rgb(203,151,223); }
H1.HeaderClassName
{
color: #CB97DF;
}
.AnyTagClassName
{
color: #CB97DF;
}
</style>
background-color css
<style>
a { background-color: #CB97DF; }
a { background-color: rgb(203,151,223); }
div.DivClassName
{
background-color: #CB97DF;
}
.BgClassName
{
background-color: #CB97DF;
}
</style>
border-color css
<style>
span { border-color: #CB97DF; }
span { border-color: rgb(203,151,223); }
td.TdClassName
{
border-color: #CB97DF;
}
.TagClassName
{
border-color: #CB97DF;
}
</style>