Shades of Wisteria #CF92F0
Tints of Wisteria #CF92F0
RGB
CMYK
RGB Variations
Color information
#CF92F0 (or 0xCF92F0) is known color: Wisteria. HEX triplet: CF, 92 and F0. RGB value is (207,146,240). Sum of RGB (Red+Green+Blue) = 207+146+240=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 146 (57.42% from 255 or 24.62% from 593); Blue value is 240 (94.14% from 255 or 40.47% from 593); Max value from RGB is 240 - color contains mainly: blue. Hex color #CF92F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF92F0 is #306D0F. Grayscale: #AEAEAE. Windows color (decimal): -3173648 or 15766223. OLE color: 15766223.
HSL color Cylindrical-coordinate representation of color #CF92F0: hue angle of 278.94º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CF92F0 is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 146 | 240 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.06 |
| HSL | 278.94º | 0.76% | 0.76% | - |
| HSV(B) | 278.94º | 0.39% | 0.94% | - |
| XYZ | 51.74 | 40.11 | 87.45 | - |
| YUV | 174.96 | 164.71 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 146 | 240 | 0.14 | 0.39 | 0 | 0.06 | 278.94 | 0.76 | 0.76 |
| Hex | CF | 92 | F0 | E | 27 | 0 | 6 | 117 | 4C | 4C |
| Octal | 317 | 222 | 360 | 16 | 47 | 0 | 6 | 427 | 114 | 114 |
| Binary | 11001111 | 10010010 | 11110000 | 1110 | 100111 | 0 | 110 | 100010111 | 1001100 | 1001100 |
Color Harmonies of #CF92F0
Complementary color
Monochromatic Colors of #CF92F0
Black with #CF92F0
Text Example
Text Example
White with #CF92F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF92F0; }
p { color: rgb(207,146,240); }
H1.HeaderClassName
{
color: #CF92F0;
}
.AnyTagClassName
{
color: #CF92F0;
}
</style>
background-color css
<style>
a { background-color: #CF92F0; }
a { background-color: rgb(207,146,240); }
div.DivClassName
{
background-color: #CF92F0;
}
.BgClassName
{
background-color: #CF92F0;
}
</style>
border-color css
<style>
span { border-color: #CF92F0; }
span { border-color: rgb(207,146,240); }
td.TdClassName
{
border-color: #CF92F0;
}
.TagClassName
{
border-color: #CF92F0;
}
</style>