Shades of Wisteria #CF95E1
Tints of Wisteria #CF95E1
RGB
CMYK
RGB Variations
Color information
#CF95E1 (or 0xCF95E1) is known color: Wisteria. HEX triplet: CF, 95 and E1. RGB value is (207,149,225). Sum of RGB (Red+Green+Blue) = 207+149+225=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 149 (58.59% from 255 or 25.65% from 581); Blue value is 225 (88.28% from 255 or 38.73% from 581); Max value from RGB is 225 - color contains mainly: blue. Hex color #CF95E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF95E1 is #306A1E. Grayscale: #AEAEAE. Windows color (decimal): -3172895 or 14783951. OLE color: 14783951.
HSL color Cylindrical-coordinate representation of color #CF95E1: hue angle of 285.79º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CF95E1 is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 149 | 225 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.12 |
| HSL | 285.79º | 0.56% | 0.73% | - |
| HSV(B) | 285.79º | 0.34% | 0.88% | - |
| XYZ | 50.07 | 40.2 | 76.35 | - |
| YUV | 175.01 | 156.22 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 149 | 225 | 0.08 | 0.34 | 0 | 0.12 | 285.79 | 0.56 | 0.73 |
| Hex | CF | 95 | E1 | 8 | 22 | 0 | C | 11E | 38 | 49 |
| Octal | 317 | 225 | 341 | 10 | 42 | 0 | 14 | 436 | 70 | 111 |
| Binary | 11001111 | 10010101 | 11100001 | 1000 | 100010 | 0 | 1100 | 100011110 | 111000 | 1001001 |
Color Harmonies of #CF95E1
Complementary color
Monochromatic Colors of #CF95E1
Black with #CF95E1
Text Example
Text Example
White with #CF95E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF95E1; }
p { color: rgb(207,149,225); }
H1.HeaderClassName
{
color: #CF95E1;
}
.AnyTagClassName
{
color: #CF95E1;
}
</style>
background-color css
<style>
a { background-color: #CF95E1; }
a { background-color: rgb(207,149,225); }
div.DivClassName
{
background-color: #CF95E1;
}
.BgClassName
{
background-color: #CF95E1;
}
</style>
border-color css
<style>
span { border-color: #CF95E1; }
span { border-color: rgb(207,149,225); }
td.TdClassName
{
border-color: #CF95E1;
}
.TagClassName
{
border-color: #CF95E1;
}
</style>