Shades of Wisteria #CF9BF5
Tints of Wisteria #CF9BF5
RGB
CMYK
RGB Variations
Color information
#CF9BF5 (or 0xCF9BF5) is known color: Wisteria. HEX triplet: CF, 9B and F5. RGB value is (207,155,245). Sum of RGB (Red+Green+Blue) = 207+155+245=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 155 (60.94% from 255 or 25.54% from 607); Blue value is 245 (96.09% from 255 or 40.36% from 607); Max value from RGB is 245 - color contains mainly: blue. Hex color #CF9BF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9BF5 is #30640A. Grayscale: #B4B4B4. Windows color (decimal): -3171339 or 16096207. OLE color: 16096207.
HSL color Cylindrical-coordinate representation of color #CF9BF5: hue angle of 274.67º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CF9BF5 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 155 | 245 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.04 |
| HSL | 274.67º | 0.82% | 0.78% | - |
| HSV(B) | 274.67º | 0.37% | 0.96% | - |
| XYZ | 53.93 | 43.3 | 91.9 | - |
| YUV | 180.81 | 164.23 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 155 | 245 | 0.16 | 0.37 | 0 | 0.04 | 274.67 | 0.82 | 0.78 |
| Hex | CF | 9B | F5 | 10 | 25 | 0 | 4 | 113 | 52 | 4E |
| Octal | 317 | 233 | 365 | 20 | 45 | 0 | 4 | 423 | 122 | 116 |
| Binary | 11001111 | 10011011 | 11110101 | 10000 | 100101 | 0 | 100 | 100010011 | 1010010 | 1001110 |
Color Harmonies of #CF9BF5
Complementary color
Monochromatic Colors of #CF9BF5
Black with #CF9BF5
Text Example
Text Example
White with #CF9BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9BF5; }
p { color: rgb(207,155,245); }
H1.HeaderClassName
{
color: #CF9BF5;
}
.AnyTagClassName
{
color: #CF9BF5;
}
</style>
background-color css
<style>
a { background-color: #CF9BF5; }
a { background-color: rgb(207,155,245); }
div.DivClassName
{
background-color: #CF9BF5;
}
.BgClassName
{
background-color: #CF9BF5;
}
</style>
border-color css
<style>
span { border-color: #CF9BF5; }
span { border-color: rgb(207,155,245); }
td.TdClassName
{
border-color: #CF9BF5;
}
.TagClassName
{
border-color: #CF9BF5;
}
</style>