Shades of Wisteria #CF9BEC
Tints of Wisteria #CF9BEC
RGB
CMYK
RGB Variations
Color information
#CF9BEC (or 0xCF9BEC) is known color: Wisteria. HEX triplet: CF, 9B and EC. RGB value is (207,155,236). Sum of RGB (Red+Green+Blue) = 207+155+236=598 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.62% from 598); Green value is 155 (60.94% from 255 or 25.92% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF9BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9BEC is #306413. Grayscale: #B3B3B3. Windows color (decimal): -3171348 or 15506383. OLE color: 15506383.
HSL color Cylindrical-coordinate representation of color #CF9BEC: hue angle of 278.52º 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 #CF9BEC is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 155 | 236 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.07 |
| HSL | 278.52º | 0.68% | 0.77% | - |
| HSV(B) | 278.52º | 0.34% | 0.93% | - |
| XYZ | 52.59 | 42.76 | 84.84 | - |
| YUV | 179.78 | 159.73 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 155 | 236 | 0.12 | 0.34 | 0 | 0.07 | 278.52 | 0.68 | 0.77 |
| Hex | CF | 9B | EC | C | 22 | 0 | 7 | 117 | 44 | 4D |
| Octal | 317 | 233 | 354 | 14 | 42 | 0 | 7 | 427 | 104 | 115 |
| Binary | 11001111 | 10011011 | 11101100 | 1100 | 100010 | 0 | 111 | 100010111 | 1000100 | 1001101 |
Color Harmonies of #CF9BEC
Complementary color
Monochromatic Colors of #CF9BEC
Black with #CF9BEC
Text Example
Text Example
White with #CF9BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9BEC; }
p { color: rgb(207,155,236); }
H1.HeaderClassName
{
color: #CF9BEC;
}
.AnyTagClassName
{
color: #CF9BEC;
}
</style>
background-color css
<style>
a { background-color: #CF9BEC; }
a { background-color: rgb(207,155,236); }
div.DivClassName
{
background-color: #CF9BEC;
}
.BgClassName
{
background-color: #CF9BEC;
}
</style>
border-color css
<style>
span { border-color: #CF9BEC; }
span { border-color: rgb(207,155,236); }
td.TdClassName
{
border-color: #CF9BEC;
}
.TagClassName
{
border-color: #CF9BEC;
}
</style>