Shades of Wisteria #CEA0EA
Tints of Wisteria #CEA0EA
RGB
CMYK
RGB Variations
Color information
#CEA0EA (or 0xCEA0EA) is known color: Wisteria. HEX triplet: CE, A0 and EA. RGB value is (206,160,234). Sum of RGB (Red+Green+Blue) = 206+160+234=600 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.33% from 600); Green value is 160 (62.89% from 255 or 26.67% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #CEA0EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA0EA is #315F15. Grayscale: #B5B5B5. Windows color (decimal): -3235606 or 15376590. OLE color: 15376590.
HSL color Cylindrical-coordinate representation of color #CEA0EA: hue angle of 277.3º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEA0EA is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 160 | 234 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.08 |
| HSL | 277.3º | 0.64% | 0.77% | - |
| HSV(B) | 277.3º | 0.32% | 0.92% | - |
| XYZ | 52.88 | 44.2 | 83.59 | - |
| YUV | 182.19 | 157.24 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 234 | 0.12 | 0.32 | 0 | 0.08 | 277.3 | 0.64 | 0.77 |
| Hex | CE | A0 | EA | C | 20 | 0 | 8 | 115 | 40 | 4D |
| Octal | 316 | 240 | 352 | 14 | 40 | 0 | 10 | 425 | 100 | 115 |
| Binary | 11001110 | 10100000 | 11101010 | 1100 | 100000 | 0 | 1000 | 100010101 | 1000000 | 1001101 |
Color Harmonies of #CEA0EA
Complementary color
Monochromatic Colors of #CEA0EA
Black with #CEA0EA
Text Example
Text Example
White with #CEA0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA0EA; }
p { color: rgb(206,160,234); }
H1.HeaderClassName
{
color: #CEA0EA;
}
.AnyTagClassName
{
color: #CEA0EA;
}
</style>
background-color css
<style>
a { background-color: #CEA0EA; }
a { background-color: rgb(206,160,234); }
div.DivClassName
{
background-color: #CEA0EA;
}
.BgClassName
{
background-color: #CEA0EA;
}
</style>
border-color css
<style>
span { border-color: #CEA0EA; }
span { border-color: rgb(206,160,234); }
td.TdClassName
{
border-color: #CEA0EA;
}
.TagClassName
{
border-color: #CEA0EA;
}
</style>