Shades of Wisteria #CB9DDC
Tints of Wisteria #CB9DDC
RGB
CMYK
RGB Variations
Color information
#CB9DDC (or 0xCB9DDC) is known color: Wisteria. HEX triplet: CB, 9D and DC. RGB value is (203,157,220). Sum of RGB (Red+Green+Blue) = 203+157+220=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 157 (61.72% from 255 or 27.07% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB9DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9DDC is #346223. Grayscale: #B1B1B1. Windows color (decimal): -3432996 or 14458315. OLE color: 14458315.
HSL color Cylindrical-coordinate representation of color #CB9DDC: hue angle of 283.81º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CB9DDC is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 157 | 220 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.14 |
| HSL | 283.81º | 0.47% | 0.74% | - |
| HSV(B) | 283.81º | 0.29% | 0.86% | - |
| XYZ | 49.6 | 41.98 | 73.2 | - |
| YUV | 177.94 | 151.74 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 157 | 220 | 0.08 | 0.29 | 0 | 0.14 | 283.81 | 0.47 | 0.74 |
| Hex | CB | 9D | DC | 8 | 1D | 0 | E | 11C | 2F | 4A |
| Octal | 313 | 235 | 334 | 10 | 35 | 0 | 16 | 434 | 57 | 112 |
| Binary | 11001011 | 10011101 | 11011100 | 1000 | 11101 | 0 | 1110 | 100011100 | 101111 | 1001010 |
Color Harmonies of #CB9DDC
Complementary color
Monochromatic Colors of #CB9DDC
Black with #CB9DDC
Text Example
Text Example
White with #CB9DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9DDC; }
p { color: rgb(203,157,220); }
H1.HeaderClassName
{
color: #CB9DDC;
}
.AnyTagClassName
{
color: #CB9DDC;
}
</style>
background-color css
<style>
a { background-color: #CB9DDC; }
a { background-color: rgb(203,157,220); }
div.DivClassName
{
background-color: #CB9DDC;
}
.BgClassName
{
background-color: #CB9DDC;
}
</style>
border-color css
<style>
span { border-color: #CB9DDC; }
span { border-color: rgb(203,157,220); }
td.TdClassName
{
border-color: #CB9DDC;
}
.TagClassName
{
border-color: #CB9DDC;
}
</style>