Shades of Wisteria #CEA7EA
Tints of Wisteria #CEA7EA
RGB
CMYK
RGB Variations
Color information
#CEA7EA (or 0xCEA7EA) is known color: Wisteria. HEX triplet: CE, A7 and EA. RGB value is (206,167,234). Sum of RGB (Red+Green+Blue) = 206+167+234=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 167 (65.62% from 255 or 27.51% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: blue. Hex color #CEA7EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA7EA is #315815. Grayscale: #BABABA. Windows color (decimal): -3233814 or 15378382. OLE color: 15378382.
HSL color Cylindrical-coordinate representation of color #CEA7EA: hue angle of 274.93º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CEA7EA is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 167 | 234 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.08 |
| HSL | 274.93º | 0.61% | 0.79% | - |
| HSV(B) | 274.93º | 0.29% | 0.92% | - |
| XYZ | 54.12 | 46.7 | 84 | - |
| YUV | 186.3 | 154.92 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 167 | 234 | 0.12 | 0.29 | 0 | 0.08 | 274.93 | 0.61 | 0.79 |
| Hex | CE | A7 | EA | C | 1D | 0 | 8 | 113 | 3D | 4F |
| Octal | 316 | 247 | 352 | 14 | 35 | 0 | 10 | 423 | 75 | 117 |
| Binary | 11001110 | 10100111 | 11101010 | 1100 | 11101 | 0 | 1000 | 100010011 | 111101 | 1001111 |
Color Harmonies of #CEA7EA
Complementary color
Monochromatic Colors of #CEA7EA
Black with #CEA7EA
Text Example
Text Example
White with #CEA7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA7EA; }
p { color: rgb(206,167,234); }
H1.HeaderClassName
{
color: #CEA7EA;
}
.AnyTagClassName
{
color: #CEA7EA;
}
</style>
background-color css
<style>
a { background-color: #CEA7EA; }
a { background-color: rgb(206,167,234); }
div.DivClassName
{
background-color: #CEA7EA;
}
.BgClassName
{
background-color: #CEA7EA;
}
</style>
border-color css
<style>
span { border-color: #CEA7EA; }
span { border-color: rgb(206,167,234); }
td.TdClassName
{
border-color: #CEA7EA;
}
.TagClassName
{
border-color: #CEA7EA;
}
</style>