Shades of Wisteria #CB9ADF
Tints of Wisteria #CB9ADF
RGB
CMYK
RGB Variations
Color information
#CB9ADF (or 0xCB9ADF) is known color: Wisteria. HEX triplet: CB, 9A and DF. RGB value is (203,154,223). Sum of RGB (Red+Green+Blue) = 203+154+223=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 154 (60.55% from 255 or 26.55% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB9ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9ADF is #346520. Grayscale: #B0B0B0. Windows color (decimal): -3433761 or 14654155. OLE color: 14654155.
HSL color Cylindrical-coordinate representation of color #CB9ADF: hue angle of 282.61º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CB9ADF is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 154 | 223 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.13 |
| HSL | 282.61º | 0.52% | 0.74% | - |
| HSV(B) | 282.61º | 0.31% | 0.87% | - |
| XYZ | 49.5 | 41.14 | 75.14 | - |
| YUV | 176.52 | 154.23 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 154 | 223 | 0.09 | 0.31 | 0 | 0.13 | 282.61 | 0.52 | 0.74 |
| Hex | CB | 9A | DF | 9 | 1F | 0 | D | 11B | 34 | 4A |
| Octal | 313 | 232 | 337 | 11 | 37 | 0 | 15 | 433 | 64 | 112 |
| Binary | 11001011 | 10011010 | 11011111 | 1001 | 11111 | 0 | 1101 | 100011011 | 110100 | 1001010 |
Color Harmonies of #CB9ADF
Complementary color
Monochromatic Colors of #CB9ADF
Black with #CB9ADF
Text Example
Text Example
White with #CB9ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9ADF; }
p { color: rgb(203,154,223); }
H1.HeaderClassName
{
color: #CB9ADF;
}
.AnyTagClassName
{
color: #CB9ADF;
}
</style>
background-color css
<style>
a { background-color: #CB9ADF; }
a { background-color: rgb(203,154,223); }
div.DivClassName
{
background-color: #CB9ADF;
}
.BgClassName
{
background-color: #CB9ADF;
}
</style>
border-color css
<style>
span { border-color: #CB9ADF; }
span { border-color: rgb(203,154,223); }
td.TdClassName
{
border-color: #CB9ADF;
}
.TagClassName
{
border-color: #CB9ADF;
}
</style>