Shades of Wisteria #CB95D4
Tints of Wisteria #CB95D4
RGB
CMYK
RGB Variations
Color information
#CB95D4 (or 0xCB95D4) is known color: Wisteria. HEX triplet: CB, 95 and D4. RGB value is (203,149,212). Sum of RGB (Red+Green+Blue) = 203+149+212=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 149 (58.59% from 255 or 26.42% from 564); Blue value is 212 (83.20% from 255 or 37.59% from 564); Max value from RGB is 212 - color contains mainly: blue. Hex color #CB95D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB95D4 is #346A2B. Grayscale: #ACACAC. Windows color (decimal): -3435052 or 13931979. OLE color: 13931979.
HSL color Cylindrical-coordinate representation of color #CB95D4: hue angle of 291.43º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CB95D4 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 149 | 212 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.17 |
| HSL | 291.43º | 0.42% | 0.71% | - |
| HSV(B) | 291.43º | 0.3% | 0.83% | - |
| XYZ | 47.26 | 38.94 | 67.31 | - |
| YUV | 172.33 | 150.39 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 149 | 212 | 0.04 | 0.30 | 0 | 0.17 | 291.43 | 0.42 | 0.71 |
| Hex | CB | 95 | D4 | 4 | 1E | 0 | 11 | 123 | 2A | 47 |
| Octal | 313 | 225 | 324 | 4 | 36 | 0 | 21 | 443 | 52 | 107 |
| Binary | 11001011 | 10010101 | 11010100 | 100 | 11110 | 0 | 10001 | 100100011 | 101010 | 1000111 |
Color Harmonies of #CB95D4
Complementary color
Monochromatic Colors of #CB95D4
Black with #CB95D4
Text Example
Text Example
White with #CB95D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB95D4; }
p { color: rgb(203,149,212); }
H1.HeaderClassName
{
color: #CB95D4;
}
.AnyTagClassName
{
color: #CB95D4;
}
</style>
background-color css
<style>
a { background-color: #CB95D4; }
a { background-color: rgb(203,149,212); }
div.DivClassName
{
background-color: #CB95D4;
}
.BgClassName
{
background-color: #CB95D4;
}
</style>
border-color css
<style>
span { border-color: #CB95D4; }
span { border-color: rgb(203,149,212); }
td.TdClassName
{
border-color: #CB95D4;
}
.TagClassName
{
border-color: #CB95D4;
}
</style>