Shades of Wisteria #CF9DF2
Tints of Wisteria #CF9DF2
RGB
CMYK
RGB Variations
Color information
#CF9DF2 (or 0xCF9DF2) is known color: Wisteria. HEX triplet: CF, 9D and F2. RGB value is (207,157,242). Sum of RGB (Red+Green+Blue) = 207+157+242=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 157 (61.72% from 255 or 25.91% from 606); Blue value is 242 (94.92% from 255 or 39.93% from 606); Max value from RGB is 242 - color contains mainly: blue. Hex color #CF9DF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9DF2 is #30620D. Grayscale: #B5B5B5. Windows color (decimal): -3170830 or 15900111. OLE color: 15900111.
HSL color Cylindrical-coordinate representation of color #CF9DF2: hue angle of 275.29º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CF9DF2 is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 157 | 242 | - |
| CMYK | 0.14 | 0.35 | 0 | 0.05 |
| HSL | 275.29º | 0.77% | 0.78% | - |
| HSV(B) | 275.29º | 0.35% | 0.95% | - |
| XYZ | 53.82 | 43.79 | 89.62 | - |
| YUV | 181.64 | 162.07 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 157 | 242 | 0.14 | 0.35 | 0 | 0.05 | 275.29 | 0.77 | 0.78 |
| Hex | CF | 9D | F2 | E | 23 | 0 | 5 | 113 | 4D | 4E |
| Octal | 317 | 235 | 362 | 16 | 43 | 0 | 5 | 423 | 115 | 116 |
| Binary | 11001111 | 10011101 | 11110010 | 1110 | 100011 | 0 | 101 | 100010011 | 1001101 | 1001110 |
Color Harmonies of #CF9DF2
Complementary color
Monochromatic Colors of #CF9DF2
Black with #CF9DF2
Text Example
Text Example
White with #CF9DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9DF2; }
p { color: rgb(207,157,242); }
H1.HeaderClassName
{
color: #CF9DF2;
}
.AnyTagClassName
{
color: #CF9DF2;
}
</style>
background-color css
<style>
a { background-color: #CF9DF2; }
a { background-color: rgb(207,157,242); }
div.DivClassName
{
background-color: #CF9DF2;
}
.BgClassName
{
background-color: #CF9DF2;
}
</style>
border-color css
<style>
span { border-color: #CF9DF2; }
span { border-color: rgb(207,157,242); }
td.TdClassName
{
border-color: #CF9DF2;
}
.TagClassName
{
border-color: #CF9DF2;
}
</style>