Shades of Wisteria #CF9CEC
Tints of Wisteria #CF9CEC
RGB
CMYK
RGB Variations
Color information
#CF9CEC (or 0xCF9CEC) is known color: Wisteria. HEX triplet: CF, 9C and EC. RGB value is (207,156,236). Sum of RGB (Red+Green+Blue) = 207+156+236=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 156 (61.33% from 255 or 26.04% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF9CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9CEC is #306313. Grayscale: #B4B4B4. Windows color (decimal): -3171092 or 15506639. OLE color: 15506639.
HSL color Cylindrical-coordinate representation of color #CF9CEC: hue angle of 278.25º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CF9CEC is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 156 | 236 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.07 |
| HSL | 278.25º | 0.68% | 0.77% | - |
| HSV(B) | 278.25º | 0.34% | 0.93% | - |
| XYZ | 52.76 | 43.1 | 84.89 | - |
| YUV | 180.37 | 159.4 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 236 | 0.12 | 0.34 | 0 | 0.07 | 278.25 | 0.68 | 0.77 |
| Hex | CF | 9C | EC | C | 22 | 0 | 7 | 116 | 44 | 4D |
| Octal | 317 | 234 | 354 | 14 | 42 | 0 | 7 | 426 | 104 | 115 |
| Binary | 11001111 | 10011100 | 11101100 | 1100 | 100010 | 0 | 111 | 100010110 | 1000100 | 1001101 |
Color Harmonies of #CF9CEC
Complementary color
Monochromatic Colors of #CF9CEC
Black with #CF9CEC
Text Example
Text Example
White with #CF9CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9CEC; }
p { color: rgb(207,156,236); }
H1.HeaderClassName
{
color: #CF9CEC;
}
.AnyTagClassName
{
color: #CF9CEC;
}
</style>
background-color css
<style>
a { background-color: #CF9CEC; }
a { background-color: rgb(207,156,236); }
div.DivClassName
{
background-color: #CF9CEC;
}
.BgClassName
{
background-color: #CF9CEC;
}
</style>
border-color css
<style>
span { border-color: #CF9CEC; }
span { border-color: rgb(207,156,236); }
td.TdClassName
{
border-color: #CF9CEC;
}
.TagClassName
{
border-color: #CF9CEC;
}
</style>