Shades of Wisteria #CB9EDF
Tints of Wisteria #CB9EDF
RGB
CMYK
RGB Variations
Color information
#CB9EDF (or 0xCB9EDF) is known color: Wisteria. HEX triplet: CB, 9E and DF. RGB value is (203,158,223). Sum of RGB (Red+Green+Blue) = 203+158+223=584 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.76% from 584); Green value is 158 (62.11% from 255 or 27.05% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB9EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9EDF is #346120. Grayscale: #B2B2B2. Windows color (decimal): -3432737 or 14655179. OLE color: 14655179.
HSL color Cylindrical-coordinate representation of color #CB9EDF: hue angle of 281.54º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CB9EDF is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 158 | 223 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.13 |
| HSL | 281.54º | 0.5% | 0.75% | - |
| HSV(B) | 281.54º | 0.29% | 0.87% | - |
| XYZ | 50.17 | 42.48 | 75.37 | - |
| YUV | 178.87 | 152.91 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 158 | 223 | 0.09 | 0.29 | 0 | 0.13 | 281.54 | 0.5 | 0.75 |
| Hex | CB | 9E | DF | 9 | 1D | 0 | D | 11A | 32 | 4B |
| Octal | 313 | 236 | 337 | 11 | 35 | 0 | 15 | 432 | 62 | 113 |
| Binary | 11001011 | 10011110 | 11011111 | 1001 | 11101 | 0 | 1101 | 100011010 | 110010 | 1001011 |
Color Harmonies of #CB9EDF
Complementary color
Monochromatic Colors of #CB9EDF
Black with #CB9EDF
Text Example
Text Example
White with #CB9EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9EDF; }
p { color: rgb(203,158,223); }
H1.HeaderClassName
{
color: #CB9EDF;
}
.AnyTagClassName
{
color: #CB9EDF;
}
</style>
background-color css
<style>
a { background-color: #CB9EDF; }
a { background-color: rgb(203,158,223); }
div.DivClassName
{
background-color: #CB9EDF;
}
.BgClassName
{
background-color: #CB9EDF;
}
</style>
border-color css
<style>
span { border-color: #CB9EDF; }
span { border-color: rgb(203,158,223); }
td.TdClassName
{
border-color: #CB9EDF;
}
.TagClassName
{
border-color: #CB9EDF;
}
</style>