Shades of Wisteria #CF9CDD
Tints of Wisteria #CF9CDD
RGB
CMYK
RGB Variations
Color information
#CF9CDD (or 0xCF9CDD) is known color: Wisteria. HEX triplet: CF, 9C and DD. RGB value is (207,156,221). Sum of RGB (Red+Green+Blue) = 207+156+221=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 156 (61.33% from 255 or 26.71% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF9CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9CDD is #306322. Grayscale: #B2B2B2. Windows color (decimal): -3171107 or 14523599. OLE color: 14523599.
HSL color Cylindrical-coordinate representation of color #CF9CDD: hue angle of 287.08º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CF9CDD is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 156 | 221 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.13 |
| HSL | 287.08º | 0.49% | 0.74% | - |
| HSV(B) | 287.08º | 0.29% | 0.87% | - |
| XYZ | 50.67 | 42.26 | 73.89 | - |
| YUV | 178.66 | 151.9 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 221 | 0.06 | 0.29 | 0 | 0.13 | 287.08 | 0.49 | 0.74 |
| Hex | CF | 9C | DD | 6 | 1D | 0 | D | 11F | 31 | 4A |
| Octal | 317 | 234 | 335 | 6 | 35 | 0 | 15 | 437 | 61 | 112 |
| Binary | 11001111 | 10011100 | 11011101 | 110 | 11101 | 0 | 1101 | 100011111 | 110001 | 1001010 |
Color Harmonies of #CF9CDD
Complementary color
Monochromatic Colors of #CF9CDD
Black with #CF9CDD
Text Example
Text Example
White with #CF9CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9CDD; }
p { color: rgb(207,156,221); }
H1.HeaderClassName
{
color: #CF9CDD;
}
.AnyTagClassName
{
color: #CF9CDD;
}
</style>
background-color css
<style>
a { background-color: #CF9CDD; }
a { background-color: rgb(207,156,221); }
div.DivClassName
{
background-color: #CF9CDD;
}
.BgClassName
{
background-color: #CF9CDD;
}
</style>
border-color css
<style>
span { border-color: #CF9CDD; }
span { border-color: rgb(207,156,221); }
td.TdClassName
{
border-color: #CF9CDD;
}
.TagClassName
{
border-color: #CF9CDD;
}
</style>