Shades of Wisteria #CF9FDA
Tints of Wisteria #CF9FDA
RGB
CMYK
RGB Variations
Color information
#CF9FDA (or 0xCF9FDA) is known color: Wisteria. HEX triplet: CF, 9F and DA. RGB value is (207,159,218). Sum of RGB (Red+Green+Blue) = 207+159+218=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 159 (62.5% from 255 or 27.23% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF9FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9FDA is #306025. Grayscale: #B3B3B3. Windows color (decimal): -3170342 or 14327759. OLE color: 14327759.
HSL color Cylindrical-coordinate representation of color #CF9FDA: hue angle of 288.81º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CF9FDA is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 159 | 218 | - |
| CMYK | 0.05 | 0.27 | 0 | 0.15 |
| HSL | 288.81º | 0.44% | 0.74% | - |
| HSV(B) | 288.81º | 0.27% | 0.85% | - |
| XYZ | 50.79 | 43.12 | 71.98 | - |
| YUV | 180.08 | 149.4 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 159 | 218 | 0.05 | 0.27 | 0 | 0.15 | 288.81 | 0.44 | 0.74 |
| Hex | CF | 9F | DA | 5 | 1B | 0 | F | 121 | 2C | 4A |
| Octal | 317 | 237 | 332 | 5 | 33 | 0 | 17 | 441 | 54 | 112 |
| Binary | 11001111 | 10011111 | 11011010 | 101 | 11011 | 0 | 1111 | 100100001 | 101100 | 1001010 |
Color Harmonies of #CF9FDA
Complementary color
Monochromatic Colors of #CF9FDA
Black with #CF9FDA
Text Example
Text Example
White with #CF9FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9FDA; }
p { color: rgb(207,159,218); }
H1.HeaderClassName
{
color: #CF9FDA;
}
.AnyTagClassName
{
color: #CF9FDA;
}
</style>
background-color css
<style>
a { background-color: #CF9FDA; }
a { background-color: rgb(207,159,218); }
div.DivClassName
{
background-color: #CF9FDA;
}
.BgClassName
{
background-color: #CF9FDA;
}
</style>
border-color css
<style>
span { border-color: #CF9FDA; }
span { border-color: rgb(207,159,218); }
td.TdClassName
{
border-color: #CF9FDA;
}
.TagClassName
{
border-color: #CF9FDA;
}
</style>