Shades of Wisteria #CB9DF1
Tints of Wisteria #CB9DF1
RGB
CMYK
RGB Variations
Color information
#CB9DF1 (or 0xCB9DF1) is known color: Wisteria. HEX triplet: CB, 9D and F1. RGB value is (203,157,241). Sum of RGB (Red+Green+Blue) = 203+157+241=601 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.78% from 601); Green value is 157 (61.72% from 255 or 26.12% from 601); Blue value is 241 (94.53% from 255 or 40.10% from 601); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB9DF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9DF1 is #34620E. Grayscale: #B4B4B4. Windows color (decimal): -3432975 or 15834571. OLE color: 15834571.
HSL color Cylindrical-coordinate representation of color #CB9DF1: hue angle of 272.86º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB9DF1 is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 157 | 241 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.05 |
| HSL | 272.86º | 0.75% | 0.78% | - |
| HSV(B) | 272.86º | 0.35% | 0.95% | - |
| XYZ | 52.56 | 43.16 | 88.78 | - |
| YUV | 180.33 | 162.24 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 157 | 241 | 0.16 | 0.35 | 0 | 0.05 | 272.86 | 0.75 | 0.78 |
| Hex | CB | 9D | F1 | 10 | 23 | 0 | 5 | 111 | 4B | 4E |
| Octal | 313 | 235 | 361 | 20 | 43 | 0 | 5 | 421 | 113 | 116 |
| Binary | 11001011 | 10011101 | 11110001 | 10000 | 100011 | 0 | 101 | 100010001 | 1001011 | 1001110 |
Color Harmonies of #CB9DF1
Complementary color
Monochromatic Colors of #CB9DF1
Black with #CB9DF1
Text Example
Text Example
White with #CB9DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9DF1; }
p { color: rgb(203,157,241); }
H1.HeaderClassName
{
color: #CB9DF1;
}
.AnyTagClassName
{
color: #CB9DF1;
}
</style>
background-color css
<style>
a { background-color: #CB9DF1; }
a { background-color: rgb(203,157,241); }
div.DivClassName
{
background-color: #CB9DF1;
}
.BgClassName
{
background-color: #CB9DF1;
}
</style>
border-color css
<style>
span { border-color: #CB9DF1; }
span { border-color: rgb(203,157,241); }
td.TdClassName
{
border-color: #CB9DF1;
}
.TagClassName
{
border-color: #CB9DF1;
}
</style>