Shades of Wisteria #CB8CED
Tints of Wisteria #CB8CED
RGB
CMYK
RGB Variations
Color information
#CB8CED (or 0xCB8CED) is known color: Wisteria. HEX triplet: CB, 8C and ED. RGB value is (203,140,237). Sum of RGB (Red+Green+Blue) = 203+140+237=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 140 (55.08% from 255 or 24.14% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB8CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB8CED is #347312. Grayscale: #A9A9A9. Windows color (decimal): -3437331 or 15568075. OLE color: 15568075.
HSL color Cylindrical-coordinate representation of color #CB8CED: hue angle of 278.97º degrees, saturation: 0.73, 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 #CB8CED is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 140 | 237 | - |
| CMYK | 0.14 | 0.41 | 0 | 0.07 |
| HSL | 278.97º | 0.73% | 0.74% | - |
| HSV(B) | 278.97º | 0.41% | 0.93% | - |
| XYZ | 49.29 | 37.57 | 84.77 | - |
| YUV | 169.9 | 165.87 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 140 | 237 | 0.14 | 0.41 | 0 | 0.07 | 278.97 | 0.73 | 0.74 |
| Hex | CB | 8C | ED | E | 29 | 0 | 7 | 117 | 49 | 4A |
| Octal | 313 | 214 | 355 | 16 | 51 | 0 | 7 | 427 | 111 | 112 |
| Binary | 11001011 | 10001100 | 11101101 | 1110 | 101001 | 0 | 111 | 100010111 | 1001001 | 1001010 |
Color Harmonies of #CB8CED
Complementary color
Monochromatic Colors of #CB8CED
Black with #CB8CED
Text Example
Text Example
White with #CB8CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8CED; }
p { color: rgb(203,140,237); }
H1.HeaderClassName
{
color: #CB8CED;
}
.AnyTagClassName
{
color: #CB8CED;
}
</style>
background-color css
<style>
a { background-color: #CB8CED; }
a { background-color: rgb(203,140,237); }
div.DivClassName
{
background-color: #CB8CED;
}
.BgClassName
{
background-color: #CB8CED;
}
</style>
border-color css
<style>
span { border-color: #CB8CED; }
span { border-color: rgb(203,140,237); }
td.TdClassName
{
border-color: #CB8CED;
}
.TagClassName
{
border-color: #CB8CED;
}
</style>