Shades of Wisteria #CB90DF
Tints of Wisteria #CB90DF
RGB
CMYK
RGB Variations
Color information
#CB90DF (or 0xCB90DF) is known color: Wisteria. HEX triplet: CB, 90 and DF. RGB value is (203,144,223). Sum of RGB (Red+Green+Blue) = 203+144+223=570 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.61% from 570); Green value is 144 (56.64% from 255 or 25.26% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB90DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB90DF is #346F20. Grayscale: #AAAAAA. Windows color (decimal): -3436321 or 14651595. OLE color: 14651595.
HSL color Cylindrical-coordinate representation of color #CB90DF: hue angle of 284.81º degrees, saturation: 0.55, 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 #CB90DF is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 144 | 223 | - |
| CMYK | 0.09 | 0.35 | 0 | 0.13 |
| HSL | 284.81º | 0.55% | 0.72% | - |
| HSV(B) | 284.81º | 0.35% | 0.87% | - |
| XYZ | 47.92 | 37.97 | 74.62 | - |
| YUV | 170.65 | 157.55 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 144 | 223 | 0.09 | 0.35 | 0 | 0.13 | 284.81 | 0.55 | 0.72 |
| Hex | CB | 90 | DF | 9 | 23 | 0 | D | 11D | 37 | 48 |
| Octal | 313 | 220 | 337 | 11 | 43 | 0 | 15 | 435 | 67 | 110 |
| Binary | 11001011 | 10010000 | 11011111 | 1001 | 100011 | 0 | 1101 | 100011101 | 110111 | 1001000 |
Color Harmonies of #CB90DF
Complementary color
Monochromatic Colors of #CB90DF
Black with #CB90DF
Text Example
Text Example
White with #CB90DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB90DF; }
p { color: rgb(203,144,223); }
H1.HeaderClassName
{
color: #CB90DF;
}
.AnyTagClassName
{
color: #CB90DF;
}
</style>
background-color css
<style>
a { background-color: #CB90DF; }
a { background-color: rgb(203,144,223); }
div.DivClassName
{
background-color: #CB90DF;
}
.BgClassName
{
background-color: #CB90DF;
}
</style>
border-color css
<style>
span { border-color: #CB90DF; }
span { border-color: rgb(203,144,223); }
td.TdClassName
{
border-color: #CB90DF;
}
.TagClassName
{
border-color: #CB90DF;
}
</style>