Shades of Wisteria #CEA3ED
Tints of Wisteria #CEA3ED
RGB
CMYK
RGB Variations
Color information
#CEA3ED (or 0xCEA3ED) is known color: Wisteria. HEX triplet: CE, A3 and ED. RGB value is (206,163,237). Sum of RGB (Red+Green+Blue) = 206+163+237=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 163 (64.06% from 255 or 26.90% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 237 - color contains mainly: blue. Hex color #CEA3ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA3ED is #315C12. Grayscale: #B8B8B8. Windows color (decimal): -3234835 or 15573966. OLE color: 15573966.
HSL color Cylindrical-coordinate representation of color #CEA3ED: hue angle of 274.86º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CEA3ED is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 163 | 237 | - |
| CMYK | 0.13 | 0.31 | 0 | 0.07 |
| HSL | 274.86º | 0.67% | 0.78% | - |
| HSV(B) | 274.86º | 0.31% | 0.93% | - |
| XYZ | 53.84 | 45.43 | 86.05 | - |
| YUV | 184.29 | 157.75 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 163 | 237 | 0.13 | 0.31 | 0 | 0.07 | 274.86 | 0.67 | 0.78 |
| Hex | CE | A3 | ED | D | 1F | 0 | 7 | 113 | 43 | 4E |
| Octal | 316 | 243 | 355 | 15 | 37 | 0 | 7 | 423 | 103 | 116 |
| Binary | 11001110 | 10100011 | 11101101 | 1101 | 11111 | 0 | 111 | 100010011 | 1000011 | 1001110 |
Color Harmonies of #CEA3ED
Complementary color
Monochromatic Colors of #CEA3ED
Black with #CEA3ED
Text Example
Text Example
White with #CEA3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA3ED; }
p { color: rgb(206,163,237); }
H1.HeaderClassName
{
color: #CEA3ED;
}
.AnyTagClassName
{
color: #CEA3ED;
}
</style>
background-color css
<style>
a { background-color: #CEA3ED; }
a { background-color: rgb(206,163,237); }
div.DivClassName
{
background-color: #CEA3ED;
}
.BgClassName
{
background-color: #CEA3ED;
}
</style>
border-color css
<style>
span { border-color: #CEA3ED; }
span { border-color: rgb(206,163,237); }
td.TdClassName
{
border-color: #CEA3ED;
}
.TagClassName
{
border-color: #CEA3ED;
}
</style>