Shades of Wisteria #CB95E2
Tints of Wisteria #CB95E2
RGB
CMYK
RGB Variations
Color information
#CB95E2 (or 0xCB95E2) is known color: Wisteria. HEX triplet: CB, 95 and E2. RGB value is (203,149,226). Sum of RGB (Red+Green+Blue) = 203+149+226=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 149 (58.59% from 255 or 25.78% from 578); Blue value is 226 (88.67% from 255 or 39.10% from 578); Max value from RGB is 226 - color contains mainly: blue. Hex color #CB95E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB95E2 is #346A1D. Grayscale: #ADADAD. Windows color (decimal): -3435038 or 14849483. OLE color: 14849483.
HSL color Cylindrical-coordinate representation of color #CB95E2: hue angle of 282.08º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CB95E2 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 149 | 226 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.11 |
| HSL | 282.08º | 0.57% | 0.74% | - |
| HSV(B) | 282.08º | 0.34% | 0.89% | - |
| XYZ | 49.1 | 39.68 | 77.02 | - |
| YUV | 173.92 | 157.39 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 149 | 226 | 0.10 | 0.34 | 0 | 0.11 | 282.08 | 0.57 | 0.74 |
| Hex | CB | 95 | E2 | A | 22 | 0 | B | 11A | 39 | 4A |
| Octal | 313 | 225 | 342 | 12 | 42 | 0 | 13 | 432 | 71 | 112 |
| Binary | 11001011 | 10010101 | 11100010 | 1010 | 100010 | 0 | 1011 | 100011010 | 111001 | 1001010 |
Color Harmonies of #CB95E2
Complementary color
Monochromatic Colors of #CB95E2
Black with #CB95E2
Text Example
Text Example
White with #CB95E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB95E2; }
p { color: rgb(203,149,226); }
H1.HeaderClassName
{
color: #CB95E2;
}
.AnyTagClassName
{
color: #CB95E2;
}
</style>
background-color css
<style>
a { background-color: #CB95E2; }
a { background-color: rgb(203,149,226); }
div.DivClassName
{
background-color: #CB95E2;
}
.BgClassName
{
background-color: #CB95E2;
}
</style>
border-color css
<style>
span { border-color: #CB95E2; }
span { border-color: rgb(203,149,226); }
td.TdClassName
{
border-color: #CB95E2;
}
.TagClassName
{
border-color: #CB95E2;
}
</style>