Shades of Wisteria #CF9CDA
Tints of Wisteria #CF9CDA
RGB
CMYK
RGB Variations
Color information
#CF9CDA (or 0xCF9CDA) is known color: Wisteria. HEX triplet: CF, 9C and DA. RGB value is (207,156,218). Sum of RGB (Red+Green+Blue) = 207+156+218=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 156 (61.33% from 255 or 26.85% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF9CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9CDA is #306325. Grayscale: #B2B2B2. Windows color (decimal): -3171110 or 14326991. OLE color: 14326991.
HSL color Cylindrical-coordinate representation of color #CF9CDA: hue angle of 289.35º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CF9CDA is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 156 | 218 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.15 |
| HSL | 289.35º | 0.46% | 0.73% | - |
| HSV(B) | 289.35º | 0.28% | 0.85% | - |
| XYZ | 50.28 | 42.1 | 71.81 | - |
| YUV | 178.32 | 150.4 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 218 | 0.05 | 0.28 | 0 | 0.15 | 289.35 | 0.46 | 0.73 |
| Hex | CF | 9C | DA | 5 | 1C | 0 | F | 121 | 2E | 49 |
| Octal | 317 | 234 | 332 | 5 | 34 | 0 | 17 | 441 | 56 | 111 |
| Binary | 11001111 | 10011100 | 11011010 | 101 | 11100 | 0 | 1111 | 100100001 | 101110 | 1001001 |
Color Harmonies of #CF9CDA
Complementary color
Monochromatic Colors of #CF9CDA
Black with #CF9CDA
Text Example
Text Example
White with #CF9CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9CDA; }
p { color: rgb(207,156,218); }
H1.HeaderClassName
{
color: #CF9CDA;
}
.AnyTagClassName
{
color: #CF9CDA;
}
</style>
background-color css
<style>
a { background-color: #CF9CDA; }
a { background-color: rgb(207,156,218); }
div.DivClassName
{
background-color: #CF9CDA;
}
.BgClassName
{
background-color: #CF9CDA;
}
</style>
border-color css
<style>
span { border-color: #CF9CDA; }
span { border-color: rgb(207,156,218); }
td.TdClassName
{
border-color: #CF9CDA;
}
.TagClassName
{
border-color: #CF9CDA;
}
</style>