Shades of Wisteria #CFA4EA
Tints of Wisteria #CFA4EA
RGB
CMYK
RGB Variations
Color information
#CFA4EA (or 0xCFA4EA) is known color: Wisteria. HEX triplet: CF, A4 and EA. RGB value is (207,164,234). Sum of RGB (Red+Green+Blue) = 207+164+234=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 164 (64.45% from 255 or 27.11% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 234 - color contains mainly: blue. Hex color #CFA4EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA4EA is #305B15. Grayscale: #B8B8B8. Windows color (decimal): -3169046 or 15377615. OLE color: 15377615.
HSL color Cylindrical-coordinate representation of color #CFA4EA: hue angle of 276.86º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFA4EA is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 164 | 234 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.08 |
| HSL | 276.86º | 0.63% | 0.78% | - |
| HSV(B) | 276.86º | 0.3% | 0.92% | - |
| XYZ | 53.86 | 45.76 | 83.84 | - |
| YUV | 184.84 | 155.75 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 234 | 0.12 | 0.30 | 0 | 0.08 | 276.86 | 0.63 | 0.78 |
| Hex | CF | A4 | EA | C | 1E | 0 | 8 | 115 | 3E | 4E |
| Octal | 317 | 244 | 352 | 14 | 36 | 0 | 10 | 425 | 76 | 116 |
| Binary | 11001111 | 10100100 | 11101010 | 1100 | 11110 | 0 | 1000 | 100010101 | 111110 | 1001110 |
Color Harmonies of #CFA4EA
Complementary color
Monochromatic Colors of #CFA4EA
Black with #CFA4EA
Text Example
Text Example
White with #CFA4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA4EA; }
p { color: rgb(207,164,234); }
H1.HeaderClassName
{
color: #CFA4EA;
}
.AnyTagClassName
{
color: #CFA4EA;
}
</style>
background-color css
<style>
a { background-color: #CFA4EA; }
a { background-color: rgb(207,164,234); }
div.DivClassName
{
background-color: #CFA4EA;
}
.BgClassName
{
background-color: #CFA4EA;
}
</style>
border-color css
<style>
span { border-color: #CFA4EA; }
span { border-color: rgb(207,164,234); }
td.TdClassName
{
border-color: #CFA4EA;
}
.TagClassName
{
border-color: #CFA4EA;
}
</style>