Shades of Wisteria #CFA5DD
Tints of Wisteria #CFA5DD
RGB
CMYK
RGB Variations
Color information
#CFA5DD (or 0xCFA5DD) is known color: Wisteria. HEX triplet: CF, A5 and DD. RGB value is (207,165,221). Sum of RGB (Red+Green+Blue) = 207+165+221=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 165 (64.84% from 255 or 27.82% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 221 - color contains mainly: blue. Hex color #CFA5DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA5DD is #305A22. Grayscale: #B7B7B7. Windows color (decimal): -3168803 or 14525903. OLE color: 14525903.
HSL color Cylindrical-coordinate representation of color #CFA5DD: hue angle of 285º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFA5DD is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 165 | 221 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.13 |
| HSL | 285º | 0.45% | 0.76% | - |
| HSV(B) | 285º | 0.25% | 0.87% | - |
| XYZ | 52.24 | 45.4 | 74.42 | - |
| YUV | 183.94 | 148.91 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 221 | 0.06 | 0.25 | 0 | 0.13 | 285 | 0.45 | 0.76 |
| Hex | CF | A5 | DD | 6 | 19 | 0 | D | 11D | 2D | 4C |
| Octal | 317 | 245 | 335 | 6 | 31 | 0 | 15 | 435 | 55 | 114 |
| Binary | 11001111 | 10100101 | 11011101 | 110 | 11001 | 0 | 1101 | 100011101 | 101101 | 1001100 |
Color Harmonies of #CFA5DD
Complementary color
Monochromatic Colors of #CFA5DD
Black with #CFA5DD
Text Example
Text Example
White with #CFA5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA5DD; }
p { color: rgb(207,165,221); }
H1.HeaderClassName
{
color: #CFA5DD;
}
.AnyTagClassName
{
color: #CFA5DD;
}
</style>
background-color css
<style>
a { background-color: #CFA5DD; }
a { background-color: rgb(207,165,221); }
div.DivClassName
{
background-color: #CFA5DD;
}
.BgClassName
{
background-color: #CFA5DD;
}
</style>
border-color css
<style>
span { border-color: #CFA5DD; }
span { border-color: rgb(207,165,221); }
td.TdClassName
{
border-color: #CFA5DD;
}
.TagClassName
{
border-color: #CFA5DD;
}
</style>