Shades of Wisteria #CEA5EA
Tints of Wisteria #CEA5EA
RGB
CMYK
RGB Variations
Color information
#CEA5EA (or 0xCEA5EA) is known color: Wisteria. HEX triplet: CE, A5 and EA. RGB value is (206,165,234). Sum of RGB (Red+Green+Blue) = 206+165+234=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 165 (64.84% from 255 or 27.27% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 234 - color contains mainly: blue. Hex color #CEA5EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA5EA is #315A15. Grayscale: #B8B8B8. Windows color (decimal): -3234326 or 15377870. OLE color: 15377870.
HSL color Cylindrical-coordinate representation of color #CEA5EA: hue angle of 275.65º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CEA5EA is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 165 | 234 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.08 |
| HSL | 275.65º | 0.62% | 0.78% | - |
| HSV(B) | 275.65º | 0.29% | 0.92% | - |
| XYZ | 53.76 | 45.97 | 83.88 | - |
| YUV | 185.13 | 155.58 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 165 | 234 | 0.12 | 0.29 | 0 | 0.08 | 275.65 | 0.62 | 0.78 |
| Hex | CE | A5 | EA | C | 1D | 0 | 8 | 114 | 3E | 4E |
| Octal | 316 | 245 | 352 | 14 | 35 | 0 | 10 | 424 | 76 | 116 |
| Binary | 11001110 | 10100101 | 11101010 | 1100 | 11101 | 0 | 1000 | 100010100 | 111110 | 1001110 |
Color Harmonies of #CEA5EA
Complementary color
Monochromatic Colors of #CEA5EA
Black with #CEA5EA
Text Example
Text Example
White with #CEA5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA5EA; }
p { color: rgb(206,165,234); }
H1.HeaderClassName
{
color: #CEA5EA;
}
.AnyTagClassName
{
color: #CEA5EA;
}
</style>
background-color css
<style>
a { background-color: #CEA5EA; }
a { background-color: rgb(206,165,234); }
div.DivClassName
{
background-color: #CEA5EA;
}
.BgClassName
{
background-color: #CEA5EA;
}
</style>
border-color css
<style>
span { border-color: #CEA5EA; }
span { border-color: rgb(206,165,234); }
td.TdClassName
{
border-color: #CEA5EA;
}
.TagClassName
{
border-color: #CEA5EA;
}
</style>