Shades of Wisteria #CF99E0
Tints of Wisteria #CF99E0
RGB
CMYK
RGB Variations
Color information
#CF99E0 (or 0xCF99E0) is known color: Wisteria. HEX triplet: CF, 99 and E0. RGB value is (207,153,224). Sum of RGB (Red+Green+Blue) = 207+153+224=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 153 (60.16% from 255 or 26.20% from 584); Blue value is 224 (87.89% from 255 or 38.36% from 584); Max value from RGB is 224 - color contains mainly: blue. Hex color #CF99E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF99E0 is #30661F. Grayscale: #B1B1B1. Windows color (decimal): -3171872 or 14719439. OLE color: 14719439.
HSL color Cylindrical-coordinate representation of color #CF99E0: hue angle of 285.63º degrees, saturation: 0.53, 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 #CF99E0 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 153 | 224 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.12 |
| HSL | 285.63º | 0.53% | 0.74% | - |
| HSV(B) | 285.63º | 0.32% | 0.88% | - |
| XYZ | 50.58 | 41.43 | 75.85 | - |
| YUV | 177.24 | 154.39 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 224 | 0.08 | 0.32 | 0 | 0.12 | 285.63 | 0.53 | 0.74 |
| Hex | CF | 99 | E0 | 8 | 20 | 0 | C | 11E | 35 | 4A |
| Octal | 317 | 231 | 340 | 10 | 40 | 0 | 14 | 436 | 65 | 112 |
| Binary | 11001111 | 10011001 | 11100000 | 1000 | 100000 | 0 | 1100 | 100011110 | 110101 | 1001010 |
Color Harmonies of #CF99E0
Complementary color
Monochromatic Colors of #CF99E0
Black with #CF99E0
Text Example
Text Example
White with #CF99E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF99E0; }
p { color: rgb(207,153,224); }
H1.HeaderClassName
{
color: #CF99E0;
}
.AnyTagClassName
{
color: #CF99E0;
}
</style>
background-color css
<style>
a { background-color: #CF99E0; }
a { background-color: rgb(207,153,224); }
div.DivClassName
{
background-color: #CF99E0;
}
.BgClassName
{
background-color: #CF99E0;
}
</style>
border-color css
<style>
span { border-color: #CF99E0; }
span { border-color: rgb(207,153,224); }
td.TdClassName
{
border-color: #CF99E0;
}
.TagClassName
{
border-color: #CF99E0;
}
</style>