Shades of Wisteria #CB88DF
Tints of Wisteria #CB88DF
RGB
CMYK
RGB Variations
Color information
#CB88DF (or 0xCB88DF) is known color: Wisteria. HEX triplet: CB, 88 and DF. RGB value is (203,136,223). Sum of RGB (Red+Green+Blue) = 203+136+223=562 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.12% from 562); Green value is 136 (53.52% from 255 or 24.20% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB88DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB88DF is #347720. Grayscale: #A5A5A5. Windows color (decimal): -3438369 or 14649547. OLE color: 14649547.
HSL color Cylindrical-coordinate representation of color #CB88DF: hue angle of 286.21º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CB88DF is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 136 | 223 | - |
| CMYK | 0.09 | 0.39 | 0 | 0.13 |
| HSL | 286.21º | 0.58% | 0.7% | - |
| HSV(B) | 286.21º | 0.39% | 0.87% | - |
| XYZ | 46.75 | 35.63 | 74.23 | - |
| YUV | 165.95 | 160.2 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 223 | 0.09 | 0.39 | 0 | 0.13 | 286.21 | 0.58 | 0.7 |
| Hex | CB | 88 | DF | 9 | 27 | 0 | D | 11E | 3A | 46 |
| Octal | 313 | 210 | 337 | 11 | 47 | 0 | 15 | 436 | 72 | 106 |
| Binary | 11001011 | 10001000 | 11011111 | 1001 | 100111 | 0 | 1101 | 100011110 | 111010 | 1000110 |
Color Harmonies of #CB88DF
Complementary color
Monochromatic Colors of #CB88DF
Black with #CB88DF
Text Example
Text Example
White with #CB88DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB88DF; }
p { color: rgb(203,136,223); }
H1.HeaderClassName
{
color: #CB88DF;
}
.AnyTagClassName
{
color: #CB88DF;
}
</style>
background-color css
<style>
a { background-color: #CB88DF; }
a { background-color: rgb(203,136,223); }
div.DivClassName
{
background-color: #CB88DF;
}
.BgClassName
{
background-color: #CB88DF;
}
</style>
border-color css
<style>
span { border-color: #CB88DF; }
span { border-color: rgb(203,136,223); }
td.TdClassName
{
border-color: #CB88DF;
}
.TagClassName
{
border-color: #CB88DF;
}
</style>