Shades of Wisteria #CF99E1
Tints of Wisteria #CF99E1
RGB
CMYK
RGB Variations
Color information
#CF99E1 (or 0xCF99E1) is known color: Wisteria. HEX triplet: CF, 99 and E1. RGB value is (207,153,225). Sum of RGB (Red+Green+Blue) = 207+153+225=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 153 (60.16% from 255 or 26.15% from 585); Blue value is 225 (88.28% from 255 or 38.46% from 585); Max value from RGB is 225 - color contains mainly: blue. Hex color #CF99E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF99E1 is #30661E. Grayscale: #B1B1B1. Windows color (decimal): -3171871 or 14784975. OLE color: 14784975.
HSL color Cylindrical-coordinate representation of color #CF99E1: hue angle of 285º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CF99E1 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 153 | 225 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.12 |
| HSL | 285º | 0.55% | 0.74% | - |
| HSV(B) | 285º | 0.32% | 0.88% | - |
| XYZ | 50.71 | 41.48 | 76.57 | - |
| YUV | 177.35 | 154.89 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 225 | 0.08 | 0.32 | 0 | 0.12 | 285 | 0.55 | 0.74 |
| Hex | CF | 99 | E1 | 8 | 20 | 0 | C | 11D | 37 | 4A |
| Octal | 317 | 231 | 341 | 10 | 40 | 0 | 14 | 435 | 67 | 112 |
| Binary | 11001111 | 10011001 | 11100001 | 1000 | 100000 | 0 | 1100 | 100011101 | 110111 | 1001010 |
Color Harmonies of #CF99E1
Complementary color
Monochromatic Colors of #CF99E1
Black with #CF99E1
Text Example
Text Example
White with #CF99E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF99E1; }
p { color: rgb(207,153,225); }
H1.HeaderClassName
{
color: #CF99E1;
}
.AnyTagClassName
{
color: #CF99E1;
}
</style>
background-color css
<style>
a { background-color: #CF99E1; }
a { background-color: rgb(207,153,225); }
div.DivClassName
{
background-color: #CF99E1;
}
.BgClassName
{
background-color: #CF99E1;
}
</style>
border-color css
<style>
span { border-color: #CF99E1; }
span { border-color: rgb(207,153,225); }
td.TdClassName
{
border-color: #CF99E1;
}
.TagClassName
{
border-color: #CF99E1;
}
</style>