Shades of Wisteria #CB90DE
Tints of Wisteria #CB90DE
RGB
CMYK
RGB Variations
Color information
#CB90DE (or 0xCB90DE) is known color: Wisteria. HEX triplet: CB, 90 and DE. RGB value is (203,144,222). Sum of RGB (Red+Green+Blue) = 203+144+222=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 144 (56.64% from 255 or 25.31% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB90DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB90DE is #346F21. Grayscale: #AAAAAA. Windows color (decimal): -3436322 or 14586059. OLE color: 14586059.
HSL color Cylindrical-coordinate representation of color #CB90DE: hue angle of 285.38º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB90DE is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 144 | 222 | - |
| CMYK | 0.09 | 0.35 | 0 | 0.13 |
| HSL | 285.38º | 0.54% | 0.72% | - |
| HSV(B) | 285.38º | 0.35% | 0.87% | - |
| XYZ | 47.79 | 37.92 | 73.91 | - |
| YUV | 170.53 | 157.05 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 144 | 222 | 0.09 | 0.35 | 0 | 0.13 | 285.38 | 0.54 | 0.72 |
| Hex | CB | 90 | DE | 9 | 23 | 0 | D | 11D | 36 | 48 |
| Octal | 313 | 220 | 336 | 11 | 43 | 0 | 15 | 435 | 66 | 110 |
| Binary | 11001011 | 10010000 | 11011110 | 1001 | 100011 | 0 | 1101 | 100011101 | 110110 | 1001000 |
Color Harmonies of #CB90DE
Complementary color
Monochromatic Colors of #CB90DE
Black with #CB90DE
Text Example
Text Example
White with #CB90DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB90DE; }
p { color: rgb(203,144,222); }
H1.HeaderClassName
{
color: #CB90DE;
}
.AnyTagClassName
{
color: #CB90DE;
}
</style>
background-color css
<style>
a { background-color: #CB90DE; }
a { background-color: rgb(203,144,222); }
div.DivClassName
{
background-color: #CB90DE;
}
.BgClassName
{
background-color: #CB90DE;
}
</style>
border-color css
<style>
span { border-color: #CB90DE; }
span { border-color: rgb(203,144,222); }
td.TdClassName
{
border-color: #CB90DE;
}
.TagClassName
{
border-color: #CB90DE;
}
</style>