Shades of Wisteria #CB9FEE
Tints of Wisteria #CB9FEE
RGB
CMYK
RGB Variations
Color information
#CB9FEE (or 0xCB9FEE) is known color: Wisteria. HEX triplet: CB, 9F and EE. RGB value is (203,159,238). Sum of RGB (Red+Green+Blue) = 203+159+238=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 159 (62.5% from 255 or 26.5% from 600); Blue value is 238 (93.36% from 255 or 39.67% from 600); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB9FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9FEE is #346011. Grayscale: #B4B4B4. Windows color (decimal): -3432466 or 15638475. OLE color: 15638475.
HSL color Cylindrical-coordinate representation of color #CB9FEE: hue angle of 273.42º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CB9FEE is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 159 | 238 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.07 |
| HSL | 273.42º | 0.7% | 0.78% | - |
| HSV(B) | 273.42º | 0.33% | 0.93% | - |
| XYZ | 52.46 | 43.67 | 86.55 | - |
| YUV | 181.16 | 160.08 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 159 | 238 | 0.15 | 0.33 | 0 | 0.07 | 273.42 | 0.7 | 0.78 |
| Hex | CB | 9F | EE | F | 21 | 0 | 7 | 111 | 46 | 4E |
| Octal | 313 | 237 | 356 | 17 | 41 | 0 | 7 | 421 | 106 | 116 |
| Binary | 11001011 | 10011111 | 11101110 | 1111 | 100001 | 0 | 111 | 100010001 | 1000110 | 1001110 |
Color Harmonies of #CB9FEE
Complementary color
Monochromatic Colors of #CB9FEE
Black with #CB9FEE
Text Example
Text Example
White with #CB9FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9FEE; }
p { color: rgb(203,159,238); }
H1.HeaderClassName
{
color: #CB9FEE;
}
.AnyTagClassName
{
color: #CB9FEE;
}
</style>
background-color css
<style>
a { background-color: #CB9FEE; }
a { background-color: rgb(203,159,238); }
div.DivClassName
{
background-color: #CB9FEE;
}
.BgClassName
{
background-color: #CB9FEE;
}
</style>
border-color css
<style>
span { border-color: #CB9FEE; }
span { border-color: rgb(203,159,238); }
td.TdClassName
{
border-color: #CB9FEE;
}
.TagClassName
{
border-color: #CB9FEE;
}
</style>