Shades of Wisteria #CE9DDC
Tints of Wisteria #CE9DDC
RGB
CMYK
RGB Variations
Color information
#CE9DDC (or 0xCE9DDC) is known color: Wisteria. HEX triplet: CE, 9D and DC. RGB value is (206,157,220). Sum of RGB (Red+Green+Blue) = 206+157+220=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 157 (61.72% from 255 or 26.93% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE9DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9DDC is #316223. Grayscale: #B2B2B2. Windows color (decimal): -3236388 or 14458318. OLE color: 14458318.
HSL color Cylindrical-coordinate representation of color #CE9DDC: hue angle of 286.67º 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 #CE9DDC is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 157 | 220 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.14 |
| HSL | 286.67º | 0.47% | 0.74% | - |
| HSV(B) | 286.67º | 0.29% | 0.86% | - |
| XYZ | 50.43 | 42.4 | 73.24 | - |
| YUV | 178.83 | 151.23 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 157 | 220 | 0.06 | 0.29 | 0 | 0.14 | 286.67 | 0.47 | 0.74 |
| Hex | CE | 9D | DC | 6 | 1D | 0 | E | 11F | 2F | 4A |
| Octal | 316 | 235 | 334 | 6 | 35 | 0 | 16 | 437 | 57 | 112 |
| Binary | 11001110 | 10011101 | 11011100 | 110 | 11101 | 0 | 1110 | 100011111 | 101111 | 1001010 |
Color Harmonies of #CE9DDC
Complementary color
Monochromatic Colors of #CE9DDC
Black with #CE9DDC
Text Example
Text Example
White with #CE9DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9DDC; }
p { color: rgb(206,157,220); }
H1.HeaderClassName
{
color: #CE9DDC;
}
.AnyTagClassName
{
color: #CE9DDC;
}
</style>
background-color css
<style>
a { background-color: #CE9DDC; }
a { background-color: rgb(206,157,220); }
div.DivClassName
{
background-color: #CE9DDC;
}
.BgClassName
{
background-color: #CE9DDC;
}
</style>
border-color css
<style>
span { border-color: #CE9DDC; }
span { border-color: rgb(206,157,220); }
td.TdClassName
{
border-color: #CE9DDC;
}
.TagClassName
{
border-color: #CE9DDC;
}
</style>