Shades of Wisteria #CEA5DC
Tints of Wisteria #CEA5DC
RGB
CMYK
RGB Variations
Color information
#CEA5DC (or 0xCEA5DC) is known color: Wisteria. HEX triplet: CE, A5 and DC. RGB value is (206,165,220). Sum of RGB (Red+Green+Blue) = 206+165+220=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 165 (64.84% from 255 or 27.92% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 220 - color contains mainly: blue. Hex color #CEA5DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA5DC is #315A23. Grayscale: #B7B7B7. Windows color (decimal): -3234340 or 14460366. OLE color: 14460366.
HSL color Cylindrical-coordinate representation of color #CEA5DC: hue angle of 284.73º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEA5DC is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 165 | 220 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.14 |
| HSL | 284.73º | 0.44% | 0.75% | - |
| HSV(B) | 284.73º | 0.25% | 0.86% | - |
| XYZ | 51.83 | 45.2 | 73.7 | - |
| YUV | 183.53 | 148.58 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 165 | 220 | 0.06 | 0.25 | 0 | 0.14 | 284.73 | 0.44 | 0.75 |
| Hex | CE | A5 | DC | 6 | 19 | 0 | E | 11D | 2C | 4B |
| Octal | 316 | 245 | 334 | 6 | 31 | 0 | 16 | 435 | 54 | 113 |
| Binary | 11001110 | 10100101 | 11011100 | 110 | 11001 | 0 | 1110 | 100011101 | 101100 | 1001011 |
Color Harmonies of #CEA5DC
Complementary color
Monochromatic Colors of #CEA5DC
Black with #CEA5DC
Text Example
Text Example
White with #CEA5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA5DC; }
p { color: rgb(206,165,220); }
H1.HeaderClassName
{
color: #CEA5DC;
}
.AnyTagClassName
{
color: #CEA5DC;
}
</style>
background-color css
<style>
a { background-color: #CEA5DC; }
a { background-color: rgb(206,165,220); }
div.DivClassName
{
background-color: #CEA5DC;
}
.BgClassName
{
background-color: #CEA5DC;
}
</style>
border-color css
<style>
span { border-color: #CEA5DC; }
span { border-color: rgb(206,165,220); }
td.TdClassName
{
border-color: #CEA5DC;
}
.TagClassName
{
border-color: #CEA5DC;
}
</style>