Shades of Wisteria #CF96E9
Tints of Wisteria #CF96E9
RGB
CMYK
RGB Variations
Color information
#CF96E9 (or 0xCF96E9) is known color: Wisteria. HEX triplet: CF, 96 and E9. RGB value is (207,150,233). Sum of RGB (Red+Green+Blue) = 207+150+233=590 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.08% from 590); Green value is 150 (58.98% from 255 or 25.42% from 590); Blue value is 233 (91.41% from 255 or 39.49% from 590); Max value from RGB is 233 - color contains mainly: blue. Hex color #CF96E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF96E9 is #306916. Grayscale: #B0B0B0. Windows color (decimal): -3172631 or 15308495. OLE color: 15308495.
HSL color Cylindrical-coordinate representation of color #CF96E9: hue angle of 281.2º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF96E9 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 150 | 233 | - |
| CMYK | 0.11 | 0.36 | 0 | 0.09 |
| HSL | 281.2º | 0.65% | 0.75% | - |
| HSV(B) | 281.2º | 0.36% | 0.91% | - |
| XYZ | 51.35 | 40.96 | 82.29 | - |
| YUV | 176.51 | 159.88 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 150 | 233 | 0.11 | 0.36 | 0 | 0.09 | 281.2 | 0.65 | 0.75 |
| Hex | CF | 96 | E9 | B | 24 | 0 | 9 | 119 | 41 | 4B |
| Octal | 317 | 226 | 351 | 13 | 44 | 0 | 11 | 431 | 101 | 113 |
| Binary | 11001111 | 10010110 | 11101001 | 1011 | 100100 | 0 | 1001 | 100011001 | 1000001 | 1001011 |
Color Harmonies of #CF96E9
Complementary color
Monochromatic Colors of #CF96E9
Black with #CF96E9
Text Example
Text Example
White with #CF96E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF96E9; }
p { color: rgb(207,150,233); }
H1.HeaderClassName
{
color: #CF96E9;
}
.AnyTagClassName
{
color: #CF96E9;
}
</style>
background-color css
<style>
a { background-color: #CF96E9; }
a { background-color: rgb(207,150,233); }
div.DivClassName
{
background-color: #CF96E9;
}
.BgClassName
{
background-color: #CF96E9;
}
</style>
border-color css
<style>
span { border-color: #CF96E9; }
span { border-color: rgb(207,150,233); }
td.TdClassName
{
border-color: #CF96E9;
}
.TagClassName
{
border-color: #CF96E9;
}
</style>