Shades of Wisteria #CB9FEA
Tints of Wisteria #CB9FEA
RGB
CMYK
RGB Variations
Color information
#CB9FEA (or 0xCB9FEA) is known color: Wisteria. HEX triplet: CB, 9F and EA. RGB value is (203,159,234). Sum of RGB (Red+Green+Blue) = 203+159+234=596 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.06% from 596); Green value is 159 (62.5% from 255 or 26.68% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB9FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9FEA is #346015. Grayscale: #B4B4B4. Windows color (decimal): -3432470 or 15376331. OLE color: 15376331.
HSL color Cylindrical-coordinate representation of color #CB9FEA: hue angle of 275.2º 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 #CB9FEA is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 159 | 234 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.08 |
| HSL | 275.2º | 0.64% | 0.77% | - |
| HSV(B) | 275.2º | 0.32% | 0.92% | - |
| XYZ | 51.88 | 43.43 | 83.49 | - |
| YUV | 180.71 | 158.08 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 159 | 234 | 0.13 | 0.32 | 0 | 0.08 | 275.2 | 0.64 | 0.77 |
| Hex | CB | 9F | EA | D | 20 | 0 | 8 | 113 | 40 | 4D |
| Octal | 313 | 237 | 352 | 15 | 40 | 0 | 10 | 423 | 100 | 115 |
| Binary | 11001011 | 10011111 | 11101010 | 1101 | 100000 | 0 | 1000 | 100010011 | 1000000 | 1001101 |
Color Harmonies of #CB9FEA
Complementary color
Monochromatic Colors of #CB9FEA
Black with #CB9FEA
Text Example
Text Example
White with #CB9FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9FEA; }
p { color: rgb(203,159,234); }
H1.HeaderClassName
{
color: #CB9FEA;
}
.AnyTagClassName
{
color: #CB9FEA;
}
</style>
background-color css
<style>
a { background-color: #CB9FEA; }
a { background-color: rgb(203,159,234); }
div.DivClassName
{
background-color: #CB9FEA;
}
.BgClassName
{
background-color: #CB9FEA;
}
</style>
border-color css
<style>
span { border-color: #CB9FEA; }
span { border-color: rgb(203,159,234); }
td.TdClassName
{
border-color: #CB9FEA;
}
.TagClassName
{
border-color: #CB9FEA;
}
</style>