Shades of Wisteria #CFA8E5
Tints of Wisteria #CFA8E5
RGB
CMYK
RGB Variations
Color information
#CFA8E5 (or 0xCFA8E5) is known color: Wisteria. HEX triplet: CF, A8 and E5. RGB value is (207,168,229). Sum of RGB (Red+Green+Blue) = 207+168+229=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 168 (66.02% from 255 or 27.81% from 604); Blue value is 229 (89.84% from 255 or 37.91% from 604); Max value from RGB is 229 - color contains mainly: blue. Hex color #CFA8E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA8E5 is #30571A. Grayscale: #BABABA. Windows color (decimal): -3168027 or 15050959. OLE color: 15050959.
HSL color Cylindrical-coordinate representation of color #CFA8E5: hue angle of 278.36º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFA8E5 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 168 | 229 | - |
| CMYK | 0.10 | 0.27 | 0 | 0.10 |
| HSL | 278.36º | 0.54% | 0.78% | - |
| HSV(B) | 278.36º | 0.27% | 0.9% | - |
| XYZ | 53.88 | 46.93 | 80.35 | - |
| YUV | 186.62 | 151.92 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 229 | 0.10 | 0.27 | 0 | 0.10 | 278.36 | 0.54 | 0.78 |
| Hex | CF | A8 | E5 | A | 1B | 0 | A | 116 | 36 | 4E |
| Octal | 317 | 250 | 345 | 12 | 33 | 0 | 12 | 426 | 66 | 116 |
| Binary | 11001111 | 10101000 | 11100101 | 1010 | 11011 | 0 | 1010 | 100010110 | 110110 | 1001110 |
Color Harmonies of #CFA8E5
Complementary color
Monochromatic Colors of #CFA8E5
Black with #CFA8E5
Text Example
Text Example
White with #CFA8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA8E5; }
p { color: rgb(207,168,229); }
H1.HeaderClassName
{
color: #CFA8E5;
}
.AnyTagClassName
{
color: #CFA8E5;
}
</style>
background-color css
<style>
a { background-color: #CFA8E5; }
a { background-color: rgb(207,168,229); }
div.DivClassName
{
background-color: #CFA8E5;
}
.BgClassName
{
background-color: #CFA8E5;
}
</style>
border-color css
<style>
span { border-color: #CFA8E5; }
span { border-color: rgb(207,168,229); }
td.TdClassName
{
border-color: #CFA8E5;
}
.TagClassName
{
border-color: #CFA8E5;
}
</style>