Shades of Wisteria #CF99F3
Tints of Wisteria #CF99F3
RGB
CMYK
RGB Variations
Color information
#CF99F3 (or 0xCF99F3) is known color: Wisteria. HEX triplet: CF, 99 and F3. RGB value is (207,153,243). Sum of RGB (Red+Green+Blue) = 207+153+243=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 153 (60.16% from 255 or 25.37% from 603); Blue value is 243 (95.31% from 255 or 40.30% from 603); Max value from RGB is 243 - color contains mainly: blue. Hex color #CF99F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF99F3 is #30660C. Grayscale: #B3B3B3. Windows color (decimal): -3171853 or 15964623. OLE color: 15964623.
HSL color Cylindrical-coordinate representation of color #CF99F3: hue angle of 276º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CF99F3 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 153 | 243 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.05 |
| HSL | 276º | 0.79% | 0.78% | - |
| HSV(B) | 276º | 0.37% | 0.95% | - |
| XYZ | 53.3 | 42.52 | 90.19 | - |
| YUV | 179.41 | 163.89 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 243 | 0.15 | 0.37 | 0 | 0.05 | 276 | 0.79 | 0.78 |
| Hex | CF | 99 | F3 | F | 25 | 0 | 5 | 114 | 4F | 4E |
| Octal | 317 | 231 | 363 | 17 | 45 | 0 | 5 | 424 | 117 | 116 |
| Binary | 11001111 | 10011001 | 11110011 | 1111 | 100101 | 0 | 101 | 100010100 | 1001111 | 1001110 |
Color Harmonies of #CF99F3
Complementary color
Monochromatic Colors of #CF99F3
Black with #CF99F3
Text Example
Text Example
White with #CF99F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF99F3; }
p { color: rgb(207,153,243); }
H1.HeaderClassName
{
color: #CF99F3;
}
.AnyTagClassName
{
color: #CF99F3;
}
</style>
background-color css
<style>
a { background-color: #CF99F3; }
a { background-color: rgb(207,153,243); }
div.DivClassName
{
background-color: #CF99F3;
}
.BgClassName
{
background-color: #CF99F3;
}
</style>
border-color css
<style>
span { border-color: #CF99F3; }
span { border-color: rgb(207,153,243); }
td.TdClassName
{
border-color: #CF99F3;
}
.TagClassName
{
border-color: #CF99F3;
}
</style>