Shades of Wisteria #CF9BE5
Tints of Wisteria #CF9BE5
RGB
CMYK
RGB Variations
Color information
#CF9BE5 (or 0xCF9BE5) is known color: Wisteria. HEX triplet: CF, 9B and E5. RGB value is (207,155,229). Sum of RGB (Red+Green+Blue) = 207+155+229=591 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.03% from 591); Green value is 155 (60.94% from 255 or 26.23% from 591); Blue value is 229 (89.84% from 255 or 38.75% from 591); Max value from RGB is 229 - color contains mainly: blue. Hex color #CF9BE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9BE5 is #30641A. Grayscale: #B2B2B2. Windows color (decimal): -3171355 or 15047631. OLE color: 15047631.
HSL color Cylindrical-coordinate representation of color #CF9BE5: hue angle of 282.16º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CF9BE5 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 155 | 229 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.10 |
| HSL | 282.16º | 0.59% | 0.75% | - |
| HSV(B) | 282.16º | 0.32% | 0.9% | - |
| XYZ | 51.6 | 42.37 | 79.59 | - |
| YUV | 178.98 | 156.23 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 155 | 229 | 0.10 | 0.32 | 0 | 0.10 | 282.16 | 0.59 | 0.75 |
| Hex | CF | 9B | E5 | A | 20 | 0 | A | 11A | 3B | 4B |
| Octal | 317 | 233 | 345 | 12 | 40 | 0 | 12 | 432 | 73 | 113 |
| Binary | 11001111 | 10011011 | 11100101 | 1010 | 100000 | 0 | 1010 | 100011010 | 111011 | 1001011 |
Color Harmonies of #CF9BE5
Complementary color
Monochromatic Colors of #CF9BE5
Black with #CF9BE5
Text Example
Text Example
White with #CF9BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9BE5; }
p { color: rgb(207,155,229); }
H1.HeaderClassName
{
color: #CF9BE5;
}
.AnyTagClassName
{
color: #CF9BE5;
}
</style>
background-color css
<style>
a { background-color: #CF9BE5; }
a { background-color: rgb(207,155,229); }
div.DivClassName
{
background-color: #CF9BE5;
}
.BgClassName
{
background-color: #CF9BE5;
}
</style>
border-color css
<style>
span { border-color: #CF9BE5; }
span { border-color: rgb(207,155,229); }
td.TdClassName
{
border-color: #CF9BE5;
}
.TagClassName
{
border-color: #CF9BE5;
}
</style>