Shades of Wisteria #CF9DDD
Tints of Wisteria #CF9DDD
RGB
CMYK
RGB Variations
Color information
#CF9DDD (or 0xCF9DDD) is known color: Wisteria. HEX triplet: CF, 9D and DD. RGB value is (207,157,221). Sum of RGB (Red+Green+Blue) = 207+157+221=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 157 (61.72% from 255 or 26.84% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF9DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9DDD is #306222. Grayscale: #B3B3B3. Windows color (decimal): -3170851 or 14523855. OLE color: 14523855.
HSL color Cylindrical-coordinate representation of color #CF9DDD: hue angle of 286.88º degrees, saturation: 0.48, 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 #CF9DDD is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 157 | 221 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.13 |
| HSL | 286.88º | 0.48% | 0.74% | - |
| HSV(B) | 286.88º | 0.29% | 0.87% | - |
| XYZ | 50.84 | 42.6 | 73.95 | - |
| YUV | 179.25 | 151.57 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 157 | 221 | 0.06 | 0.29 | 0 | 0.13 | 286.88 | 0.48 | 0.74 |
| Hex | CF | 9D | DD | 6 | 1D | 0 | D | 11F | 30 | 4A |
| Octal | 317 | 235 | 335 | 6 | 35 | 0 | 15 | 437 | 60 | 112 |
| Binary | 11001111 | 10011101 | 11011101 | 110 | 11101 | 0 | 1101 | 100011111 | 110000 | 1001010 |
Color Harmonies of #CF9DDD
Complementary color
Monochromatic Colors of #CF9DDD
Black with #CF9DDD
Text Example
Text Example
White with #CF9DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9DDD; }
p { color: rgb(207,157,221); }
H1.HeaderClassName
{
color: #CF9DDD;
}
.AnyTagClassName
{
color: #CF9DDD;
}
</style>
background-color css
<style>
a { background-color: #CF9DDD; }
a { background-color: rgb(207,157,221); }
div.DivClassName
{
background-color: #CF9DDD;
}
.BgClassName
{
background-color: #CF9DDD;
}
</style>
border-color css
<style>
span { border-color: #CF9DDD; }
span { border-color: rgb(207,157,221); }
td.TdClassName
{
border-color: #CF9DDD;
}
.TagClassName
{
border-color: #CF9DDD;
}
</style>