Shades of Wisteria #CB93D9
Tints of Wisteria #CB93D9
RGB
CMYK
RGB Variations
Color information
#CB93D9 (or 0xCB93D9) is known color: Wisteria. HEX triplet: CB, 93 and D9. RGB value is (203,147,217). Sum of RGB (Red+Green+Blue) = 203+147+217=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 147 (57.81% from 255 or 25.93% from 567); Blue value is 217 (85.16% from 255 or 38.27% from 567); Max value from RGB is 217 - color contains mainly: blue. Hex color #CB93D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB93D9 is #346C26. Grayscale: #ABABAB. Windows color (decimal): -3435559 or 14259147. OLE color: 14259147.
HSL color Cylindrical-coordinate representation of color #CB93D9: hue angle of 288º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CB93D9 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 147 | 217 | - |
| CMYK | 0.06 | 0.32 | 0 | 0.15 |
| HSL | 288º | 0.48% | 0.71% | - |
| HSV(B) | 288º | 0.32% | 0.85% | - |
| XYZ | 47.59 | 38.57 | 70.58 | - |
| YUV | 171.72 | 153.55 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 147 | 217 | 0.06 | 0.32 | 0 | 0.15 | 288 | 0.48 | 0.71 |
| Hex | CB | 93 | D9 | 6 | 20 | 0 | F | 120 | 30 | 47 |
| Octal | 313 | 223 | 331 | 6 | 40 | 0 | 17 | 440 | 60 | 107 |
| Binary | 11001011 | 10010011 | 11011001 | 110 | 100000 | 0 | 1111 | 100100000 | 110000 | 1000111 |
Color Harmonies of #CB93D9
Complementary color
Monochromatic Colors of #CB93D9
Black with #CB93D9
Text Example
Text Example
White with #CB93D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB93D9; }
p { color: rgb(203,147,217); }
H1.HeaderClassName
{
color: #CB93D9;
}
.AnyTagClassName
{
color: #CB93D9;
}
</style>
background-color css
<style>
a { background-color: #CB93D9; }
a { background-color: rgb(203,147,217); }
div.DivClassName
{
background-color: #CB93D9;
}
.BgClassName
{
background-color: #CB93D9;
}
</style>
border-color css
<style>
span { border-color: #CB93D9; }
span { border-color: rgb(203,147,217); }
td.TdClassName
{
border-color: #CB93D9;
}
.TagClassName
{
border-color: #CB93D9;
}
</style>