Shades of Wisteria #CFA5DE
Tints of Wisteria #CFA5DE
RGB
CMYK
RGB Variations
Color information
#CFA5DE (or 0xCFA5DE) is known color: Wisteria. HEX triplet: CF, A5 and DE. RGB value is (207,165,222). Sum of RGB (Red+Green+Blue) = 207+165+222=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 165 (64.84% from 255 or 27.78% from 594); Blue value is 222 (87.11% from 255 or 37.37% from 594); Max value from RGB is 222 - color contains mainly: blue. Hex color #CFA5DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA5DE is #305A21. Grayscale: #B7B7B7. Windows color (decimal): -3168802 or 14591439. OLE color: 14591439.
HSL color Cylindrical-coordinate representation of color #CFA5DE: hue angle of 284.21º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFA5DE is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 165 | 222 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.13 |
| HSL | 284.21º | 0.46% | 0.76% | - |
| HSV(B) | 284.21º | 0.26% | 0.87% | - |
| XYZ | 52.37 | 45.45 | 75.12 | - |
| YUV | 184.06 | 149.41 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 222 | 0.07 | 0.26 | 0 | 0.13 | 284.21 | 0.46 | 0.76 |
| Hex | CF | A5 | DE | 7 | 1A | 0 | D | 11C | 2E | 4C |
| Octal | 317 | 245 | 336 | 7 | 32 | 0 | 15 | 434 | 56 | 114 |
| Binary | 11001111 | 10100101 | 11011110 | 111 | 11010 | 0 | 1101 | 100011100 | 101110 | 1001100 |
Color Harmonies of #CFA5DE
Complementary color
Monochromatic Colors of #CFA5DE
Black with #CFA5DE
Text Example
Text Example
White with #CFA5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA5DE; }
p { color: rgb(207,165,222); }
H1.HeaderClassName
{
color: #CFA5DE;
}
.AnyTagClassName
{
color: #CFA5DE;
}
</style>
background-color css
<style>
a { background-color: #CFA5DE; }
a { background-color: rgb(207,165,222); }
div.DivClassName
{
background-color: #CFA5DE;
}
.BgClassName
{
background-color: #CFA5DE;
}
</style>
border-color css
<style>
span { border-color: #CFA5DE; }
span { border-color: rgb(207,165,222); }
td.TdClassName
{
border-color: #CFA5DE;
}
.TagClassName
{
border-color: #CFA5DE;
}
</style>