Shades of Wisteria #CFA2DD
Tints of Wisteria #CFA2DD
RGB
CMYK
RGB Variations
Color information
#CFA2DD (or 0xCFA2DD) is known color: Wisteria. HEX triplet: CF, A2 and DD. RGB value is (207,162,221). Sum of RGB (Red+Green+Blue) = 207+162+221=590 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.08% from 590); Green value is 162 (63.67% from 255 or 27.46% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #CFA2DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA2DD is #305D22. Grayscale: #B5B5B5. Windows color (decimal): -3169571 or 14525135. OLE color: 14525135.
HSL color Cylindrical-coordinate representation of color #CFA2DD: hue angle of 285.76º degrees, saturation: 0.46, 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 #CFA2DD is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 162 | 221 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.13 |
| HSL | 285.76º | 0.46% | 0.75% | - |
| HSV(B) | 285.76º | 0.27% | 0.87% | - |
| XYZ | 51.7 | 44.33 | 74.24 | - |
| YUV | 182.18 | 149.91 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 221 | 0.06 | 0.27 | 0 | 0.13 | 285.76 | 0.46 | 0.75 |
| Hex | CF | A2 | DD | 6 | 1B | 0 | D | 11E | 2E | 4B |
| Octal | 317 | 242 | 335 | 6 | 33 | 0 | 15 | 436 | 56 | 113 |
| Binary | 11001111 | 10100010 | 11011101 | 110 | 11011 | 0 | 1101 | 100011110 | 101110 | 1001011 |
Color Harmonies of #CFA2DD
Complementary color
Monochromatic Colors of #CFA2DD
Black with #CFA2DD
Text Example
Text Example
White with #CFA2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA2DD; }
p { color: rgb(207,162,221); }
H1.HeaderClassName
{
color: #CFA2DD;
}
.AnyTagClassName
{
color: #CFA2DD;
}
</style>
background-color css
<style>
a { background-color: #CFA2DD; }
a { background-color: rgb(207,162,221); }
div.DivClassName
{
background-color: #CFA2DD;
}
.BgClassName
{
background-color: #CFA2DD;
}
</style>
border-color css
<style>
span { border-color: #CFA2DD; }
span { border-color: rgb(207,162,221); }
td.TdClassName
{
border-color: #CFA2DD;
}
.TagClassName
{
border-color: #CFA2DD;
}
</style>