Shades of Wisteria #CEA3DC
Tints of Wisteria #CEA3DC
RGB
CMYK
RGB Variations
Color information
#CEA3DC (or 0xCEA3DC) is known color: Wisteria. HEX triplet: CE, A3 and DC. RGB value is (206,163,220). Sum of RGB (Red+Green+Blue) = 206+163+220=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 163 (64.06% from 255 or 27.67% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #CEA3DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA3DC is #315C23. Grayscale: #B6B6B6. Windows color (decimal): -3234852 or 14459854. OLE color: 14459854.
HSL color Cylindrical-coordinate representation of color #CEA3DC: hue angle of 285.26º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEA3DC is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 163 | 220 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.14 |
| HSL | 285.26º | 0.45% | 0.75% | - |
| HSV(B) | 285.26º | 0.26% | 0.86% | - |
| XYZ | 51.47 | 44.48 | 73.58 | - |
| YUV | 182.36 | 149.25 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 163 | 220 | 0.06 | 0.26 | 0 | 0.14 | 285.26 | 0.45 | 0.75 |
| Hex | CE | A3 | DC | 6 | 1A | 0 | E | 11D | 2D | 4B |
| Octal | 316 | 243 | 334 | 6 | 32 | 0 | 16 | 435 | 55 | 113 |
| Binary | 11001110 | 10100011 | 11011100 | 110 | 11010 | 0 | 1110 | 100011101 | 101101 | 1001011 |
Color Harmonies of #CEA3DC
Complementary color
Monochromatic Colors of #CEA3DC
Black with #CEA3DC
Text Example
Text Example
White with #CEA3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA3DC; }
p { color: rgb(206,163,220); }
H1.HeaderClassName
{
color: #CEA3DC;
}
.AnyTagClassName
{
color: #CEA3DC;
}
</style>
background-color css
<style>
a { background-color: #CEA3DC; }
a { background-color: rgb(206,163,220); }
div.DivClassName
{
background-color: #CEA3DC;
}
.BgClassName
{
background-color: #CEA3DC;
}
</style>
border-color css
<style>
span { border-color: #CEA3DC; }
span { border-color: rgb(206,163,220); }
td.TdClassName
{
border-color: #CEA3DC;
}
.TagClassName
{
border-color: #CEA3DC;
}
</style>