Shades of Wisteria #CE8FDD
Tints of Wisteria #CE8FDD
RGB
CMYK
RGB Variations
Color information
#CE8FDD (or 0xCE8FDD) is known color: Wisteria. HEX triplet: CE, 8F and DD. RGB value is (206,143,221). Sum of RGB (Red+Green+Blue) = 206+143+221=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 143 (56.25% from 255 or 25.09% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE8FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8FDD is #317022. Grayscale: #AAAAAA. Windows color (decimal): -3239971 or 14520270. OLE color: 14520270.
HSL color Cylindrical-coordinate representation of color #CE8FDD: hue angle of 288.46º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CE8FDD is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 143 | 221 | - |
| CMYK | 0.07 | 0.35 | 0 | 0.13 |
| HSL | 288.46º | 0.53% | 0.71% | - |
| HSV(B) | 288.46º | 0.35% | 0.87% | - |
| XYZ | 48.33 | 37.99 | 73.19 | - |
| YUV | 170.73 | 156.37 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 143 | 221 | 0.07 | 0.35 | 0 | 0.13 | 288.46 | 0.53 | 0.71 |
| Hex | CE | 8F | DD | 7 | 23 | 0 | D | 120 | 35 | 47 |
| Octal | 316 | 217 | 335 | 7 | 43 | 0 | 15 | 440 | 65 | 107 |
| Binary | 11001110 | 10001111 | 11011101 | 111 | 100011 | 0 | 1101 | 100100000 | 110101 | 1000111 |
Color Harmonies of #CE8FDD
Complementary color
Monochromatic Colors of #CE8FDD
Black with #CE8FDD
Text Example
Text Example
White with #CE8FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8FDD; }
p { color: rgb(206,143,221); }
H1.HeaderClassName
{
color: #CE8FDD;
}
.AnyTagClassName
{
color: #CE8FDD;
}
</style>
background-color css
<style>
a { background-color: #CE8FDD; }
a { background-color: rgb(206,143,221); }
div.DivClassName
{
background-color: #CE8FDD;
}
.BgClassName
{
background-color: #CE8FDD;
}
</style>
border-color css
<style>
span { border-color: #CE8FDD; }
span { border-color: rgb(206,143,221); }
td.TdClassName
{
border-color: #CE8FDD;
}
.TagClassName
{
border-color: #CE8FDD;
}
</style>