Shades of Wisteria #CF98E0
Tints of Wisteria #CF98E0
RGB
CMYK
RGB Variations
Color information
#CF98E0 (or 0xCF98E0) is known color: Wisteria. HEX triplet: CF, 98 and E0. RGB value is (207,152,224). Sum of RGB (Red+Green+Blue) = 207+152+224=583 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.51% from 583); Green value is 152 (59.77% from 255 or 26.07% from 583); Blue value is 224 (87.89% from 255 or 38.42% from 583); Max value from RGB is 224 - color contains mainly: blue. Hex color #CF98E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF98E0 is #30671F. Grayscale: #B0B0B0. Windows color (decimal): -3172128 or 14719183. OLE color: 14719183.
HSL color Cylindrical-coordinate representation of color #CF98E0: hue angle of 285.83º degrees, saturation: 0.54, 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 #CF98E0 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 152 | 224 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.12 |
| HSL | 285.83º | 0.54% | 0.74% | - |
| HSV(B) | 285.83º | 0.32% | 0.88% | - |
| XYZ | 50.41 | 41.1 | 75.8 | - |
| YUV | 176.65 | 154.72 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 152 | 224 | 0.08 | 0.32 | 0 | 0.12 | 285.83 | 0.54 | 0.74 |
| Hex | CF | 98 | E0 | 8 | 20 | 0 | C | 11E | 36 | 4A |
| Octal | 317 | 230 | 340 | 10 | 40 | 0 | 14 | 436 | 66 | 112 |
| Binary | 11001111 | 10011000 | 11100000 | 1000 | 100000 | 0 | 1100 | 100011110 | 110110 | 1001010 |
Color Harmonies of #CF98E0
Complementary color
Monochromatic Colors of #CF98E0
Black with #CF98E0
Text Example
Text Example
White with #CF98E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF98E0; }
p { color: rgb(207,152,224); }
H1.HeaderClassName
{
color: #CF98E0;
}
.AnyTagClassName
{
color: #CF98E0;
}
</style>
background-color css
<style>
a { background-color: #CF98E0; }
a { background-color: rgb(207,152,224); }
div.DivClassName
{
background-color: #CF98E0;
}
.BgClassName
{
background-color: #CF98E0;
}
</style>
border-color css
<style>
span { border-color: #CF98E0; }
span { border-color: rgb(207,152,224); }
td.TdClassName
{
border-color: #CF98E0;
}
.TagClassName
{
border-color: #CF98E0;
}
</style>