Shades of Wisteria #CB9ED4
Tints of Wisteria #CB9ED4
RGB
CMYK
RGB Variations
Color information
#CB9ED4 (or 0xCB9ED4) is known color: Wisteria. HEX triplet: CB, 9E and D4. RGB value is (203,158,212). Sum of RGB (Red+Green+Blue) = 203+158+212=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 158 (62.11% from 255 or 27.57% from 573); Blue value is 212 (83.20% from 255 or 37.00% from 573); Max value from RGB is 212 - color contains mainly: blue. Hex color #CB9ED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9ED4 is #34612B. Grayscale: #B1B1B1. Windows color (decimal): -3432748 or 13934283. OLE color: 13934283.
HSL color Cylindrical-coordinate representation of color #CB9ED4: hue angle of 290º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CB9ED4 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 158 | 212 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.17 |
| HSL | 290º | 0.39% | 0.73% | - |
| HSV(B) | 290º | 0.25% | 0.83% | - |
| XYZ | 48.74 | 41.9 | 67.81 | - |
| YUV | 177.61 | 147.41 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 158 | 212 | 0.04 | 0.25 | 0 | 0.17 | 290 | 0.39 | 0.73 |
| Hex | CB | 9E | D4 | 4 | 19 | 0 | 11 | 122 | 27 | 49 |
| Octal | 313 | 236 | 324 | 4 | 31 | 0 | 21 | 442 | 47 | 111 |
| Binary | 11001011 | 10011110 | 11010100 | 100 | 11001 | 0 | 10001 | 100100010 | 100111 | 1001001 |
Color Harmonies of #CB9ED4
Complementary color
Monochromatic Colors of #CB9ED4
Black with #CB9ED4
Text Example
Text Example
White with #CB9ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9ED4; }
p { color: rgb(203,158,212); }
H1.HeaderClassName
{
color: #CB9ED4;
}
.AnyTagClassName
{
color: #CB9ED4;
}
</style>
background-color css
<style>
a { background-color: #CB9ED4; }
a { background-color: rgb(203,158,212); }
div.DivClassName
{
background-color: #CB9ED4;
}
.BgClassName
{
background-color: #CB9ED4;
}
</style>
border-color css
<style>
span { border-color: #CB9ED4; }
span { border-color: rgb(203,158,212); }
td.TdClassName
{
border-color: #CB9ED4;
}
.TagClassName
{
border-color: #CB9ED4;
}
</style>