Shades of Wisteria #CF8FE1
Tints of Wisteria #CF8FE1
RGB
CMYK
RGB Variations
Color information
#CF8FE1 (or 0xCF8FE1) is known color: Wisteria. HEX triplet: CF, 8F and E1. RGB value is (207,143,225). Sum of RGB (Red+Green+Blue) = 207+143+225=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 143 (56.25% from 255 or 24.87% from 575); Blue value is 225 (88.28% from 255 or 39.13% from 575); Max value from RGB is 225 - color contains mainly: blue. Hex color #CF8FE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8FE1 is #30701E. Grayscale: #ABABAB. Windows color (decimal): -3174431 or 14782415. OLE color: 14782415.
HSL color Cylindrical-coordinate representation of color #CF8FE1: hue angle of 286.83º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF8FE1 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 143 | 225 | - |
| CMYK | 0.08 | 0.36 | 0 | 0.12 |
| HSL | 286.83º | 0.58% | 0.72% | - |
| HSV(B) | 286.83º | 0.36% | 0.88% | - |
| XYZ | 49.15 | 38.35 | 76.05 | - |
| YUV | 171.48 | 158.2 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 143 | 225 | 0.08 | 0.36 | 0 | 0.12 | 286.83 | 0.58 | 0.72 |
| Hex | CF | 8F | E1 | 8 | 24 | 0 | C | 11F | 3A | 48 |
| Octal | 317 | 217 | 341 | 10 | 44 | 0 | 14 | 437 | 72 | 110 |
| Binary | 11001111 | 10001111 | 11100001 | 1000 | 100100 | 0 | 1100 | 100011111 | 111010 | 1001000 |
Color Harmonies of #CF8FE1
Complementary color
Monochromatic Colors of #CF8FE1
Black with #CF8FE1
Text Example
Text Example
White with #CF8FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8FE1; }
p { color: rgb(207,143,225); }
H1.HeaderClassName
{
color: #CF8FE1;
}
.AnyTagClassName
{
color: #CF8FE1;
}
</style>
background-color css
<style>
a { background-color: #CF8FE1; }
a { background-color: rgb(207,143,225); }
div.DivClassName
{
background-color: #CF8FE1;
}
.BgClassName
{
background-color: #CF8FE1;
}
</style>
border-color css
<style>
span { border-color: #CF8FE1; }
span { border-color: rgb(207,143,225); }
td.TdClassName
{
border-color: #CF8FE1;
}
.TagClassName
{
border-color: #CF8FE1;
}
</style>