Shades of Wisteria #CB9EEA
Tints of Wisteria #CB9EEA
RGB
CMYK
RGB Variations
Color information
#CB9EEA (or 0xCB9EEA) is known color: Wisteria. HEX triplet: CB, 9E and EA. RGB value is (203,158,234). Sum of RGB (Red+Green+Blue) = 203+158+234=595 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.12% from 595); Green value is 158 (62.11% from 255 or 26.55% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB9EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9EEA is #346115. Grayscale: #B3B3B3. Windows color (decimal): -3432726 or 15376075. OLE color: 15376075.
HSL color Cylindrical-coordinate representation of color #CB9EEA: hue angle of 275.53º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CB9EEA is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 158 | 234 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.08 |
| HSL | 275.53º | 0.64% | 0.77% | - |
| HSV(B) | 275.53º | 0.32% | 0.92% | - |
| XYZ | 51.71 | 43.09 | 83.43 | - |
| YUV | 180.12 | 158.41 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 158 | 234 | 0.13 | 0.32 | 0 | 0.08 | 275.53 | 0.64 | 0.77 |
| Hex | CB | 9E | EA | D | 20 | 0 | 8 | 114 | 40 | 4D |
| Octal | 313 | 236 | 352 | 15 | 40 | 0 | 10 | 424 | 100 | 115 |
| Binary | 11001011 | 10011110 | 11101010 | 1101 | 100000 | 0 | 1000 | 100010100 | 1000000 | 1001101 |
Color Harmonies of #CB9EEA
Complementary color
Monochromatic Colors of #CB9EEA
Black with #CB9EEA
Text Example
Text Example
White with #CB9EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9EEA; }
p { color: rgb(203,158,234); }
H1.HeaderClassName
{
color: #CB9EEA;
}
.AnyTagClassName
{
color: #CB9EEA;
}
</style>
background-color css
<style>
a { background-color: #CB9EEA; }
a { background-color: rgb(203,158,234); }
div.DivClassName
{
background-color: #CB9EEA;
}
.BgClassName
{
background-color: #CB9EEA;
}
</style>
border-color css
<style>
span { border-color: #CB9EEA; }
span { border-color: rgb(203,158,234); }
td.TdClassName
{
border-color: #CB9EEA;
}
.TagClassName
{
border-color: #CB9EEA;
}
</style>