Shades of Wisteria #CEA0F1
Tints of Wisteria #CEA0F1
RGB
CMYK
RGB Variations
Color information
#CEA0F1 (or 0xCEA0F1) is known color: Wisteria. HEX triplet: CE, A0 and F1. RGB value is (206,160,241). Sum of RGB (Red+Green+Blue) = 206+160+241=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 160 (62.89% from 255 or 26.36% from 607); Blue value is 241 (94.53% from 255 or 39.70% from 607); Max value from RGB is 241 - color contains mainly: blue. Hex color #CEA0F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA0F1 is #315F0E. Grayscale: #B6B6B6. Windows color (decimal): -3235599 or 15835342. OLE color: 15835342.
HSL color Cylindrical-coordinate representation of color #CEA0F1: hue angle of 274.07º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CEA0F1 is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 160 | 241 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.05 |
| HSL | 274.07º | 0.74% | 0.79% | - |
| HSV(B) | 274.07º | 0.34% | 0.95% | - |
| XYZ | 53.9 | 44.61 | 88.99 | - |
| YUV | 182.99 | 160.74 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 241 | 0.15 | 0.34 | 0 | 0.05 | 274.07 | 0.74 | 0.79 |
| Hex | CE | A0 | F1 | F | 22 | 0 | 5 | 112 | 4A | 4F |
| Octal | 316 | 240 | 361 | 17 | 42 | 0 | 5 | 422 | 112 | 117 |
| Binary | 11001110 | 10100000 | 11110001 | 1111 | 100010 | 0 | 101 | 100010010 | 1001010 | 1001111 |
Color Harmonies of #CEA0F1
Complementary color
Monochromatic Colors of #CEA0F1
Black with #CEA0F1
Text Example
Text Example
White with #CEA0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA0F1; }
p { color: rgb(206,160,241); }
H1.HeaderClassName
{
color: #CEA0F1;
}
.AnyTagClassName
{
color: #CEA0F1;
}
</style>
background-color css
<style>
a { background-color: #CEA0F1; }
a { background-color: rgb(206,160,241); }
div.DivClassName
{
background-color: #CEA0F1;
}
.BgClassName
{
background-color: #CEA0F1;
}
</style>
border-color css
<style>
span { border-color: #CEA0F1; }
span { border-color: rgb(206,160,241); }
td.TdClassName
{
border-color: #CEA0F1;
}
.TagClassName
{
border-color: #CEA0F1;
}
</style>