Shades of Wisteria #CEA2F1
Tints of Wisteria #CEA2F1
RGB
CMYK
RGB Variations
Color information
#CEA2F1 (or 0xCEA2F1) is known color: Wisteria. HEX triplet: CE, A2 and F1. RGB value is (206,162,241). Sum of RGB (Red+Green+Blue) = 206+162+241=609 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.83% from 609); Green value is 162 (63.67% from 255 or 26.60% from 609); Blue value is 241 (94.53% from 255 or 39.57% from 609); Max value from RGB is 241 - color contains mainly: blue. Hex color #CEA2F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA2F1 is #315D0E. Grayscale: #B7B7B7. Windows color (decimal): -3235087 or 15835854. OLE color: 15835854.
HSL color Cylindrical-coordinate representation of color #CEA2F1: hue angle of 273.42º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEA2F1 is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 162 | 241 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.05 |
| HSL | 273.42º | 0.74% | 0.79% | - |
| HSV(B) | 273.42º | 0.33% | 0.95% | - |
| XYZ | 54.25 | 45.31 | 89.11 | - |
| YUV | 184.16 | 160.08 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 162 | 241 | 0.15 | 0.33 | 0 | 0.05 | 273.42 | 0.74 | 0.79 |
| Hex | CE | A2 | F1 | F | 21 | 0 | 5 | 111 | 4A | 4F |
| Octal | 316 | 242 | 361 | 17 | 41 | 0 | 5 | 421 | 112 | 117 |
| Binary | 11001110 | 10100010 | 11110001 | 1111 | 100001 | 0 | 101 | 100010001 | 1001010 | 1001111 |
Color Harmonies of #CEA2F1
Complementary color
Monochromatic Colors of #CEA2F1
Black with #CEA2F1
Text Example
Text Example
White with #CEA2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA2F1; }
p { color: rgb(206,162,241); }
H1.HeaderClassName
{
color: #CEA2F1;
}
.AnyTagClassName
{
color: #CEA2F1;
}
</style>
background-color css
<style>
a { background-color: #CEA2F1; }
a { background-color: rgb(206,162,241); }
div.DivClassName
{
background-color: #CEA2F1;
}
.BgClassName
{
background-color: #CEA2F1;
}
</style>
border-color css
<style>
span { border-color: #CEA2F1; }
span { border-color: rgb(206,162,241); }
td.TdClassName
{
border-color: #CEA2F1;
}
.TagClassName
{
border-color: #CEA2F1;
}
</style>