Shades of Wisteria #CF9BEA
Tints of Wisteria #CF9BEA
RGB
CMYK
RGB Variations
Color information
#CF9BEA (or 0xCF9BEA) is known color: Wisteria. HEX triplet: CF, 9B and EA. RGB value is (207,155,234). Sum of RGB (Red+Green+Blue) = 207+155+234=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 155 (60.94% from 255 or 26.01% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF9BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9BEA is #306415. Grayscale: #B3B3B3. Windows color (decimal): -3171350 or 15375311. OLE color: 15375311.
HSL color Cylindrical-coordinate representation of color #CF9BEA: hue angle of 279.49º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CF9BEA is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 155 | 234 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.08 |
| HSL | 279.49º | 0.65% | 0.76% | - |
| HSV(B) | 279.49º | 0.34% | 0.92% | - |
| XYZ | 52.3 | 42.65 | 83.32 | - |
| YUV | 179.55 | 158.73 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 155 | 234 | 0.12 | 0.34 | 0 | 0.08 | 279.49 | 0.65 | 0.76 |
| Hex | CF | 9B | EA | C | 22 | 0 | 8 | 117 | 41 | 4C |
| Octal | 317 | 233 | 352 | 14 | 42 | 0 | 10 | 427 | 101 | 114 |
| Binary | 11001111 | 10011011 | 11101010 | 1100 | 100010 | 0 | 1000 | 100010111 | 1000001 | 1001100 |
Color Harmonies of #CF9BEA
Complementary color
Monochromatic Colors of #CF9BEA
Black with #CF9BEA
Text Example
Text Example
White with #CF9BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9BEA; }
p { color: rgb(207,155,234); }
H1.HeaderClassName
{
color: #CF9BEA;
}
.AnyTagClassName
{
color: #CF9BEA;
}
</style>
background-color css
<style>
a { background-color: #CF9BEA; }
a { background-color: rgb(207,155,234); }
div.DivClassName
{
background-color: #CF9BEA;
}
.BgClassName
{
background-color: #CF9BEA;
}
</style>
border-color css
<style>
span { border-color: #CF9BEA; }
span { border-color: rgb(207,155,234); }
td.TdClassName
{
border-color: #CF9BEA;
}
.TagClassName
{
border-color: #CF9BEA;
}
</style>