Shades of Wisteria #CF99EE
Tints of Wisteria #CF99EE
RGB
CMYK
RGB Variations
Color information
#CF99EE (or 0xCF99EE) is known color: Wisteria. HEX triplet: CF, 99 and EE. RGB value is (207,153,238). Sum of RGB (Red+Green+Blue) = 207+153+238=598 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.62% from 598); Green value is 153 (60.16% from 255 or 25.59% from 598); Blue value is 238 (93.36% from 255 or 39.80% from 598); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF99EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF99EE is #306611. Grayscale: #B2B2B2. Windows color (decimal): -3171858 or 15636943. OLE color: 15636943.
HSL color Cylindrical-coordinate representation of color #CF99EE: hue angle of 278.12º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF99EE is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 153 | 238 | - |
| CMYK | 0.13 | 0.36 | 0 | 0.07 |
| HSL | 278.12º | 0.71% | 0.77% | - |
| HSV(B) | 278.12º | 0.36% | 0.93% | - |
| XYZ | 52.56 | 42.22 | 86.27 | - |
| YUV | 178.84 | 161.39 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 238 | 0.13 | 0.36 | 0 | 0.07 | 278.12 | 0.71 | 0.77 |
| Hex | CF | 99 | EE | D | 24 | 0 | 7 | 116 | 47 | 4D |
| Octal | 317 | 231 | 356 | 15 | 44 | 0 | 7 | 426 | 107 | 115 |
| Binary | 11001111 | 10011001 | 11101110 | 1101 | 100100 | 0 | 111 | 100010110 | 1000111 | 1001101 |
Color Harmonies of #CF99EE
Complementary color
Monochromatic Colors of #CF99EE
Black with #CF99EE
Text Example
Text Example
White with #CF99EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF99EE; }
p { color: rgb(207,153,238); }
H1.HeaderClassName
{
color: #CF99EE;
}
.AnyTagClassName
{
color: #CF99EE;
}
</style>
background-color css
<style>
a { background-color: #CF99EE; }
a { background-color: rgb(207,153,238); }
div.DivClassName
{
background-color: #CF99EE;
}
.BgClassName
{
background-color: #CF99EE;
}
</style>
border-color css
<style>
span { border-color: #CF99EE; }
span { border-color: rgb(207,153,238); }
td.TdClassName
{
border-color: #CF99EE;
}
.TagClassName
{
border-color: #CF99EE;
}
</style>