Shades of Wisteria #CF96EE
Tints of Wisteria #CF96EE
RGB
CMYK
RGB Variations
Color information
#CF96EE (or 0xCF96EE) is known color: Wisteria. HEX triplet: CF, 96 and EE. RGB value is (207,150,238). Sum of RGB (Red+Green+Blue) = 207+150+238=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 150 (58.98% from 255 or 25.21% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF96EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF96EE is #306911. Grayscale: #B0B0B0. Windows color (decimal): -3172626 or 15636175. OLE color: 15636175.
HSL color Cylindrical-coordinate representation of color #CF96EE: hue angle of 278.86º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CF96EE is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 150 | 238 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.07 |
| HSL | 278.86º | 0.72% | 0.76% | - |
| HSV(B) | 278.86º | 0.37% | 0.93% | - |
| XYZ | 52.07 | 41.25 | 86.11 | - |
| YUV | 177.08 | 162.38 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 150 | 238 | 0.13 | 0.37 | 0 | 0.07 | 278.86 | 0.72 | 0.76 |
| Hex | CF | 96 | EE | D | 25 | 0 | 7 | 117 | 48 | 4C |
| Octal | 317 | 226 | 356 | 15 | 45 | 0 | 7 | 427 | 110 | 114 |
| Binary | 11001111 | 10010110 | 11101110 | 1101 | 100101 | 0 | 111 | 100010111 | 1001000 | 1001100 |
Color Harmonies of #CF96EE
Complementary color
Monochromatic Colors of #CF96EE
Black with #CF96EE
Text Example
Text Example
White with #CF96EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF96EE; }
p { color: rgb(207,150,238); }
H1.HeaderClassName
{
color: #CF96EE;
}
.AnyTagClassName
{
color: #CF96EE;
}
</style>
background-color css
<style>
a { background-color: #CF96EE; }
a { background-color: rgb(207,150,238); }
div.DivClassName
{
background-color: #CF96EE;
}
.BgClassName
{
background-color: #CF96EE;
}
</style>
border-color css
<style>
span { border-color: #CF96EE; }
span { border-color: rgb(207,150,238); }
td.TdClassName
{
border-color: #CF96EE;
}
.TagClassName
{
border-color: #CF96EE;
}
</style>