Shades of Wisteria #CF9DF3
Tints of Wisteria #CF9DF3
RGB
CMYK
RGB Variations
Color information
#CF9DF3 (or 0xCF9DF3) is known color: Wisteria. HEX triplet: CF, 9D and F3. RGB value is (207,157,243). Sum of RGB (Red+Green+Blue) = 207+157+243=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 157 (61.72% from 255 or 25.86% from 607); Blue value is 243 (95.31% from 255 or 40.03% from 607); Max value from RGB is 243 - color contains mainly: blue. Hex color #CF9DF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9DF3 is #30620C. Grayscale: #B5B5B5. Windows color (decimal): -3170829 or 15965647. OLE color: 15965647.
HSL color Cylindrical-coordinate representation of color #CF9DF3: hue angle of 274.88º degrees, saturation: 0.78, 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 #CF9DF3 is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 157 | 243 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.05 |
| HSL | 274.88º | 0.78% | 0.78% | - |
| HSV(B) | 274.88º | 0.35% | 0.95% | - |
| XYZ | 53.97 | 43.85 | 90.41 | - |
| YUV | 181.75 | 162.57 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 157 | 243 | 0.15 | 0.35 | 0 | 0.05 | 274.88 | 0.78 | 0.78 |
| Hex | CF | 9D | F3 | F | 23 | 0 | 5 | 113 | 4E | 4E |
| Octal | 317 | 235 | 363 | 17 | 43 | 0 | 5 | 423 | 116 | 116 |
| Binary | 11001111 | 10011101 | 11110011 | 1111 | 100011 | 0 | 101 | 100010011 | 1001110 | 1001110 |
Color Harmonies of #CF9DF3
Complementary color
Monochromatic Colors of #CF9DF3
Black with #CF9DF3
Text Example
Text Example
White with #CF9DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9DF3; }
p { color: rgb(207,157,243); }
H1.HeaderClassName
{
color: #CF9DF3;
}
.AnyTagClassName
{
color: #CF9DF3;
}
</style>
background-color css
<style>
a { background-color: #CF9DF3; }
a { background-color: rgb(207,157,243); }
div.DivClassName
{
background-color: #CF9DF3;
}
.BgClassName
{
background-color: #CF9DF3;
}
</style>
border-color css
<style>
span { border-color: #CF9DF3; }
span { border-color: rgb(207,157,243); }
td.TdClassName
{
border-color: #CF9DF3;
}
.TagClassName
{
border-color: #CF9DF3;
}
</style>