Shades of Wisteria #CFA8D6
Tints of Wisteria #CFA8D6
RGB
CMYK
RGB Variations
Color information
#CFA8D6 (or 0xCFA8D6) is known color: Wisteria. HEX triplet: CF, A8 and D6. RGB value is (207,168,214). Sum of RGB (Red+Green+Blue) = 207+168+214=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 168 (66.02% from 255 or 28.52% from 589); Blue value is 214 (83.98% from 255 or 36.33% from 589); Max value from RGB is 214 - color contains mainly: blue. Hex color #CFA8D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA8D6 is #305729. Grayscale: #B8B8B8. Windows color (decimal): -3168042 or 14067919. OLE color: 14067919.
HSL color Cylindrical-coordinate representation of color #CFA8D6: hue angle of 290.87º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFA8D6 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 168 | 214 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.16 |
| HSL | 290.87º | 0.36% | 0.75% | - |
| HSV(B) | 290.87º | 0.21% | 0.84% | - |
| XYZ | 51.87 | 46.13 | 69.79 | - |
| YUV | 184.91 | 144.42 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 214 | 0.03 | 0.21 | 0 | 0.16 | 290.87 | 0.36 | 0.75 |
| Hex | CF | A8 | D6 | 3 | 15 | 0 | 10 | 123 | 24 | 4B |
| Octal | 317 | 250 | 326 | 3 | 25 | 0 | 20 | 443 | 44 | 113 |
| Binary | 11001111 | 10101000 | 11010110 | 11 | 10101 | 0 | 10000 | 100100011 | 100100 | 1001011 |
Color Harmonies of #CFA8D6
Complementary color
Monochromatic Colors of #CFA8D6
Black with #CFA8D6
Text Example
Text Example
White with #CFA8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA8D6; }
p { color: rgb(207,168,214); }
H1.HeaderClassName
{
color: #CFA8D6;
}
.AnyTagClassName
{
color: #CFA8D6;
}
</style>
background-color css
<style>
a { background-color: #CFA8D6; }
a { background-color: rgb(207,168,214); }
div.DivClassName
{
background-color: #CFA8D6;
}
.BgClassName
{
background-color: #CFA8D6;
}
</style>
border-color css
<style>
span { border-color: #CFA8D6; }
span { border-color: rgb(207,168,214); }
td.TdClassName
{
border-color: #CFA8D6;
}
.TagClassName
{
border-color: #CFA8D6;
}
</style>