Shades of Wisteria #CB8DD8
Tints of Wisteria #CB8DD8
RGB
CMYK
RGB Variations
Color information
#CB8DD8 (or 0xCB8DD8) is known color: Wisteria. HEX triplet: CB, 8D and D8. RGB value is (203,141,216). Sum of RGB (Red+Green+Blue) = 203+141+216=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 141 (55.47% from 255 or 25.18% from 560); Blue value is 216 (84.77% from 255 or 38.57% from 560); Max value from RGB is 216 - color contains mainly: blue. Hex color #CB8DD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8DD8 is #347227. Grayscale: #A7A7A7. Windows color (decimal): -3437096 or 14192075. OLE color: 14192075.
HSL color Cylindrical-coordinate representation of color #CB8DD8: hue angle of 289.6º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB8DD8 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 141 | 216 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.15 |
| HSL | 289.6º | 0.49% | 0.7% | - |
| HSV(B) | 289.6º | 0.35% | 0.85% | - |
| XYZ | 46.55 | 36.7 | 69.6 | - |
| YUV | 168.09 | 155.04 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 141 | 216 | 0.06 | 0.35 | 0 | 0.15 | 289.6 | 0.49 | 0.7 |
| Hex | CB | 8D | D8 | 6 | 23 | 0 | F | 122 | 31 | 46 |
| Octal | 313 | 215 | 330 | 6 | 43 | 0 | 17 | 442 | 61 | 106 |
| Binary | 11001011 | 10001101 | 11011000 | 110 | 100011 | 0 | 1111 | 100100010 | 110001 | 1000110 |
Color Harmonies of #CB8DD8
Complementary color
Monochromatic Colors of #CB8DD8
Black with #CB8DD8
Text Example
Text Example
White with #CB8DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8DD8; }
p { color: rgb(203,141,216); }
H1.HeaderClassName
{
color: #CB8DD8;
}
.AnyTagClassName
{
color: #CB8DD8;
}
</style>
background-color css
<style>
a { background-color: #CB8DD8; }
a { background-color: rgb(203,141,216); }
div.DivClassName
{
background-color: #CB8DD8;
}
.BgClassName
{
background-color: #CB8DD8;
}
</style>
border-color css
<style>
span { border-color: #CB8DD8; }
span { border-color: rgb(203,141,216); }
td.TdClassName
{
border-color: #CB8DD8;
}
.TagClassName
{
border-color: #CB8DD8;
}
</style>