Shades of Wisteria #CF92F5
Tints of Wisteria #CF92F5
RGB
CMYK
RGB Variations
Color information
#CF92F5 (or 0xCF92F5) is known color: Wisteria. HEX triplet: CF, 92 and F5. RGB value is (207,146,245). Sum of RGB (Red+Green+Blue) = 207+146+245=598 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.62% from 598); Green value is 146 (57.42% from 255 or 24.41% from 598); Blue value is 245 (96.09% from 255 or 40.97% from 598); Max value from RGB is 245 - color contains mainly: blue. Hex color #CF92F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF92F5 is #306D0A. Grayscale: #AFAFAF. Windows color (decimal): -3173643 or 16093903. OLE color: 16093903.
HSL color Cylindrical-coordinate representation of color #CF92F5: hue angle of 276.97º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF92F5 is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 146 | 245 | - |
| CMYK | 0.16 | 0.40 | 0 | 0.04 |
| HSL | 276.97º | 0.83% | 0.77% | - |
| HSV(B) | 276.97º | 0.4% | 0.96% | - |
| XYZ | 52.49 | 40.42 | 91.42 | - |
| YUV | 175.53 | 167.21 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 146 | 245 | 0.16 | 0.40 | 0 | 0.04 | 276.97 | 0.83 | 0.77 |
| Hex | CF | 92 | F5 | 10 | 28 | 0 | 4 | 115 | 53 | 4D |
| Octal | 317 | 222 | 365 | 20 | 50 | 0 | 4 | 425 | 123 | 115 |
| Binary | 11001111 | 10010010 | 11110101 | 10000 | 101000 | 0 | 100 | 100010101 | 1010011 | 1001101 |
Color Harmonies of #CF92F5
Complementary color
Monochromatic Colors of #CF92F5
Black with #CF92F5
Text Example
Text Example
White with #CF92F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF92F5; }
p { color: rgb(207,146,245); }
H1.HeaderClassName
{
color: #CF92F5;
}
.AnyTagClassName
{
color: #CF92F5;
}
</style>
background-color css
<style>
a { background-color: #CF92F5; }
a { background-color: rgb(207,146,245); }
div.DivClassName
{
background-color: #CF92F5;
}
.BgClassName
{
background-color: #CF92F5;
}
</style>
border-color css
<style>
span { border-color: #CF92F5; }
span { border-color: rgb(207,146,245); }
td.TdClassName
{
border-color: #CF92F5;
}
.TagClassName
{
border-color: #CF92F5;
}
</style>