Shades of Wisteria #CF9CEB
Tints of Wisteria #CF9CEB
RGB
CMYK
RGB Variations
Color information
#CF9CEB (or 0xCF9CEB) is known color: Wisteria. HEX triplet: CF, 9C and EB. RGB value is (207,156,235). Sum of RGB (Red+Green+Blue) = 207+156+235=598 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.62% from 598); Green value is 156 (61.33% from 255 or 26.09% from 598); Blue value is 235 (92.19% from 255 or 39.30% from 598); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF9CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9CEB is #306314. Grayscale: #B3B3B3. Windows color (decimal): -3171093 or 15441103. OLE color: 15441103.
HSL color Cylindrical-coordinate representation of color #CF9CEB: hue angle of 278.73º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CF9CEB is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 156 | 235 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.08 |
| HSL | 278.73º | 0.66% | 0.77% | - |
| HSV(B) | 278.73º | 0.34% | 0.92% | - |
| XYZ | 52.62 | 43.04 | 84.13 | - |
| YUV | 180.26 | 158.9 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 235 | 0.12 | 0.34 | 0 | 0.08 | 278.73 | 0.66 | 0.77 |
| Hex | CF | 9C | EB | C | 22 | 0 | 8 | 117 | 42 | 4D |
| Octal | 317 | 234 | 353 | 14 | 42 | 0 | 10 | 427 | 102 | 115 |
| Binary | 11001111 | 10011100 | 11101011 | 1100 | 100010 | 0 | 1000 | 100010111 | 1000010 | 1001101 |
Color Harmonies of #CF9CEB
Complementary color
Monochromatic Colors of #CF9CEB
Black with #CF9CEB
Text Example
Text Example
White with #CF9CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9CEB; }
p { color: rgb(207,156,235); }
H1.HeaderClassName
{
color: #CF9CEB;
}
.AnyTagClassName
{
color: #CF9CEB;
}
</style>
background-color css
<style>
a { background-color: #CF9CEB; }
a { background-color: rgb(207,156,235); }
div.DivClassName
{
background-color: #CF9CEB;
}
.BgClassName
{
background-color: #CF9CEB;
}
</style>
border-color css
<style>
span { border-color: #CF9CEB; }
span { border-color: rgb(207,156,235); }
td.TdClassName
{
border-color: #CF9CEB;
}
.TagClassName
{
border-color: #CF9CEB;
}
</style>