Shades of Wisteria #CE85DF
Tints of Wisteria #CE85DF
RGB
CMYK
RGB Variations
Color information
#CE85DF (or 0xCE85DF) is known color: Wisteria. HEX triplet: CE, 85 and DF. RGB value is (206,133,223). Sum of RGB (Red+Green+Blue) = 206+133+223=562 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.65% from 562); Green value is 133 (52.34% from 255 or 23.67% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE85DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE85DF is #317A20. Grayscale: #A4A4A4. Windows color (decimal): -3242529 or 14648782. OLE color: 14648782.
HSL color Cylindrical-coordinate representation of color #CE85DF: hue angle of 288.67º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE85DF is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 133 | 223 | - |
| CMYK | 0.08 | 0.40 | 0 | 0.13 |
| HSL | 288.67º | 0.58% | 0.7% | - |
| HSV(B) | 288.67º | 0.4% | 0.87% | - |
| XYZ | 47.16 | 35.22 | 74.13 | - |
| YUV | 165.09 | 160.68 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 223 | 0.08 | 0.40 | 0 | 0.13 | 288.67 | 0.58 | 0.7 |
| Hex | CE | 85 | DF | 8 | 28 | 0 | D | 121 | 3A | 46 |
| Octal | 316 | 205 | 337 | 10 | 50 | 0 | 15 | 441 | 72 | 106 |
| Binary | 11001110 | 10000101 | 11011111 | 1000 | 101000 | 0 | 1101 | 100100001 | 111010 | 1000110 |
Color Harmonies of #CE85DF
Complementary color
Monochromatic Colors of #CE85DF
Black with #CE85DF
Text Example
Text Example
White with #CE85DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE85DF; }
p { color: rgb(206,133,223); }
H1.HeaderClassName
{
color: #CE85DF;
}
.AnyTagClassName
{
color: #CE85DF;
}
</style>
background-color css
<style>
a { background-color: #CE85DF; }
a { background-color: rgb(206,133,223); }
div.DivClassName
{
background-color: #CE85DF;
}
.BgClassName
{
background-color: #CE85DF;
}
</style>
border-color css
<style>
span { border-color: #CE85DF; }
span { border-color: rgb(206,133,223); }
td.TdClassName
{
border-color: #CE85DF;
}
.TagClassName
{
border-color: #CE85DF;
}
</style>