Shades of Wisteria #CFA4ED
Tints of Wisteria #CFA4ED
RGB
CMYK
RGB Variations
Color information
#CFA4ED (or 0xCFA4ED) is known color: Wisteria. HEX triplet: CF, A4 and ED. RGB value is (207,164,237). Sum of RGB (Red+Green+Blue) = 207+164+237=608 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.05% from 608); Green value is 164 (64.45% from 255 or 26.97% from 608); Blue value is 237 (92.97% from 255 or 38.98% from 608); Max value from RGB is 237 - color contains mainly: blue. Hex color #CFA4ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA4ED is #305B12. Grayscale: #B8B8B8. Windows color (decimal): -3169043 or 15574223. OLE color: 15574223.
HSL color Cylindrical-coordinate representation of color #CFA4ED: hue angle of 275.34º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFA4ED is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 164 | 237 | - |
| CMYK | 0.13 | 0.31 | 0 | 0.07 |
| HSL | 275.34º | 0.67% | 0.79% | - |
| HSV(B) | 275.34º | 0.31% | 0.93% | - |
| XYZ | 54.29 | 45.93 | 86.12 | - |
| YUV | 185.18 | 157.25 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 237 | 0.13 | 0.31 | 0 | 0.07 | 275.34 | 0.67 | 0.79 |
| Hex | CF | A4 | ED | D | 1F | 0 | 7 | 113 | 43 | 4F |
| Octal | 317 | 244 | 355 | 15 | 37 | 0 | 7 | 423 | 103 | 117 |
| Binary | 11001111 | 10100100 | 11101101 | 1101 | 11111 | 0 | 111 | 100010011 | 1000011 | 1001111 |
Color Harmonies of #CFA4ED
Complementary color
Monochromatic Colors of #CFA4ED
Black with #CFA4ED
Text Example
Text Example
White with #CFA4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA4ED; }
p { color: rgb(207,164,237); }
H1.HeaderClassName
{
color: #CFA4ED;
}
.AnyTagClassName
{
color: #CFA4ED;
}
</style>
background-color css
<style>
a { background-color: #CFA4ED; }
a { background-color: rgb(207,164,237); }
div.DivClassName
{
background-color: #CFA4ED;
}
.BgClassName
{
background-color: #CFA4ED;
}
</style>
border-color css
<style>
span { border-color: #CFA4ED; }
span { border-color: rgb(207,164,237); }
td.TdClassName
{
border-color: #CFA4ED;
}
.TagClassName
{
border-color: #CFA4ED;
}
</style>