Shades of Wisteria #CEA1E8
Tints of Wisteria #CEA1E8
RGB
CMYK
RGB Variations
Color information
#CEA1E8 (or 0xCEA1E8) is known color: Wisteria. HEX triplet: CE, A1 and E8. RGB value is (206,161,232). Sum of RGB (Red+Green+Blue) = 206+161+232=599 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.39% from 599); Green value is 161 (63.28% from 255 or 26.88% from 599); Blue value is 232 (91.02% from 255 or 38.73% from 599); Max value from RGB is 232 - color contains mainly: blue. Hex color #CEA1E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA1E8 is #315E17. Grayscale: #B6B6B6. Windows color (decimal): -3235352 or 15245774. OLE color: 15245774.
HSL color Cylindrical-coordinate representation of color #CEA1E8: hue angle of 278.03º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CEA1E8 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 161 | 232 | - |
| CMYK | 0.11 | 0.31 | 0 | 0.09 |
| HSL | 278.03º | 0.61% | 0.77% | - |
| HSV(B) | 278.03º | 0.31% | 0.91% | - |
| XYZ | 52.76 | 44.44 | 82.14 | - |
| YUV | 182.55 | 155.91 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 161 | 232 | 0.11 | 0.31 | 0 | 0.09 | 278.03 | 0.61 | 0.77 |
| Hex | CE | A1 | E8 | B | 1F | 0 | 9 | 116 | 3D | 4D |
| Octal | 316 | 241 | 350 | 13 | 37 | 0 | 11 | 426 | 75 | 115 |
| Binary | 11001110 | 10100001 | 11101000 | 1011 | 11111 | 0 | 1001 | 100010110 | 111101 | 1001101 |
Color Harmonies of #CEA1E8
Complementary color
Monochromatic Colors of #CEA1E8
Black with #CEA1E8
Text Example
Text Example
White with #CEA1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA1E8; }
p { color: rgb(206,161,232); }
H1.HeaderClassName
{
color: #CEA1E8;
}
.AnyTagClassName
{
color: #CEA1E8;
}
</style>
background-color css
<style>
a { background-color: #CEA1E8; }
a { background-color: rgb(206,161,232); }
div.DivClassName
{
background-color: #CEA1E8;
}
.BgClassName
{
background-color: #CEA1E8;
}
</style>
border-color css
<style>
span { border-color: #CEA1E8; }
span { border-color: rgb(206,161,232); }
td.TdClassName
{
border-color: #CEA1E8;
}
.TagClassName
{
border-color: #CEA1E8;
}
</style>