Shades of Wisteria #CF9BDE
Tints of Wisteria #CF9BDE
RGB
CMYK
RGB Variations
Color information
#CF9BDE (or 0xCF9BDE) is known color: Wisteria. HEX triplet: CF, 9B and DE. RGB value is (207,155,222). Sum of RGB (Red+Green+Blue) = 207+155+222=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 155 (60.94% from 255 or 26.54% from 584); Blue value is 222 (87.11% from 255 or 38.01% from 584); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF9BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9BDE is #306421. Grayscale: #B1B1B1. Windows color (decimal): -3171362 or 14588879. OLE color: 14588879.
HSL color Cylindrical-coordinate representation of color #CF9BDE: hue angle of 286.57º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CF9BDE is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 155 | 222 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.13 |
| HSL | 286.57º | 0.5% | 0.74% | - |
| HSV(B) | 286.57º | 0.3% | 0.87% | - |
| XYZ | 50.64 | 41.98 | 74.54 | - |
| YUV | 178.19 | 152.73 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 155 | 222 | 0.07 | 0.30 | 0 | 0.13 | 286.57 | 0.5 | 0.74 |
| Hex | CF | 9B | DE | 7 | 1E | 0 | D | 11F | 32 | 4A |
| Octal | 317 | 233 | 336 | 7 | 36 | 0 | 15 | 437 | 62 | 112 |
| Binary | 11001111 | 10011011 | 11011110 | 111 | 11110 | 0 | 1101 | 100011111 | 110010 | 1001010 |
Color Harmonies of #CF9BDE
Complementary color
Monochromatic Colors of #CF9BDE
Black with #CF9BDE
Text Example
Text Example
White with #CF9BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9BDE; }
p { color: rgb(207,155,222); }
H1.HeaderClassName
{
color: #CF9BDE;
}
.AnyTagClassName
{
color: #CF9BDE;
}
</style>
background-color css
<style>
a { background-color: #CF9BDE; }
a { background-color: rgb(207,155,222); }
div.DivClassName
{
background-color: #CF9BDE;
}
.BgClassName
{
background-color: #CF9BDE;
}
</style>
border-color css
<style>
span { border-color: #CF9BDE; }
span { border-color: rgb(207,155,222); }
td.TdClassName
{
border-color: #CF9BDE;
}
.TagClassName
{
border-color: #CF9BDE;
}
</style>