Shades of Wisteria #CEA0F0
Tints of Wisteria #CEA0F0
RGB
CMYK
RGB Variations
Color information
#CEA0F0 (or 0xCEA0F0) is known color: Wisteria. HEX triplet: CE, A0 and F0. RGB value is (206,160,240). Sum of RGB (Red+Green+Blue) = 206+160+240=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 160 (62.89% from 255 or 26.40% from 606); Blue value is 240 (94.14% from 255 or 39.60% from 606); Max value from RGB is 240 - color contains mainly: blue. Hex color #CEA0F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA0F0 is #315F0F. Grayscale: #B6B6B6. Windows color (decimal): -3235600 or 15769806. OLE color: 15769806.
HSL color Cylindrical-coordinate representation of color #CEA0F0: hue angle of 274.5º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEA0F0 is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 160 | 240 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.06 |
| HSL | 274.5º | 0.73% | 0.78% | - |
| HSV(B) | 274.5º | 0.33% | 0.94% | - |
| XYZ | 53.75 | 44.55 | 88.2 | - |
| YUV | 182.87 | 160.24 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 240 | 0.14 | 0.33 | 0 | 0.06 | 274.5 | 0.73 | 0.78 |
| Hex | CE | A0 | F0 | E | 21 | 0 | 6 | 112 | 49 | 4E |
| Octal | 316 | 240 | 360 | 16 | 41 | 0 | 6 | 422 | 111 | 116 |
| Binary | 11001110 | 10100000 | 11110000 | 1110 | 100001 | 0 | 110 | 100010010 | 1001001 | 1001110 |
Color Harmonies of #CEA0F0
Complementary color
Monochromatic Colors of #CEA0F0
Black with #CEA0F0
Text Example
Text Example
White with #CEA0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA0F0; }
p { color: rgb(206,160,240); }
H1.HeaderClassName
{
color: #CEA0F0;
}
.AnyTagClassName
{
color: #CEA0F0;
}
</style>
background-color css
<style>
a { background-color: #CEA0F0; }
a { background-color: rgb(206,160,240); }
div.DivClassName
{
background-color: #CEA0F0;
}
.BgClassName
{
background-color: #CEA0F0;
}
</style>
border-color css
<style>
span { border-color: #CEA0F0; }
span { border-color: rgb(206,160,240); }
td.TdClassName
{
border-color: #CEA0F0;
}
.TagClassName
{
border-color: #CEA0F0;
}
</style>