Shades of Wisteria #CF8DE1
Tints of Wisteria #CF8DE1
RGB
CMYK
RGB Variations
Color information
#CF8DE1 (or 0xCF8DE1) is known color: Wisteria. HEX triplet: CF, 8D and E1. RGB value is (207,141,225). Sum of RGB (Red+Green+Blue) = 207+141+225=573 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.13% from 573); Green value is 141 (55.47% from 255 or 24.61% from 573); Blue value is 225 (88.28% from 255 or 39.27% from 573); Max value from RGB is 225 - color contains mainly: blue. Hex color #CF8DE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8DE1 is #30721E. Grayscale: #AAAAAA. Windows color (decimal): -3174943 or 14781903. OLE color: 14781903.
HSL color Cylindrical-coordinate representation of color #CF8DE1: hue angle of 287.14º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CF8DE1 is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 141 | 225 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.12 |
| HSL | 287.14º | 0.58% | 0.72% | - |
| HSV(B) | 287.14º | 0.37% | 0.88% | - |
| XYZ | 48.85 | 37.75 | 75.95 | - |
| YUV | 170.31 | 158.87 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 141 | 225 | 0.08 | 0.37 | 0 | 0.12 | 287.14 | 0.58 | 0.72 |
| Hex | CF | 8D | E1 | 8 | 25 | 0 | C | 11F | 3A | 48 |
| Octal | 317 | 215 | 341 | 10 | 45 | 0 | 14 | 437 | 72 | 110 |
| Binary | 11001111 | 10001101 | 11100001 | 1000 | 100101 | 0 | 1100 | 100011111 | 111010 | 1001000 |
Color Harmonies of #CF8DE1
Complementary color
Monochromatic Colors of #CF8DE1
Black with #CF8DE1
Text Example
Text Example
White with #CF8DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8DE1; }
p { color: rgb(207,141,225); }
H1.HeaderClassName
{
color: #CF8DE1;
}
.AnyTagClassName
{
color: #CF8DE1;
}
</style>
background-color css
<style>
a { background-color: #CF8DE1; }
a { background-color: rgb(207,141,225); }
div.DivClassName
{
background-color: #CF8DE1;
}
.BgClassName
{
background-color: #CF8DE1;
}
</style>
border-color css
<style>
span { border-color: #CF8DE1; }
span { border-color: rgb(207,141,225); }
td.TdClassName
{
border-color: #CF8DE1;
}
.TagClassName
{
border-color: #CF8DE1;
}
</style>