Shades of Wisteria #CF9DDB
Tints of Wisteria #CF9DDB
RGB
CMYK
RGB Variations
Color information
#CF9DDB (or 0xCF9DDB) is known color: Wisteria. HEX triplet: CF, 9D and DB. RGB value is (207,157,219). Sum of RGB (Red+Green+Blue) = 207+157+219=583 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.51% from 583); Green value is 157 (61.72% from 255 or 26.93% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF9DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9DDB is #306224. Grayscale: #B2B2B2. Windows color (decimal): -3170853 or 14392783. OLE color: 14392783.
HSL color Cylindrical-coordinate representation of color #CF9DDB: hue angle of 288.39º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CF9DDB is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 157 | 219 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.14 |
| HSL | 288.39º | 0.46% | 0.74% | - |
| HSV(B) | 288.39º | 0.28% | 0.86% | - |
| XYZ | 50.58 | 42.49 | 72.55 | - |
| YUV | 179.02 | 150.57 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 157 | 219 | 0.05 | 0.28 | 0 | 0.14 | 288.39 | 0.46 | 0.74 |
| Hex | CF | 9D | DB | 5 | 1C | 0 | E | 120 | 2E | 4A |
| Octal | 317 | 235 | 333 | 5 | 34 | 0 | 16 | 440 | 56 | 112 |
| Binary | 11001111 | 10011101 | 11011011 | 101 | 11100 | 0 | 1110 | 100100000 | 101110 | 1001010 |
Color Harmonies of #CF9DDB
Complementary color
Monochromatic Colors of #CF9DDB
Black with #CF9DDB
Text Example
Text Example
White with #CF9DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9DDB; }
p { color: rgb(207,157,219); }
H1.HeaderClassName
{
color: #CF9DDB;
}
.AnyTagClassName
{
color: #CF9DDB;
}
</style>
background-color css
<style>
a { background-color: #CF9DDB; }
a { background-color: rgb(207,157,219); }
div.DivClassName
{
background-color: #CF9DDB;
}
.BgClassName
{
background-color: #CF9DDB;
}
</style>
border-color css
<style>
span { border-color: #CF9DDB; }
span { border-color: rgb(207,157,219); }
td.TdClassName
{
border-color: #CF9DDB;
}
.TagClassName
{
border-color: #CF9DDB;
}
</style>