Shades of Wisteria #CEA1F3
Tints of Wisteria #CEA1F3
RGB
CMYK
RGB Variations
Color information
#CEA1F3 (or 0xCEA1F3) is known color: Wisteria. HEX triplet: CE, A1 and F3. RGB value is (206,161,243). Sum of RGB (Red+Green+Blue) = 206+161+243=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 161 (63.28% from 255 or 26.39% from 610); Blue value is 243 (95.31% from 255 or 39.84% from 610); Max value from RGB is 243 - color contains mainly: blue. Hex color #CEA1F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA1F3 is #315E0C. Grayscale: #B7B7B7. Windows color (decimal): -3235341 or 15966670. OLE color: 15966670.
HSL color Cylindrical-coordinate representation of color #CEA1F3: hue angle of 272.93º degrees, saturation: 0.77, 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 #CEA1F3 is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 161 | 243 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.05 |
| HSL | 272.93º | 0.77% | 0.79% | - |
| HSV(B) | 272.93º | 0.34% | 0.95% | - |
| XYZ | 54.38 | 45.08 | 90.63 | - |
| YUV | 183.8 | 161.41 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 161 | 243 | 0.15 | 0.34 | 0 | 0.05 | 272.93 | 0.77 | 0.79 |
| Hex | CE | A1 | F3 | F | 22 | 0 | 5 | 111 | 4D | 4F |
| Octal | 316 | 241 | 363 | 17 | 42 | 0 | 5 | 421 | 115 | 117 |
| Binary | 11001110 | 10100001 | 11110011 | 1111 | 100010 | 0 | 101 | 100010001 | 1001101 | 1001111 |
Color Harmonies of #CEA1F3
Complementary color
Monochromatic Colors of #CEA1F3
Black with #CEA1F3
Text Example
Text Example
White with #CEA1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA1F3; }
p { color: rgb(206,161,243); }
H1.HeaderClassName
{
color: #CEA1F3;
}
.AnyTagClassName
{
color: #CEA1F3;
}
</style>
background-color css
<style>
a { background-color: #CEA1F3; }
a { background-color: rgb(206,161,243); }
div.DivClassName
{
background-color: #CEA1F3;
}
.BgClassName
{
background-color: #CEA1F3;
}
</style>
border-color css
<style>
span { border-color: #CEA1F3; }
span { border-color: rgb(206,161,243); }
td.TdClassName
{
border-color: #CEA1F3;
}
.TagClassName
{
border-color: #CEA1F3;
}
</style>