Shades of Wisteria #CB8BEC
Tints of Wisteria #CB8BEC
RGB
CMYK
RGB Variations
Color information
#CB8BEC (or 0xCB8BEC) is known color: Wisteria. HEX triplet: CB, 8B and EC. RGB value is (203,139,236). Sum of RGB (Red+Green+Blue) = 203+139+236=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 139 (54.69% from 255 or 24.05% from 578); Blue value is 236 (92.58% from 255 or 40.83% from 578); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB8BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB8BEC is #347413. Grayscale: #A8A8A8. Windows color (decimal): -3437588 or 15502283. OLE color: 15502283.
HSL color Cylindrical-coordinate representation of color #CB8BEC: hue angle of 279.59º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CB8BEC is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 139 | 236 | - |
| CMYK | 0.14 | 0.41 | 0 | 0.07 |
| HSL | 279.59º | 0.72% | 0.74% | - |
| HSV(B) | 279.59º | 0.41% | 0.93% | - |
| XYZ | 49 | 37.22 | 83.96 | - |
| YUV | 169.19 | 165.7 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 139 | 236 | 0.14 | 0.41 | 0 | 0.07 | 279.59 | 0.72 | 0.74 |
| Hex | CB | 8B | EC | E | 29 | 0 | 7 | 118 | 48 | 4A |
| Octal | 313 | 213 | 354 | 16 | 51 | 0 | 7 | 430 | 110 | 112 |
| Binary | 11001011 | 10001011 | 11101100 | 1110 | 101001 | 0 | 111 | 100011000 | 1001000 | 1001010 |
Color Harmonies of #CB8BEC
Complementary color
Monochromatic Colors of #CB8BEC
Black with #CB8BEC
Text Example
Text Example
White with #CB8BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8BEC; }
p { color: rgb(203,139,236); }
H1.HeaderClassName
{
color: #CB8BEC;
}
.AnyTagClassName
{
color: #CB8BEC;
}
</style>
background-color css
<style>
a { background-color: #CB8BEC; }
a { background-color: rgb(203,139,236); }
div.DivClassName
{
background-color: #CB8BEC;
}
.BgClassName
{
background-color: #CB8BEC;
}
</style>
border-color css
<style>
span { border-color: #CB8BEC; }
span { border-color: rgb(203,139,236); }
td.TdClassName
{
border-color: #CB8BEC;
}
.TagClassName
{
border-color: #CB8BEC;
}
</style>