Shades of Wisteria #CF9FEA
Tints of Wisteria #CF9FEA
RGB
CMYK
RGB Variations
Color information
#CF9FEA (or 0xCF9FEA) is known color: Wisteria. HEX triplet: CF, 9F and EA. RGB value is (207,159,234). Sum of RGB (Red+Green+Blue) = 207+159+234=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 159 (62.5% from 255 or 26.5% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF9FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9FEA is #306015. Grayscale: #B5B5B5. Windows color (decimal): -3170326 or 15376335. OLE color: 15376335.
HSL color Cylindrical-coordinate representation of color #CF9FEA: hue angle of 278.4º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CF9FEA is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 159 | 234 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.08 |
| HSL | 278.4º | 0.64% | 0.77% | - |
| HSV(B) | 278.4º | 0.32% | 0.92% | - |
| XYZ | 52.98 | 44 | 83.54 | - |
| YUV | 181.9 | 157.4 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 159 | 234 | 0.12 | 0.32 | 0 | 0.08 | 278.4 | 0.64 | 0.77 |
| Hex | CF | 9F | EA | C | 20 | 0 | 8 | 116 | 40 | 4D |
| Octal | 317 | 237 | 352 | 14 | 40 | 0 | 10 | 426 | 100 | 115 |
| Binary | 11001111 | 10011111 | 11101010 | 1100 | 100000 | 0 | 1000 | 100010110 | 1000000 | 1001101 |
Color Harmonies of #CF9FEA
Complementary color
Monochromatic Colors of #CF9FEA
Black with #CF9FEA
Text Example
Text Example
White with #CF9FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9FEA; }
p { color: rgb(207,159,234); }
H1.HeaderClassName
{
color: #CF9FEA;
}
.AnyTagClassName
{
color: #CF9FEA;
}
</style>
background-color css
<style>
a { background-color: #CF9FEA; }
a { background-color: rgb(207,159,234); }
div.DivClassName
{
background-color: #CF9FEA;
}
.BgClassName
{
background-color: #CF9FEA;
}
</style>
border-color css
<style>
span { border-color: #CF9FEA; }
span { border-color: rgb(207,159,234); }
td.TdClassName
{
border-color: #CF9FEA;
}
.TagClassName
{
border-color: #CF9FEA;
}
</style>