Shades of Wisteria #CEA3EF
Tints of Wisteria #CEA3EF
RGB
CMYK
RGB Variations
Color information
#CEA3EF (or 0xCEA3EF) is known color: Wisteria. HEX triplet: CE, A3 and EF. RGB value is (206,163,239). Sum of RGB (Red+Green+Blue) = 206+163+239=608 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.88% from 608); Green value is 163 (64.06% from 255 or 26.81% from 608); Blue value is 239 (93.75% from 255 or 39.31% from 608); Max value from RGB is 239 - color contains mainly: blue. Hex color #CEA3EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA3EF is #315C10. Grayscale: #B8B8B8. Windows color (decimal): -3234833 or 15705038. OLE color: 15705038.
HSL color Cylindrical-coordinate representation of color #CEA3EF: hue angle of 273.95º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEA3EF is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 163 | 239 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.06 |
| HSL | 273.95º | 0.7% | 0.79% | - |
| HSV(B) | 273.95º | 0.32% | 0.94% | - |
| XYZ | 54.13 | 45.55 | 87.6 | - |
| YUV | 184.52 | 158.75 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 163 | 239 | 0.14 | 0.32 | 0 | 0.06 | 273.95 | 0.7 | 0.79 |
| Hex | CE | A3 | EF | E | 20 | 0 | 6 | 112 | 46 | 4F |
| Octal | 316 | 243 | 357 | 16 | 40 | 0 | 6 | 422 | 106 | 117 |
| Binary | 11001110 | 10100011 | 11101111 | 1110 | 100000 | 0 | 110 | 100010010 | 1000110 | 1001111 |
Color Harmonies of #CEA3EF
Complementary color
Monochromatic Colors of #CEA3EF
Black with #CEA3EF
Text Example
Text Example
White with #CEA3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA3EF; }
p { color: rgb(206,163,239); }
H1.HeaderClassName
{
color: #CEA3EF;
}
.AnyTagClassName
{
color: #CEA3EF;
}
</style>
background-color css
<style>
a { background-color: #CEA3EF; }
a { background-color: rgb(206,163,239); }
div.DivClassName
{
background-color: #CEA3EF;
}
.BgClassName
{
background-color: #CEA3EF;
}
</style>
border-color css
<style>
span { border-color: #CEA3EF; }
span { border-color: rgb(206,163,239); }
td.TdClassName
{
border-color: #CEA3EF;
}
.TagClassName
{
border-color: #CEA3EF;
}
</style>