Shades of Wisteria #CFA2DF
Tints of Wisteria #CFA2DF
RGB
CMYK
RGB Variations
Color information
#CFA2DF (or 0xCFA2DF) is known color: Wisteria. HEX triplet: CF, A2 and DF. RGB value is (207,162,223). Sum of RGB (Red+Green+Blue) = 207+162+223=592 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.97% from 592); Green value is 162 (63.67% from 255 or 27.36% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 223 - color contains mainly: blue. Hex color #CFA2DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA2DF is #305D20. Grayscale: #B6B6B6. Windows color (decimal): -3169569 or 14656207. OLE color: 14656207.
HSL color Cylindrical-coordinate representation of color #CFA2DF: hue angle of 284.26º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFA2DF is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 162 | 223 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.13 |
| HSL | 284.26º | 0.49% | 0.75% | - |
| HSV(B) | 284.26º | 0.27% | 0.87% | - |
| XYZ | 51.97 | 44.43 | 75.65 | - |
| YUV | 182.41 | 150.91 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 223 | 0.07 | 0.27 | 0 | 0.13 | 284.26 | 0.49 | 0.75 |
| Hex | CF | A2 | DF | 7 | 1B | 0 | D | 11C | 31 | 4B |
| Octal | 317 | 242 | 337 | 7 | 33 | 0 | 15 | 434 | 61 | 113 |
| Binary | 11001111 | 10100010 | 11011111 | 111 | 11011 | 0 | 1101 | 100011100 | 110001 | 1001011 |
Color Harmonies of #CFA2DF
Complementary color
Monochromatic Colors of #CFA2DF
Black with #CFA2DF
Text Example
Text Example
White with #CFA2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA2DF; }
p { color: rgb(207,162,223); }
H1.HeaderClassName
{
color: #CFA2DF;
}
.AnyTagClassName
{
color: #CFA2DF;
}
</style>
background-color css
<style>
a { background-color: #CFA2DF; }
a { background-color: rgb(207,162,223); }
div.DivClassName
{
background-color: #CFA2DF;
}
.BgClassName
{
background-color: #CFA2DF;
}
</style>
border-color css
<style>
span { border-color: #CFA2DF; }
span { border-color: rgb(207,162,223); }
td.TdClassName
{
border-color: #CFA2DF;
}
.TagClassName
{
border-color: #CFA2DF;
}
</style>