Shades of Wisteria #CFA2ED
Tints of Wisteria #CFA2ED
RGB
CMYK
RGB Variations
Color information
#CFA2ED (or 0xCFA2ED) is known color: Wisteria. HEX triplet: CF, A2 and ED. RGB value is (207,162,237). Sum of RGB (Red+Green+Blue) = 207+162+237=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 162 (63.67% from 255 or 26.73% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 237 - color contains mainly: blue. Hex color #CFA2ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA2ED is #305D12. Grayscale: #B7B7B7. Windows color (decimal): -3169555 or 15573711. OLE color: 15573711.
HSL color Cylindrical-coordinate representation of color #CFA2ED: hue angle of 276º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFA2ED is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 162 | 237 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.07 |
| HSL | 276º | 0.68% | 0.78% | - |
| HSV(B) | 276º | 0.32% | 0.93% | - |
| XYZ | 53.94 | 45.22 | 86.01 | - |
| YUV | 184.01 | 157.91 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 237 | 0.13 | 0.32 | 0 | 0.07 | 276 | 0.68 | 0.78 |
| Hex | CF | A2 | ED | D | 20 | 0 | 7 | 114 | 44 | 4E |
| Octal | 317 | 242 | 355 | 15 | 40 | 0 | 7 | 424 | 104 | 116 |
| Binary | 11001111 | 10100010 | 11101101 | 1101 | 100000 | 0 | 111 | 100010100 | 1000100 | 1001110 |
Color Harmonies of #CFA2ED
Complementary color
Monochromatic Colors of #CFA2ED
Black with #CFA2ED
Text Example
Text Example
White with #CFA2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA2ED; }
p { color: rgb(207,162,237); }
H1.HeaderClassName
{
color: #CFA2ED;
}
.AnyTagClassName
{
color: #CFA2ED;
}
</style>
background-color css
<style>
a { background-color: #CFA2ED; }
a { background-color: rgb(207,162,237); }
div.DivClassName
{
background-color: #CFA2ED;
}
.BgClassName
{
background-color: #CFA2ED;
}
</style>
border-color css
<style>
span { border-color: #CFA2ED; }
span { border-color: rgb(207,162,237); }
td.TdClassName
{
border-color: #CFA2ED;
}
.TagClassName
{
border-color: #CFA2ED;
}
</style>