Shades of Wisteria #CB8EFC
Tints of Wisteria #CB8EFC
RGB
CMYK
RGB Variations
Color information
#CB8EFC (or 0xCB8EFC) is known color: Wisteria. HEX triplet: CB, 8E and FC. RGB value is (203,142,252). Sum of RGB (Red+Green+Blue) = 203+142+252=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 142 (55.86% from 255 or 23.79% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #CB8EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB8EFC is #347103. Grayscale: #ACACAC. Windows color (decimal): -3436804 or 16551627. OLE color: 16551627.
HSL color Cylindrical-coordinate representation of color #CB8EFC: hue angle of 273.27º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB8EFC is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 142 | 252 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.01 |
| HSL | 273.27º | 0.95% | 0.77% | - |
| HSV(B) | 273.27º | 0.44% | 0.99% | - |
| XYZ | 51.87 | 39.07 | 96.9 | - |
| YUV | 172.78 | 172.71 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 142 | 252 | 0.19 | 0.44 | 0 | 0.01 | 273.27 | 0.95 | 0.77 |
| Hex | CB | 8E | FC | 13 | 2C | 0 | 1 | 111 | 5F | 4D |
| Octal | 313 | 216 | 374 | 23 | 54 | 0 | 1 | 421 | 137 | 115 |
| Binary | 11001011 | 10001110 | 11111100 | 10011 | 101100 | 0 | 1 | 100010001 | 1011111 | 1001101 |
Color Harmonies of #CB8EFC
Complementary color
Monochromatic Colors of #CB8EFC
Black with #CB8EFC
Text Example
Text Example
White with #CB8EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8EFC; }
p { color: rgb(203,142,252); }
H1.HeaderClassName
{
color: #CB8EFC;
}
.AnyTagClassName
{
color: #CB8EFC;
}
</style>
background-color css
<style>
a { background-color: #CB8EFC; }
a { background-color: rgb(203,142,252); }
div.DivClassName
{
background-color: #CB8EFC;
}
.BgClassName
{
background-color: #CB8EFC;
}
</style>
border-color css
<style>
span { border-color: #CB8EFC; }
span { border-color: rgb(203,142,252); }
td.TdClassName
{
border-color: #CB8EFC;
}
.TagClassName
{
border-color: #CB8EFC;
}
</style>