Shades of Wisteria #CF9CF5
Tints of Wisteria #CF9CF5
RGB
CMYK
RGB Variations
Color information
#CF9CF5 (or 0xCF9CF5) is known color: Wisteria. HEX triplet: CF, 9C and F5. RGB value is (207,156,245). Sum of RGB (Red+Green+Blue) = 207+156+245=608 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.05% from 608); Green value is 156 (61.33% from 255 or 25.66% from 608); Blue value is 245 (96.09% from 255 or 40.30% from 608); Max value from RGB is 245 - color contains mainly: blue. Hex color #CF9CF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9CF5 is #30630A. Grayscale: #B5B5B5. Windows color (decimal): -3171083 or 16096463. OLE color: 16096463.
HSL color Cylindrical-coordinate representation of color #CF9CF5: hue angle of 274.38º degrees, saturation: 0.82, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF9CF5 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 156 | 245 | - |
| CMYK | 0.16 | 0.36 | 0 | 0.04 |
| HSL | 274.38º | 0.82% | 0.79% | - |
| HSV(B) | 274.38º | 0.36% | 0.96% | - |
| XYZ | 54.1 | 43.63 | 91.96 | - |
| YUV | 181.4 | 163.9 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 245 | 0.16 | 0.36 | 0 | 0.04 | 274.38 | 0.82 | 0.79 |
| Hex | CF | 9C | F5 | 10 | 24 | 0 | 4 | 112 | 52 | 4F |
| Octal | 317 | 234 | 365 | 20 | 44 | 0 | 4 | 422 | 122 | 117 |
| Binary | 11001111 | 10011100 | 11110101 | 10000 | 100100 | 0 | 100 | 100010010 | 1010010 | 1001111 |
Color Harmonies of #CF9CF5
Complementary color
Monochromatic Colors of #CF9CF5
Black with #CF9CF5
Text Example
Text Example
White with #CF9CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9CF5; }
p { color: rgb(207,156,245); }
H1.HeaderClassName
{
color: #CF9CF5;
}
.AnyTagClassName
{
color: #CF9CF5;
}
</style>
background-color css
<style>
a { background-color: #CF9CF5; }
a { background-color: rgb(207,156,245); }
div.DivClassName
{
background-color: #CF9CF5;
}
.BgClassName
{
background-color: #CF9CF5;
}
</style>
border-color css
<style>
span { border-color: #CF9CF5; }
span { border-color: rgb(207,156,245); }
td.TdClassName
{
border-color: #CF9CF5;
}
.TagClassName
{
border-color: #CF9CF5;
}
</style>