Shades of Wisteria #CF87DB
Tints of Wisteria #CF87DB
RGB
CMYK
RGB Variations
Color information
#CF87DB (or 0xCF87DB) is known color: Wisteria. HEX triplet: CF, 87 and DB. RGB value is (207,135,219). Sum of RGB (Red+Green+Blue) = 207+135+219=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 135 (53.12% from 255 or 24.06% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF87DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF87DB is #307824. Grayscale: #A5A5A5. Windows color (decimal): -3176485 or 14387151. OLE color: 14387151.
HSL color Cylindrical-coordinate representation of color #CF87DB: hue angle of 291.43º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF87DB is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 135 | 219 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.14 |
| HSL | 291.43º | 0.54% | 0.69% | - |
| HSV(B) | 291.43º | 0.38% | 0.86% | - |
| XYZ | 47.18 | 35.71 | 71.42 | - |
| YUV | 166.1 | 157.85 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 135 | 219 | 0.05 | 0.38 | 0 | 0.14 | 291.43 | 0.54 | 0.69 |
| Hex | CF | 87 | DB | 5 | 26 | 0 | E | 123 | 36 | 45 |
| Octal | 317 | 207 | 333 | 5 | 46 | 0 | 16 | 443 | 66 | 105 |
| Binary | 11001111 | 10000111 | 11011011 | 101 | 100110 | 0 | 1110 | 100100011 | 110110 | 1000101 |
Color Harmonies of #CF87DB
Complementary color
Monochromatic Colors of #CF87DB
Black with #CF87DB
Text Example
Text Example
White with #CF87DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF87DB; }
p { color: rgb(207,135,219); }
H1.HeaderClassName
{
color: #CF87DB;
}
.AnyTagClassName
{
color: #CF87DB;
}
</style>
background-color css
<style>
a { background-color: #CF87DB; }
a { background-color: rgb(207,135,219); }
div.DivClassName
{
background-color: #CF87DB;
}
.BgClassName
{
background-color: #CF87DB;
}
</style>
border-color css
<style>
span { border-color: #CF87DB; }
span { border-color: rgb(207,135,219); }
td.TdClassName
{
border-color: #CF87DB;
}
.TagClassName
{
border-color: #CF87DB;
}
</style>