Shades of Wisteria #CB9DE3
Tints of Wisteria #CB9DE3
RGB
CMYK
RGB Variations
Color information
#CB9DE3 (or 0xCB9DE3) is known color: Wisteria. HEX triplet: CB, 9D and E3. RGB value is (203,157,227). Sum of RGB (Red+Green+Blue) = 203+157+227=587 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.58% from 587); Green value is 157 (61.72% from 255 or 26.75% from 587); Blue value is 227 (89.06% from 255 or 38.67% from 587); Max value from RGB is 227 - color contains mainly: blue. Hex color #CB9DE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9DE3 is #34621C. Grayscale: #B2B2B2. Windows color (decimal): -3432989 or 14917067. OLE color: 14917067.
HSL color Cylindrical-coordinate representation of color #CB9DE3: hue angle of 279.43º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CB9DE3 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 157 | 227 | - |
| CMYK | 0.11 | 0.31 | 0 | 0.11 |
| HSL | 279.43º | 0.56% | 0.75% | - |
| HSV(B) | 279.43º | 0.31% | 0.89% | - |
| XYZ | 50.55 | 42.36 | 78.18 | - |
| YUV | 178.73 | 155.24 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 157 | 227 | 0.11 | 0.31 | 0 | 0.11 | 279.43 | 0.56 | 0.75 |
| Hex | CB | 9D | E3 | B | 1F | 0 | B | 117 | 38 | 4B |
| Octal | 313 | 235 | 343 | 13 | 37 | 0 | 13 | 427 | 70 | 113 |
| Binary | 11001011 | 10011101 | 11100011 | 1011 | 11111 | 0 | 1011 | 100010111 | 111000 | 1001011 |
Color Harmonies of #CB9DE3
Complementary color
Monochromatic Colors of #CB9DE3
Black with #CB9DE3
Text Example
Text Example
White with #CB9DE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9DE3; }
p { color: rgb(203,157,227); }
H1.HeaderClassName
{
color: #CB9DE3;
}
.AnyTagClassName
{
color: #CB9DE3;
}
</style>
background-color css
<style>
a { background-color: #CB9DE3; }
a { background-color: rgb(203,157,227); }
div.DivClassName
{
background-color: #CB9DE3;
}
.BgClassName
{
background-color: #CB9DE3;
}
</style>
border-color css
<style>
span { border-color: #CB9DE3; }
span { border-color: rgb(203,157,227); }
td.TdClassName
{
border-color: #CB9DE3;
}
.TagClassName
{
border-color: #CB9DE3;
}
</style>