Shades of Wisteria #CF98E7
Tints of Wisteria #CF98E7
RGB
CMYK
RGB Variations
Color information
#CF98E7 (or 0xCF98E7) is known color: Wisteria. HEX triplet: CF, 98 and E7. RGB value is (207,152,231). Sum of RGB (Red+Green+Blue) = 207+152+231=590 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.08% from 590); Green value is 152 (59.77% from 255 or 25.76% from 590); Blue value is 231 (90.62% from 255 or 39.15% from 590); Max value from RGB is 231 - color contains mainly: blue. Hex color #CF98E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF98E7 is #306718. Grayscale: #B1B1B1. Windows color (decimal): -3172121 or 15177935. OLE color: 15177935.
HSL color Cylindrical-coordinate representation of color #CF98E7: hue angle of 281.77º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CF98E7 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 152 | 231 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.09 |
| HSL | 281.77º | 0.62% | 0.75% | - |
| HSV(B) | 281.77º | 0.34% | 0.91% | - |
| XYZ | 51.38 | 41.49 | 80.9 | - |
| YUV | 177.45 | 158.22 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 152 | 231 | 0.10 | 0.34 | 0 | 0.09 | 281.77 | 0.62 | 0.75 |
| Hex | CF | 98 | E7 | A | 22 | 0 | 9 | 11A | 3E | 4B |
| Octal | 317 | 230 | 347 | 12 | 42 | 0 | 11 | 432 | 76 | 113 |
| Binary | 11001111 | 10011000 | 11100111 | 1010 | 100010 | 0 | 1001 | 100011010 | 111110 | 1001011 |
Color Harmonies of #CF98E7
Complementary color
Monochromatic Colors of #CF98E7
Black with #CF98E7
Text Example
Text Example
White with #CF98E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF98E7; }
p { color: rgb(207,152,231); }
H1.HeaderClassName
{
color: #CF98E7;
}
.AnyTagClassName
{
color: #CF98E7;
}
</style>
background-color css
<style>
a { background-color: #CF98E7; }
a { background-color: rgb(207,152,231); }
div.DivClassName
{
background-color: #CF98E7;
}
.BgClassName
{
background-color: #CF98E7;
}
</style>
border-color css
<style>
span { border-color: #CF98E7; }
span { border-color: rgb(207,152,231); }
td.TdClassName
{
border-color: #CF98E7;
}
.TagClassName
{
border-color: #CF98E7;
}
</style>