Shades of Wisteria #CEA3D7
Tints of Wisteria #CEA3D7
RGB
CMYK
RGB Variations
Color information
#CEA3D7 (or 0xCEA3D7) is known color: Wisteria. HEX triplet: CE, A3 and D7. RGB value is (206,163,215). Sum of RGB (Red+Green+Blue) = 206+163+215=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 163 (64.06% from 255 or 27.91% from 584); Blue value is 215 (84.38% from 255 or 36.82% from 584); Max value from RGB is 215 - color contains mainly: blue. Hex color #CEA3D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA3D7 is #315C28. Grayscale: #B5B5B5. Windows color (decimal): -3234857 or 14132174. OLE color: 14132174.
HSL color Cylindrical-coordinate representation of color #CEA3D7: hue angle of 289.62º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEA3D7 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 163 | 215 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.16 |
| HSL | 289.62º | 0.39% | 0.74% | - |
| HSV(B) | 289.62º | 0.24% | 0.84% | - |
| XYZ | 50.82 | 44.22 | 70.15 | - |
| YUV | 181.79 | 146.75 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 163 | 215 | 0.04 | 0.24 | 0 | 0.16 | 289.62 | 0.39 | 0.74 |
| Hex | CE | A3 | D7 | 4 | 18 | 0 | 10 | 122 | 27 | 4A |
| Octal | 316 | 243 | 327 | 4 | 30 | 0 | 20 | 442 | 47 | 112 |
| Binary | 11001110 | 10100011 | 11010111 | 100 | 11000 | 0 | 10000 | 100100010 | 100111 | 1001010 |
Color Harmonies of #CEA3D7
Complementary color
Monochromatic Colors of #CEA3D7
Black with #CEA3D7
Text Example
Text Example
White with #CEA3D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA3D7; }
p { color: rgb(206,163,215); }
H1.HeaderClassName
{
color: #CEA3D7;
}
.AnyTagClassName
{
color: #CEA3D7;
}
</style>
background-color css
<style>
a { background-color: #CEA3D7; }
a { background-color: rgb(206,163,215); }
div.DivClassName
{
background-color: #CEA3D7;
}
.BgClassName
{
background-color: #CEA3D7;
}
</style>
border-color css
<style>
span { border-color: #CEA3D7; }
span { border-color: rgb(206,163,215); }
td.TdClassName
{
border-color: #CEA3D7;
}
.TagClassName
{
border-color: #CEA3D7;
}
</style>