Shades of Wisteria #CB9FDF
Tints of Wisteria #CB9FDF
RGB
CMYK
RGB Variations
Color information
#CB9FDF (or 0xCB9FDF) is known color: Wisteria. HEX triplet: CB, 9F and DF. RGB value is (203,159,223). Sum of RGB (Red+Green+Blue) = 203+159+223=585 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.70% from 585); Green value is 159 (62.5% from 255 or 27.18% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB9FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9FDF is #346020. Grayscale: #B3B3B3. Windows color (decimal): -3432481 or 14655435. OLE color: 14655435.
HSL color Cylindrical-coordinate representation of color #CB9FDF: hue angle of 281.25º 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 #CB9FDF is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 159 | 223 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.13 |
| HSL | 281.25º | 0.5% | 0.75% | - |
| HSV(B) | 281.25º | 0.29% | 0.87% | - |
| XYZ | 50.35 | 42.82 | 75.42 | - |
| YUV | 179.45 | 152.58 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 159 | 223 | 0.09 | 0.29 | 0 | 0.13 | 281.25 | 0.5 | 0.75 |
| Hex | CB | 9F | DF | 9 | 1D | 0 | D | 119 | 32 | 4B |
| Octal | 313 | 237 | 337 | 11 | 35 | 0 | 15 | 431 | 62 | 113 |
| Binary | 11001011 | 10011111 | 11011111 | 1001 | 11101 | 0 | 1101 | 100011001 | 110010 | 1001011 |
Color Harmonies of #CB9FDF
Complementary color
Monochromatic Colors of #CB9FDF
Black with #CB9FDF
Text Example
Text Example
White with #CB9FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9FDF; }
p { color: rgb(203,159,223); }
H1.HeaderClassName
{
color: #CB9FDF;
}
.AnyTagClassName
{
color: #CB9FDF;
}
</style>
background-color css
<style>
a { background-color: #CB9FDF; }
a { background-color: rgb(203,159,223); }
div.DivClassName
{
background-color: #CB9FDF;
}
.BgClassName
{
background-color: #CB9FDF;
}
</style>
border-color css
<style>
span { border-color: #CB9FDF; }
span { border-color: rgb(203,159,223); }
td.TdClassName
{
border-color: #CB9FDF;
}
.TagClassName
{
border-color: #CB9FDF;
}
</style>