Shades of Wisteria #CB9ADC
Tints of Wisteria #CB9ADC
RGB
CMYK
RGB Variations
Color information
#CB9ADC (or 0xCB9ADC) is known color: Wisteria. HEX triplet: CB, 9A and DC. RGB value is (203,154,220). Sum of RGB (Red+Green+Blue) = 203+154+220=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 154 (60.55% from 255 or 26.69% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB9ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9ADC is #346523. Grayscale: #AFAFAF. Windows color (decimal): -3433764 or 14457547. OLE color: 14457547.
HSL color Cylindrical-coordinate representation of color #CB9ADC: hue angle of 284.55º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CB9ADC is Cyan = 0.08, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 154 | 220 | - |
| CMYK | 0.08 | 0.3 | 0 | 0.14 |
| HSL | 284.55º | 0.49% | 0.73% | - |
| HSV(B) | 284.55º | 0.3% | 0.86% | - |
| XYZ | 49.1 | 40.98 | 73.03 | - |
| YUV | 176.18 | 152.73 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 154 | 220 | 0.08 | 0.3 | 0 | 0.14 | 284.55 | 0.49 | 0.73 |
| Hex | CB | 9A | DC | 8 | 1E | 0 | E | 11D | 31 | 49 |
| Octal | 313 | 232 | 334 | 10 | 36 | 0 | 16 | 435 | 61 | 111 |
| Binary | 11001011 | 10011010 | 11011100 | 1000 | 11110 | 0 | 1110 | 100011101 | 110001 | 1001001 |
Color Harmonies of #CB9ADC
Complementary color
Monochromatic Colors of #CB9ADC
Black with #CB9ADC
Text Example
Text Example
White with #CB9ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9ADC; }
p { color: rgb(203,154,220); }
H1.HeaderClassName
{
color: #CB9ADC;
}
.AnyTagClassName
{
color: #CB9ADC;
}
</style>
background-color css
<style>
a { background-color: #CB9ADC; }
a { background-color: rgb(203,154,220); }
div.DivClassName
{
background-color: #CB9ADC;
}
.BgClassName
{
background-color: #CB9ADC;
}
</style>
border-color css
<style>
span { border-color: #CB9ADC; }
span { border-color: rgb(203,154,220); }
td.TdClassName
{
border-color: #CB9ADC;
}
.TagClassName
{
border-color: #CB9ADC;
}
</style>