Shades of Wisteria #CB94D5
Tints of Wisteria #CB94D5
RGB
CMYK
RGB Variations
Color information
#CB94D5 (or 0xCB94D5) is known color: Wisteria. HEX triplet: CB, 94 and D5. RGB value is (203,148,213). Sum of RGB (Red+Green+Blue) = 203+148+213=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 148 (58.20% from 255 or 26.24% from 564); Blue value is 213 (83.59% from 255 or 37.77% from 564); Max value from RGB is 213 - color contains mainly: blue. Hex color #CB94D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB94D5 is #346B2A. Grayscale: #ABABAB. Windows color (decimal): -3435307 or 13997259. OLE color: 13997259.
HSL color Cylindrical-coordinate representation of color #CB94D5: hue angle of 290.77º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CB94D5 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 148 | 213 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.16 |
| HSL | 290.77º | 0.44% | 0.71% | - |
| HSV(B) | 290.77º | 0.31% | 0.84% | - |
| XYZ | 47.23 | 38.68 | 67.93 | - |
| YUV | 171.86 | 151.22 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 148 | 213 | 0.05 | 0.31 | 0 | 0.16 | 290.77 | 0.44 | 0.71 |
| Hex | CB | 94 | D5 | 5 | 1F | 0 | 10 | 123 | 2C | 47 |
| Octal | 313 | 224 | 325 | 5 | 37 | 0 | 20 | 443 | 54 | 107 |
| Binary | 11001011 | 10010100 | 11010101 | 101 | 11111 | 0 | 10000 | 100100011 | 101100 | 1000111 |
Color Harmonies of #CB94D5
Complementary color
Monochromatic Colors of #CB94D5
Black with #CB94D5
Text Example
Text Example
White with #CB94D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB94D5; }
p { color: rgb(203,148,213); }
H1.HeaderClassName
{
color: #CB94D5;
}
.AnyTagClassName
{
color: #CB94D5;
}
</style>
background-color css
<style>
a { background-color: #CB94D5; }
a { background-color: rgb(203,148,213); }
div.DivClassName
{
background-color: #CB94D5;
}
.BgClassName
{
background-color: #CB94D5;
}
</style>
border-color css
<style>
span { border-color: #CB94D5; }
span { border-color: rgb(203,148,213); }
td.TdClassName
{
border-color: #CB94D5;
}
.TagClassName
{
border-color: #CB94D5;
}
</style>