Shades of Wisteria #CB8DF5
Tints of Wisteria #CB8DF5
RGB
CMYK
RGB Variations
Color information
#CB8DF5 (or 0xCB8DF5) is known color: Wisteria. HEX triplet: CB, 8D and F5. RGB value is (203,141,245). Sum of RGB (Red+Green+Blue) = 203+141+245=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 141 (55.47% from 255 or 23.94% from 589); Blue value is 245 (96.09% from 255 or 41.60% from 589); Max value from RGB is 245 - color contains mainly: blue. Hex color #CB8DF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB8DF5 is #34720A. Grayscale: #ABABAB. Windows color (decimal): -3437067 or 16092619. OLE color: 16092619.
HSL color Cylindrical-coordinate representation of color #CB8DF5: hue angle of 275.77º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB8DF5 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 141 | 245 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.04 |
| HSL | 275.77º | 0.84% | 0.76% | - |
| HSV(B) | 275.77º | 0.42% | 0.96% | - |
| XYZ | 50.63 | 38.34 | 91.12 | - |
| YUV | 171.39 | 169.54 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 141 | 245 | 0.17 | 0.42 | 0 | 0.04 | 275.77 | 0.84 | 0.76 |
| Hex | CB | 8D | F5 | 11 | 2A | 0 | 4 | 114 | 54 | 4C |
| Octal | 313 | 215 | 365 | 21 | 52 | 0 | 4 | 424 | 124 | 114 |
| Binary | 11001011 | 10001101 | 11110101 | 10001 | 101010 | 0 | 100 | 100010100 | 1010100 | 1001100 |
Color Harmonies of #CB8DF5
Complementary color
Monochromatic Colors of #CB8DF5
Black with #CB8DF5
Text Example
Text Example
White with #CB8DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8DF5; }
p { color: rgb(203,141,245); }
H1.HeaderClassName
{
color: #CB8DF5;
}
.AnyTagClassName
{
color: #CB8DF5;
}
</style>
background-color css
<style>
a { background-color: #CB8DF5; }
a { background-color: rgb(203,141,245); }
div.DivClassName
{
background-color: #CB8DF5;
}
.BgClassName
{
background-color: #CB8DF5;
}
</style>
border-color css
<style>
span { border-color: #CB8DF5; }
span { border-color: rgb(203,141,245); }
td.TdClassName
{
border-color: #CB8DF5;
}
.TagClassName
{
border-color: #CB8DF5;
}
</style>