Shades of Wisteria #CF9CDB
Tints of Wisteria #CF9CDB
RGB
CMYK
RGB Variations
Color information
#CF9CDB (or 0xCF9CDB) is known color: Wisteria. HEX triplet: CF, 9C and DB. RGB value is (207,156,219). Sum of RGB (Red+Green+Blue) = 207+156+219=582 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.57% from 582); Green value is 156 (61.33% from 255 or 26.80% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF9CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9CDB is #306324. Grayscale: #B2B2B2. Windows color (decimal): -3171109 or 14392527. OLE color: 14392527.
HSL color Cylindrical-coordinate representation of color #CF9CDB: hue angle of 288.57º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CF9CDB is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 156 | 219 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.14 |
| HSL | 288.57º | 0.47% | 0.74% | - |
| HSV(B) | 288.57º | 0.29% | 0.86% | - |
| XYZ | 50.41 | 42.16 | 72.5 | - |
| YUV | 178.43 | 150.9 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 219 | 0.05 | 0.29 | 0 | 0.14 | 288.57 | 0.47 | 0.74 |
| Hex | CF | 9C | DB | 5 | 1D | 0 | E | 121 | 2F | 4A |
| Octal | 317 | 234 | 333 | 5 | 35 | 0 | 16 | 441 | 57 | 112 |
| Binary | 11001111 | 10011100 | 11011011 | 101 | 11101 | 0 | 1110 | 100100001 | 101111 | 1001010 |
Color Harmonies of #CF9CDB
Complementary color
Monochromatic Colors of #CF9CDB
Black with #CF9CDB
Text Example
Text Example
White with #CF9CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9CDB; }
p { color: rgb(207,156,219); }
H1.HeaderClassName
{
color: #CF9CDB;
}
.AnyTagClassName
{
color: #CF9CDB;
}
</style>
background-color css
<style>
a { background-color: #CF9CDB; }
a { background-color: rgb(207,156,219); }
div.DivClassName
{
background-color: #CF9CDB;
}
.BgClassName
{
background-color: #CF9CDB;
}
</style>
border-color css
<style>
span { border-color: #CF9CDB; }
span { border-color: rgb(207,156,219); }
td.TdClassName
{
border-color: #CF9CDB;
}
.TagClassName
{
border-color: #CF9CDB;
}
</style>