Shades of Wisteria #CFA9E6
Tints of Wisteria #CFA9E6
RGB
CMYK
RGB Variations
Color information
#CFA9E6 (or 0xCFA9E6) is known color: Wisteria. HEX triplet: CF, A9 and E6. RGB value is (207,169,230). Sum of RGB (Red+Green+Blue) = 207+169+230=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 169 (66.41% from 255 or 27.89% from 606); Blue value is 230 (90.23% from 255 or 37.95% from 606); Max value from RGB is 230 - color contains mainly: blue. Hex color #CFA9E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA9E6 is #305619. Grayscale: #BBBBBB. Windows color (decimal): -3167770 or 15116751. OLE color: 15116751.
HSL color Cylindrical-coordinate representation of color #CFA9E6: hue angle of 277.38º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFA9E6 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 169 | 230 | - |
| CMYK | 0.10 | 0.27 | 0 | 0.10 |
| HSL | 277.38º | 0.55% | 0.78% | - |
| HSV(B) | 277.38º | 0.27% | 0.9% | - |
| XYZ | 54.2 | 47.35 | 81.15 | - |
| YUV | 187.32 | 152.09 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 230 | 0.10 | 0.27 | 0 | 0.10 | 277.38 | 0.55 | 0.78 |
| Hex | CF | A9 | E6 | A | 1B | 0 | A | 115 | 37 | 4E |
| Octal | 317 | 251 | 346 | 12 | 33 | 0 | 12 | 425 | 67 | 116 |
| Binary | 11001111 | 10101001 | 11100110 | 1010 | 11011 | 0 | 1010 | 100010101 | 110111 | 1001110 |
Color Harmonies of #CFA9E6
Complementary color
Monochromatic Colors of #CFA9E6
Black with #CFA9E6
Text Example
Text Example
White with #CFA9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA9E6; }
p { color: rgb(207,169,230); }
H1.HeaderClassName
{
color: #CFA9E6;
}
.AnyTagClassName
{
color: #CFA9E6;
}
</style>
background-color css
<style>
a { background-color: #CFA9E6; }
a { background-color: rgb(207,169,230); }
div.DivClassName
{
background-color: #CFA9E6;
}
.BgClassName
{
background-color: #CFA9E6;
}
</style>
border-color css
<style>
span { border-color: #CFA9E6; }
span { border-color: rgb(207,169,230); }
td.TdClassName
{
border-color: #CFA9E6;
}
.TagClassName
{
border-color: #CFA9E6;
}
</style>