Shades of Wisteria #CB8DE6
Tints of Wisteria #CB8DE6
RGB
CMYK
RGB Variations
Color information
#CB8DE6 (or 0xCB8DE6) is known color: Wisteria. HEX triplet: CB, 8D and E6. RGB value is (203,141,230). Sum of RGB (Red+Green+Blue) = 203+141+230=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 141 (55.47% from 255 or 24.56% from 574); Blue value is 230 (90.23% from 255 or 40.07% from 574); Max value from RGB is 230 - color contains mainly: blue. Hex color #CB8DE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB8DE6 is #347219. Grayscale: #A9A9A9. Windows color (decimal): -3437082 or 15109579. OLE color: 15109579.
HSL color Cylindrical-coordinate representation of color #CB8DE6: hue angle of 281.8º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CB8DE6 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 141 | 230 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.10 |
| HSL | 281.8º | 0.64% | 0.73% | - |
| HSV(B) | 281.8º | 0.39% | 0.9% | - |
| XYZ | 48.44 | 37.46 | 79.54 | - |
| YUV | 169.68 | 162.04 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 141 | 230 | 0.12 | 0.39 | 0 | 0.10 | 281.8 | 0.64 | 0.73 |
| Hex | CB | 8D | E6 | C | 27 | 0 | A | 11A | 40 | 49 |
| Octal | 313 | 215 | 346 | 14 | 47 | 0 | 12 | 432 | 100 | 111 |
| Binary | 11001011 | 10001101 | 11100110 | 1100 | 100111 | 0 | 1010 | 100011010 | 1000000 | 1001001 |
Color Harmonies of #CB8DE6
Complementary color
Monochromatic Colors of #CB8DE6
Black with #CB8DE6
Text Example
Text Example
White with #CB8DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8DE6; }
p { color: rgb(203,141,230); }
H1.HeaderClassName
{
color: #CB8DE6;
}
.AnyTagClassName
{
color: #CB8DE6;
}
</style>
background-color css
<style>
a { background-color: #CB8DE6; }
a { background-color: rgb(203,141,230); }
div.DivClassName
{
background-color: #CB8DE6;
}
.BgClassName
{
background-color: #CB8DE6;
}
</style>
border-color css
<style>
span { border-color: #CB8DE6; }
span { border-color: rgb(203,141,230); }
td.TdClassName
{
border-color: #CB8DE6;
}
.TagClassName
{
border-color: #CB8DE6;
}
</style>