Shades of Wisteria #CF9CED
Tints of Wisteria #CF9CED
RGB
CMYK
RGB Variations
Color information
#CF9CED (or 0xCF9CED) is known color: Wisteria. HEX triplet: CF, 9C and ED. RGB value is (207,156,237). Sum of RGB (Red+Green+Blue) = 207+156+237=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 156 (61.33% from 255 or 26% from 600); Blue value is 237 (92.97% from 255 or 39.5% from 600); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF9CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9CED is #306312. Grayscale: #B4B4B4. Windows color (decimal): -3171091 or 15572175. OLE color: 15572175.
HSL color Cylindrical-coordinate representation of color #CF9CED: hue angle of 277.78º degrees, saturation: 0.69, 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 #CF9CED is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 156 | 237 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.07 |
| HSL | 277.78º | 0.69% | 0.77% | - |
| HSV(B) | 277.78º | 0.34% | 0.93% | - |
| XYZ | 52.91 | 43.16 | 85.66 | - |
| YUV | 180.48 | 159.9 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 237 | 0.13 | 0.34 | 0 | 0.07 | 277.78 | 0.69 | 0.77 |
| Hex | CF | 9C | ED | D | 22 | 0 | 7 | 116 | 45 | 4D |
| Octal | 317 | 234 | 355 | 15 | 42 | 0 | 7 | 426 | 105 | 115 |
| Binary | 11001111 | 10011100 | 11101101 | 1101 | 100010 | 0 | 111 | 100010110 | 1000101 | 1001101 |
Color Harmonies of #CF9CED
Complementary color
Monochromatic Colors of #CF9CED
Black with #CF9CED
Text Example
Text Example
White with #CF9CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9CED; }
p { color: rgb(207,156,237); }
H1.HeaderClassName
{
color: #CF9CED;
}
.AnyTagClassName
{
color: #CF9CED;
}
</style>
background-color css
<style>
a { background-color: #CF9CED; }
a { background-color: rgb(207,156,237); }
div.DivClassName
{
background-color: #CF9CED;
}
.BgClassName
{
background-color: #CF9CED;
}
</style>
border-color css
<style>
span { border-color: #CF9CED; }
span { border-color: rgb(207,156,237); }
td.TdClassName
{
border-color: #CF9CED;
}
.TagClassName
{
border-color: #CF9CED;
}
</style>