Shades of Wisteria #CE8FD7
Tints of Wisteria #CE8FD7
RGB
CMYK
RGB Variations
Color information
#CE8FD7 (or 0xCE8FD7) is known color: Wisteria. HEX triplet: CE, 8F and D7. RGB value is (206,143,215). Sum of RGB (Red+Green+Blue) = 206+143+215=564 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.52% from 564); Green value is 143 (56.25% from 255 or 25.35% from 564); Blue value is 215 (84.38% from 255 or 38.12% from 564); Max value from RGB is 215 - color contains mainly: blue. Hex color #CE8FD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8FD7 is #317028. Grayscale: #A9A9A9. Windows color (decimal): -3239977 or 14127054. OLE color: 14127054.
HSL color Cylindrical-coordinate representation of color #CE8FD7: hue angle of 292.5º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CE8FD7 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 143 | 215 | - |
| CMYK | 0.04 | 0.33 | 0 | 0.16 |
| HSL | 292.5º | 0.47% | 0.7% | - |
| HSV(B) | 292.5º | 0.33% | 0.84% | - |
| XYZ | 47.54 | 37.67 | 69.06 | - |
| YUV | 170.05 | 153.37 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 143 | 215 | 0.04 | 0.33 | 0 | 0.16 | 292.5 | 0.47 | 0.7 |
| Hex | CE | 8F | D7 | 4 | 21 | 0 | 10 | 124 | 2F | 46 |
| Octal | 316 | 217 | 327 | 4 | 41 | 0 | 20 | 444 | 57 | 106 |
| Binary | 11001110 | 10001111 | 11010111 | 100 | 100001 | 0 | 10000 | 100100100 | 101111 | 1000110 |
Color Harmonies of #CE8FD7
Complementary color
Monochromatic Colors of #CE8FD7
Black with #CE8FD7
Text Example
Text Example
White with #CE8FD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8FD7; }
p { color: rgb(206,143,215); }
H1.HeaderClassName
{
color: #CE8FD7;
}
.AnyTagClassName
{
color: #CE8FD7;
}
</style>
background-color css
<style>
a { background-color: #CE8FD7; }
a { background-color: rgb(206,143,215); }
div.DivClassName
{
background-color: #CE8FD7;
}
.BgClassName
{
background-color: #CE8FD7;
}
</style>
border-color css
<style>
span { border-color: #CE8FD7; }
span { border-color: rgb(206,143,215); }
td.TdClassName
{
border-color: #CE8FD7;
}
.TagClassName
{
border-color: #CE8FD7;
}
</style>