Shades of Wisteria #CF99E2
Tints of Wisteria #CF99E2
RGB
CMYK
RGB Variations
Color information
#CF99E2 (or 0xCF99E2) is known color: Wisteria. HEX triplet: CF, 99 and E2. RGB value is (207,153,226). Sum of RGB (Red+Green+Blue) = 207+153+226=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 153 (60.16% from 255 or 26.11% from 586); Blue value is 226 (88.67% from 255 or 38.57% from 586); Max value from RGB is 226 - color contains mainly: blue. Hex color #CF99E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF99E2 is #30661D. Grayscale: #B1B1B1. Windows color (decimal): -3171870 or 14850511. OLE color: 14850511.
HSL color Cylindrical-coordinate representation of color #CF99E2: hue angle of 284.38º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CF99E2 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 153 | 226 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.11 |
| HSL | 284.38º | 0.56% | 0.74% | - |
| HSV(B) | 284.38º | 0.32% | 0.89% | - |
| XYZ | 50.85 | 41.54 | 77.29 | - |
| YUV | 177.47 | 155.39 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 226 | 0.08 | 0.32 | 0 | 0.11 | 284.38 | 0.56 | 0.74 |
| Hex | CF | 99 | E2 | 8 | 20 | 0 | B | 11C | 38 | 4A |
| Octal | 317 | 231 | 342 | 10 | 40 | 0 | 13 | 434 | 70 | 112 |
| Binary | 11001111 | 10011001 | 11100010 | 1000 | 100000 | 0 | 1011 | 100011100 | 111000 | 1001010 |
Color Harmonies of #CF99E2
Complementary color
Monochromatic Colors of #CF99E2
Black with #CF99E2
Text Example
Text Example
White with #CF99E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF99E2; }
p { color: rgb(207,153,226); }
H1.HeaderClassName
{
color: #CF99E2;
}
.AnyTagClassName
{
color: #CF99E2;
}
</style>
background-color css
<style>
a { background-color: #CF99E2; }
a { background-color: rgb(207,153,226); }
div.DivClassName
{
background-color: #CF99E2;
}
.BgClassName
{
background-color: #CF99E2;
}
</style>
border-color css
<style>
span { border-color: #CF99E2; }
span { border-color: rgb(207,153,226); }
td.TdClassName
{
border-color: #CF99E2;
}
.TagClassName
{
border-color: #CF99E2;
}
</style>