Shades of Wisteria #CB8CE5
Tints of Wisteria #CB8CE5
RGB
CMYK
RGB Variations
Color information
#CB8CE5 (or 0xCB8CE5) is known color: Wisteria. HEX triplet: CB, 8C and E5. RGB value is (203,140,229). Sum of RGB (Red+Green+Blue) = 203+140+229=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 140 (55.08% from 255 or 24.48% from 572); Blue value is 229 (89.84% from 255 or 40.03% from 572); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB8CE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8CE5 is #34731A. Grayscale: #A8A8A8. Windows color (decimal): -3437339 or 15043787. OLE color: 15043787.
HSL color Cylindrical-coordinate representation of color #CB8CE5: hue angle of 282.47º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CB8CE5 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 140 | 229 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.10 |
| HSL | 282.47º | 0.63% | 0.72% | - |
| HSV(B) | 282.47º | 0.39% | 0.9% | - |
| XYZ | 48.15 | 37.11 | 78.75 | - |
| YUV | 168.98 | 161.87 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 140 | 229 | 0.11 | 0.39 | 0 | 0.10 | 282.47 | 0.63 | 0.72 |
| Hex | CB | 8C | E5 | B | 27 | 0 | A | 11A | 3F | 48 |
| Octal | 313 | 214 | 345 | 13 | 47 | 0 | 12 | 432 | 77 | 110 |
| Binary | 11001011 | 10001100 | 11100101 | 1011 | 100111 | 0 | 1010 | 100011010 | 111111 | 1001000 |
Color Harmonies of #CB8CE5
Complementary color
Monochromatic Colors of #CB8CE5
Black with #CB8CE5
Text Example
Text Example
White with #CB8CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8CE5; }
p { color: rgb(203,140,229); }
H1.HeaderClassName
{
color: #CB8CE5;
}
.AnyTagClassName
{
color: #CB8CE5;
}
</style>
background-color css
<style>
a { background-color: #CB8CE5; }
a { background-color: rgb(203,140,229); }
div.DivClassName
{
background-color: #CB8CE5;
}
.BgClassName
{
background-color: #CB8CE5;
}
</style>
border-color css
<style>
span { border-color: #CB8CE5; }
span { border-color: rgb(203,140,229); }
td.TdClassName
{
border-color: #CB8CE5;
}
.TagClassName
{
border-color: #CB8CE5;
}
</style>