Shades of Wisteria #CEA3E8
Tints of Wisteria #CEA3E8
RGB
CMYK
RGB Variations
Color information
#CEA3E8 (or 0xCEA3E8) is known color: Wisteria. HEX triplet: CE, A3 and E8. RGB value is (206,163,232). Sum of RGB (Red+Green+Blue) = 206+163+232=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 163 (64.06% from 255 or 27.12% from 601); Blue value is 232 (91.02% from 255 or 38.60% from 601); Max value from RGB is 232 - color contains mainly: blue. Hex color #CEA3E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA3E8 is #315C17. Grayscale: #B7B7B7. Windows color (decimal): -3234840 or 15246286. OLE color: 15246286.
HSL color Cylindrical-coordinate representation of color #CEA3E8: hue angle of 277.39º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEA3E8 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 163 | 232 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.09 |
| HSL | 277.39º | 0.6% | 0.77% | - |
| HSV(B) | 277.39º | 0.3% | 0.91% | - |
| XYZ | 53.12 | 45.14 | 82.26 | - |
| YUV | 183.72 | 155.25 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 163 | 232 | 0.11 | 0.30 | 0 | 0.09 | 277.39 | 0.6 | 0.77 |
| Hex | CE | A3 | E8 | B | 1E | 0 | 9 | 115 | 3C | 4D |
| Octal | 316 | 243 | 350 | 13 | 36 | 0 | 11 | 425 | 74 | 115 |
| Binary | 11001110 | 10100011 | 11101000 | 1011 | 11110 | 0 | 1001 | 100010101 | 111100 | 1001101 |
Color Harmonies of #CEA3E8
Complementary color
Monochromatic Colors of #CEA3E8
Black with #CEA3E8
Text Example
Text Example
White with #CEA3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA3E8; }
p { color: rgb(206,163,232); }
H1.HeaderClassName
{
color: #CEA3E8;
}
.AnyTagClassName
{
color: #CEA3E8;
}
</style>
background-color css
<style>
a { background-color: #CEA3E8; }
a { background-color: rgb(206,163,232); }
div.DivClassName
{
background-color: #CEA3E8;
}
.BgClassName
{
background-color: #CEA3E8;
}
</style>
border-color css
<style>
span { border-color: #CEA3E8; }
span { border-color: rgb(206,163,232); }
td.TdClassName
{
border-color: #CEA3E8;
}
.TagClassName
{
border-color: #CEA3E8;
}
</style>