Shades of Wisteria #CFA4DC
Tints of Wisteria #CFA4DC
RGB
CMYK
RGB Variations
Color information
#CFA4DC (or 0xCFA4DC) is known color: Wisteria. HEX triplet: CF, A4 and DC. RGB value is (207,164,220). Sum of RGB (Red+Green+Blue) = 207+164+220=591 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.03% from 591); Green value is 164 (64.45% from 255 or 27.75% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 220 - color contains mainly: blue. Hex color #CFA4DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA4DC is #305B23. Grayscale: #B7B7B7. Windows color (decimal): -3169060 or 14460111. OLE color: 14460111.
HSL color Cylindrical-coordinate representation of color #CFA4DC: hue angle of 286.07º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFA4DC is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 164 | 220 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.14 |
| HSL | 286.07º | 0.44% | 0.75% | - |
| HSV(B) | 286.07º | 0.25% | 0.86% | - |
| XYZ | 51.93 | 44.98 | 73.66 | - |
| YUV | 183.24 | 148.75 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 220 | 0.06 | 0.25 | 0 | 0.14 | 286.07 | 0.44 | 0.75 |
| Hex | CF | A4 | DC | 6 | 19 | 0 | E | 11E | 2C | 4B |
| Octal | 317 | 244 | 334 | 6 | 31 | 0 | 16 | 436 | 54 | 113 |
| Binary | 11001111 | 10100100 | 11011100 | 110 | 11001 | 0 | 1110 | 100011110 | 101100 | 1001011 |
Color Harmonies of #CFA4DC
Complementary color
Monochromatic Colors of #CFA4DC
Black with #CFA4DC
Text Example
Text Example
White with #CFA4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA4DC; }
p { color: rgb(207,164,220); }
H1.HeaderClassName
{
color: #CFA4DC;
}
.AnyTagClassName
{
color: #CFA4DC;
}
</style>
background-color css
<style>
a { background-color: #CFA4DC; }
a { background-color: rgb(207,164,220); }
div.DivClassName
{
background-color: #CFA4DC;
}
.BgClassName
{
background-color: #CFA4DC;
}
</style>
border-color css
<style>
span { border-color: #CFA4DC; }
span { border-color: rgb(207,164,220); }
td.TdClassName
{
border-color: #CFA4DC;
}
.TagClassName
{
border-color: #CFA4DC;
}
</style>