Shades of Wisteria #CFA2D8
Tints of Wisteria #CFA2D8
RGB
CMYK
RGB Variations
Color information
#CFA2D8 (or 0xCFA2D8) is known color: Wisteria. HEX triplet: CF, A2 and D8. RGB value is (207,162,216). Sum of RGB (Red+Green+Blue) = 207+162+216=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 162 (63.67% from 255 or 27.69% from 585); Blue value is 216 (84.77% from 255 or 36.92% from 585); Max value from RGB is 216 - color contains mainly: blue. Hex color #CFA2D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA2D8 is #305D27. Grayscale: #B5B5B5. Windows color (decimal): -3169576 or 14197455. OLE color: 14197455.
HSL color Cylindrical-coordinate representation of color #CFA2D8: hue angle of 290º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFA2D8 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 162 | 216 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.15 |
| HSL | 290º | 0.41% | 0.74% | - |
| HSV(B) | 290º | 0.25% | 0.85% | - |
| XYZ | 51.05 | 44.06 | 70.78 | - |
| YUV | 181.61 | 147.41 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 216 | 0.04 | 0.25 | 0 | 0.15 | 290 | 0.41 | 0.74 |
| Hex | CF | A2 | D8 | 4 | 19 | 0 | F | 122 | 29 | 4A |
| Octal | 317 | 242 | 330 | 4 | 31 | 0 | 17 | 442 | 51 | 112 |
| Binary | 11001111 | 10100010 | 11011000 | 100 | 11001 | 0 | 1111 | 100100010 | 101001 | 1001010 |
Color Harmonies of #CFA2D8
Complementary color
Monochromatic Colors of #CFA2D8
Black with #CFA2D8
Text Example
Text Example
White with #CFA2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA2D8; }
p { color: rgb(207,162,216); }
H1.HeaderClassName
{
color: #CFA2D8;
}
.AnyTagClassName
{
color: #CFA2D8;
}
</style>
background-color css
<style>
a { background-color: #CFA2D8; }
a { background-color: rgb(207,162,216); }
div.DivClassName
{
background-color: #CFA2D8;
}
.BgClassName
{
background-color: #CFA2D8;
}
</style>
border-color css
<style>
span { border-color: #CFA2D8; }
span { border-color: rgb(207,162,216); }
td.TdClassName
{
border-color: #CFA2D8;
}
.TagClassName
{
border-color: #CFA2D8;
}
</style>